You've already forked buvniecibas-ieceres-virzisana
Import UAPF package
Import UAPF package: buvniecibas-ieceres-virzisana (1).uapf
This commit is contained in:
46
schemas/iecere-input.schema.json
Normal file
46
schemas/iecere-input.schema.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
22
schemas/ieceres-virzisana-output.schema.json
Normal file
22
schemas/ieceres-virzisana-output.schema.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://processgit.org/AI_Sandbox/buvniecibas-ieceres-virzisana/schemas/ieceres-virzisana-output.schema.json",
|
||||
"title": "Būvniecības ieceres virzīšanas rezultāts",
|
||||
"type": "object",
|
||||
"required": ["ieceresDokuments", "procesaCels", "verificationRequired", "appliedRuleIds"],
|
||||
"properties": {
|
||||
"ieceresDokuments": {"type": "string", "enum": ["BUVATLAUJA", "PASKAIDROJUMA_RAKSTS", "APLIECINAJUMA_KARTE", "PAZINOJUMS_PAR_BUVNIECIBU", "NENOTEIKTS"]},
|
||||
"procesaCels": {"type": "string", "enum": ["BUVATLAUJA", "VIENKARSOTA", "CILVEKA_IZVERTEJUMS"]},
|
||||
"publiskaApspriesana": {"type": "boolean"},
|
||||
"pamats": {"type": "string"},
|
||||
"atlautasDarbibas": {"type": "array", "items": {"type": "string"}},
|
||||
"vienotaisProcess": {"type": "boolean"},
|
||||
"nakamaisSolis": {"type": "string"},
|
||||
"verificationRequired": {"type": "boolean"},
|
||||
"legalBasisStatus": {"type": "string", "enum": ["verified", "unverified"]},
|
||||
"appliedRuleIds": {"type": "array", "items": {"type": "string"}},
|
||||
"packageVersion": {"type": "string"},
|
||||
"auditTrail": {"type": "array", "items": {"type": "object"}}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user