-
Notifications
You must be signed in to change notification settings - Fork 5
/
oblik_rebuilding_no_lease_1_usluga_schema.json
54 lines (54 loc) · 2.3 KB
/
oblik_rebuilding_no_lease_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
54
{
"properties": {
"organization": {
"$ref": "http://edoc-schema.kzn.ru/organization/ru/organization",
"title": "Заявитель"
},
"agent": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/agent",
"title": "Представитель"
},
"letter_of_attorney": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/letter_of_attorney",
"title": "Доверенность",
"description": "Документ, подтверждающий полномочия представителя заявителя, в случае обращения представителя заявителя, или его скан-копия (при заполнении электронной формы)."
},
"address_with_map": {
"$ref": "http://edoc-schema.kzn.ru/location/ru/address_with_map"
},
"cadastre_number": {
"$ref": "http://edoc-schema.kzn.ru/identifier/ru/cadastre_number",
"title": "Кадастровый номер",
"description": "Кадастровый номер в виде число:число:число..."
},
"planeta_number": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/planeta_number"
},
"project": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/scanned_document",
"title": "Проект"
},
"passport_bti": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/passport_bti",
"title": "Паспорт БТИ",
"description": "Документы технической инвентаризации – план помещения, выданный уполномоченной организацией"
},
"facades": {
"$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/facades"
},
"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": "Комментарии"
}
},
"type": "object",
"required": [
"cadastre_number",
"organization"
],
"$schema": "http://json-schema.org/draft-06/schema#"
}