-
Notifications
You must be signed in to change notification settings - Fork 5
/
addresses_cancellation_legal_entity_1_usluga_schema.json
53 lines (53 loc) · 2.34 KB
/
addresses_cancellation_legal_entity_1_usluga_schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"properties": {
"real_estate_infos": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/real_estate_infos_without_cadastre",
"maxItems": 1,
"title": "Данные, идентифицирующие объекты недвижимости"
},
"address_numbers": {
"maxItems": 1,
"$ref": "http://edoc-schema.kzn.ru/location/ru/address_numbers",
"title": "Адресные номера"
},
"cancellation_reason": {
"type": "string",
"title": "Причина для аннулирования",
"description": "Причина для аннулирования",
"minItems": 1,
"enum": [
"прекращение существования объекта адресации",
"отказ в осуществлении кадастрового учета объекта адресации",
"присвоение нового адреса объекту адресации"
]
},
"organization": {
"$ref": "http://edoc-schema.kzn.ru/organization/ru/organization",
"title": "Собственник"
},
"letter_of_attorney": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/letter_of_attorney",
"title": "Доверенность",
"description": "Документ, подтверждающий полномочия представителя заявителя, в случае обращения представителя заявителя, указанного в пункте 1.2.2 Регламента муниципальной услуги, или его скан-копия (при заполнении электронной формы)."
},
"agent": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/agent",
"title": "Представитель"
},
"attachments": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/attachments",
"title": "Дополнительные приложения"
},
"comments": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/comments",
"title": "Комментарии"
}
},
"required": [
"cancellation_reason",
"real_estate_infos",
"organization"
],
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object"
}