You've already forked buvniecibas-ieceres-virzisana
Import UAPF package
Import UAPF package: buvniecibas-ieceres-virzisana (1).uapf
This commit is contained in:
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