{
  "displayFieldName": "OBJECTID",
  "fieldAliases": {
    "OBJECTID": "OBJECTID",
    "Nombre": "Nombre",
    "Fecha": "Fecha",
    "Shape.STArea()": "Shape.STArea()",
    "Shape.STLength()": "Shape.STLength()"
  },
  "geometryType": "esriGeometryPolygon",
  "spatialReference": {
    "wkid": 4326,
    "latestWkid": 4326
  },
  "fields": [
    {
      "name": "OBJECTID",
      "type": "esriFieldTypeOID",
      "alias": "OBJECTID"
    },
    {
      "name": "Nombre",
      "type": "esriFieldTypeString",
      "alias": "Nombre",
      "length": 255
    },
    {
      "name": "Fecha",
      "type": "esriFieldTypeDate",
      "alias": "Fecha",
      "length": 8
    },
    {
      "name": "Shape.STArea()",
      "type": "esriFieldTypeDouble",
      "alias": "Shape.STArea()"
    },
    {
      "name": "Shape.STLength()",
      "type": "esriFieldTypeDouble",
      "alias": "Shape.STLength()"
    }
  ],
  "features": [
    {
      "attributes": {
        "OBJECTID": 1,
        "Nombre": null,
        "Fecha": null,
        "Shape.STArea()": 77.95053822106061,
        "Shape.STLength()": 35.1499351442455
      },
      "geometry": {
        "rings": [
          [
            [
              -74.62370501399994,
              17.118932329000074
            ],
            [
              -65.66674042099999,
              18.28492772000004
            ],
            [
              -64.76574398299994,
              14.680941967000024
            ],
            [
              -66.40873748799999,
              8.585966060000032
            ],
            [
              -76.42569789099997,
              11.871953070000075
            ],
            [
              -74.62370501399994,
              17.118932329000074
            ]
          ]
        ]
      }
    }
  ]
}