You've already forked buvniecibas-ieceres-virzisana
Import UAPF package
47 lines
2.0 KiB
JSON
47 lines
2.0 KiB
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://processgit.org/AI_Sandbox/buvniecibas-ieceres-virzisana/schemas/iecere-input.schema.json",
|
|
"title": "Būvniecības ieceres ievaddati",
|
|
"type": "object",
|
|
"required": ["iecere", "ipasums", "ierosinatajs"],
|
|
"properties": {
|
|
"iecere": {
|
|
"type": "object",
|
|
"required": ["buvesGrupa", "buvniecibasVeids", "objektaVeids"],
|
|
"properties": {
|
|
"buvesGrupa": {"type": "string", "enum": ["I", "II", "III"]},
|
|
"buvniecibasVeids": {"type": "string", "enum": ["jauna_buvnieciba", "parbuve", "atjaunosana", "restauracija", "nojauksana", "novietosana", "ierikosana"]},
|
|
"objektaVeids": {"type": "string", "enum": ["eka", "inzenierbuve", "daudzdzivoklu_eka", "cits"]},
|
|
"skarNesosasKonstrukcijas": {"type": "boolean", "default": false},
|
|
"mainaLietosanasVeidu": {"type": "boolean", "default": false},
|
|
"sabiedriskiNozimigaBuve": {"type": "boolean", "default": false},
|
|
"neatbilstTeritorijasPlanojumam": {"type": "boolean", "default": false},
|
|
"stadija": {"type": "string", "enum": ["IECERE", "IECERES_PUBLISKA_APSPRIESANA", "PROJEKTESANAS_NOSACIJUMU_IZPILDE", "BUVDARBU_UZSAKSANAS_NOSACIJUMU_IZPILDE", "BUVDARBI", "NODOSANA_EKSPLUATACIJA"]}
|
|
}
|
|
},
|
|
"ipasums": {
|
|
"type": "object",
|
|
"required": ["kadastraApzimejums"],
|
|
"properties": {
|
|
"kadastraApzimejums": {"type": "string"},
|
|
"administrativaTeritorija": {"type": "string"}
|
|
}
|
|
},
|
|
"ierosinatajs": {
|
|
"type": "object",
|
|
"required": ["ierosinatajsIrZemesIpasnieks"],
|
|
"properties": {
|
|
"ierosinatajsIrZemesIpasnieks": {"type": "boolean"},
|
|
"pilnvarojumaId": {"type": "string", "description": "Pilnvarojuma vai deleģējuma identifikators; pārbauda uzņēmējsistēma, nevis šī pakotne."}
|
|
}
|
|
},
|
|
"nodosanaEkspluatacija": {
|
|
"type": "object",
|
|
"properties": {
|
|
"fotoUnDatiPievienoti": {"type": "boolean", "default": false}
|
|
}
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|