{
  "Address": {
    "type": "string"
  },
  "AdmArea": {
    "type": "string"
  },
  "ContactName": {
    "type": "string"
  },
  "Data": {
    "type": "string"
  },
  "District": {
    "type": "string"
  },
  "Email": {
    "schema": {
      "Email": {
        "type": "string"
      }
    },
    "type": "dict"
  },
  "ExtraInfo": {
    "type": "string"
  },
  "NameOfTheEvent": {
    "type": "string"
  },
  "PublicPhone": {
    "schema": {
      "PublicPhone": {
        "type": "string"
      }
    },
    "type": "dict"
  },
  "Time": {
    "type": "string"
  },
  "Venue": {
    "type": "string"
  },
  "_id": {
    "type": "string"
  },
  "geoData": {
    "schema": {
      "coordinates": {
        "type": "float"
      },
      "type": {
        "type": "string"
      }
    },
    "type": "dict"
  },
  "geodata_center": {
    "schema": {
      "coordinates": {
        "type": "float"
      },
      "type": {
        "type": "string"
      }
    },
    "type": "dict"
  },
  "global_id": {
    "type": "integer"
  }
}
