{
  "id": "http://edoc-schema.kzn.ru/location/ru/address_with_point",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "Выбор адреса из подгрузившегося списка обязателен, а также его координаты",
  "type": "object",
  "properties": {
    "fias_id": { "type": "string", "title": "Код ФИАС" },
    "fias_level": { "type": "number" },
    "zip": { "type": "number", "title": "Индекс" },
    "region": { "type": "string", "title": "Регион" },
    "district": { "type": "string", "title": "Район города" },
    "city": { "type": "string", "title": "Город" },
    "street": { "type": "string", "title": "Улица" },
    "house": { "type": "string", "title": "Дом" },
    "value": { "type": "string", "title": "Адрес одной строкой" },
    "geo_coordinates": { "$ref": "http://edoc-schema.kzn.ru/geo/geo_coordinates" }
  }
}
