{"category":"adr_address","name":{"ru":"Адрес","uk":"Адреса","en":"Address"},"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","categories","street","street_type","street_id","settlement","settlement_type","lang"],"properties":{"name":{"type":"string","description":"Адреса"},"categories":{"type":"string","description":"Категорії об'єкта"},"country_code":{"description":"ISO 3166-1 alpha-2, двохбуквений код країни","type":"string"},"country":{"description":"Назва країни","type":"string"},"postal_code":{"type":"string","description":"Поштовий індекс"},"street_id":{"type":"string","description":"ID об'єкта з шару adr_street"},"lang":{"description":"Мова відповіді","type":"string"},"street":{"type":"string","description":"Назва вулиці"},"street_type":{"type":"string","description":"Тип вулиці"},"zone":{"type":"string","description":"Уточнюючий район"},"settlement_id":{"type":"string","description":"ID населеного пункту з adm_settlements"},"settlement":{"type":"string","description":"Назва населенного пункта"},"settlement_type":{"type":"string","description":"Тип населеного пункту"},"copyright":{"description":"Копірайт","type":"string"}}}}},"SEARCH_SCHEMA":{"description":"В unused_properties список полів, яких нема у відповіді на запит типу search","unused_properties":["/geometry","/properties/height"]}}