{"category":"adr_street","name":{"ru":"Улица","uk":"Вулиця","en":"Street"},"FEATURE_SCHEMA":{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","required":["id","type","properties","bbox","geometry","geo_centroid"],"properties":{"type":{"enum":["Feature"]},"id":{"description":"Унікальний ID об'єкта","type":"string"},"bbox":{"description":"Bounding boxes of geometry","type":"array"},"geometry":{"description":"Геометрія об'єкта в форматі GeoJSON","type":"object"},"geo_centroid":{"description":"Точка центру об'єкта в форматі GeoJSON","type":"object"},"properties":{"type":"object","required":["name","type","categories","country_code","country","settlement_id","settlement","settlement_type","settlement_class","lang"],"properties":{"name":{"description":"Назва об'єкта","type":"string"},"name_en":{"description":"Назва об'єкта на английском","type":"string"},"old_name":{"description":"Попередня назва об'єкта","type":"string"},"categories":{"description":"Категорії об'єкта","enum":["adr_street"]},"country_code":{"description":"ISO 3166-1 alpha-2, двохбуквений код країни","type":"string"},"country":{"description":"Назва країни","type":"string"},"lang":{"description":"Мова відповіді","type":"string"},"settlement_id":{"type":"string","description":"ID населеного пункту з adm_settlements"},"zone":{"type":"string","description":"Уточнюючий район"},"type":{"type":"string","description":"Тип вулиці"},"settlement":{"type":"string","description":"Назва населенного пункта"},"settlement_type":{"type":"string","description":"Тип населеного пункту"},"settlement_class":{"type":"string","description":"Клас населеного пункту"},"address":{"type":"array","description":"Масив адрес вулиці","items":{"type":"object","properties":{"id":{"type":"string","description":"ID адреси з adr_address"},"name":{"type":"string","description":"Адреса"}}}},"copyright":{"description":"Копірайт","type":"string"}}}}},"SEARCH_SCHEMA":{"description":"В unused_properties список полів, яких нема у відповіді на запит типу search","unused_properties":["/geometry","/properties/address"]}}