{
  "Address": {
    "type": "string"
  },
  "AdmArea": {
    "type": "string"
  },
  "District": {
    "type": "string"
  },
  "ID": {
    "type": "string"
  },
  "IsNetObject": {
    "type": "string"
  },
  "Latitude_WGS84": {
    "type": "string"
  },
  "Longitude_WGS84": {
    "type": "string"
  },
  "Name": {
    "type": "string"
  },
  "PublicPhone": {
    "schema": {
      "PublicPhone": {
        "type": "string"
      }
    },
    "type": "dict"
  },
  "TypeObject": {
    "type": "string"
  },
  "TypeService": {
    "type": "string"
  },
  "WorkingHours": {
    "schema": {
      "DayOfWeek": {
        "type": "string"
      },
      "Hours": {
        "type": "string"
      }
    },
    "type": "dict"
  },
  "_id": {
    "type": "string"
  },
  "geoData": {
    "schema": {
      "coordinates": {
        "type": "float"
      },
      "type": {
        "type": "string"
      }
    },
    "type": "dict"
  },
  "global_id": {
    "type": "integer"
  }
}
