{
  "id": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/identification_data_of_rooms",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "type": "array",
  "title": "Данные, идентифицирующие помещения",
  "items": {
    "type": "object",
    "properties": {
      "address": {
        "$ref": "http://edoc-schema.kzn.ru/location/ru/address",
        "title": "Адрес"
      },
      "cadastre_number": {
        "$ref": "http://edoc-schema.kzn.ru/identifier/ru/cadastre_number",
        "title": "Кадастровый номер"
      }
    }
  },
  "default": []
}
