You've already forked buvniecibas-ieceres-virzisana
Import UAPF package
23 lines
1.2 KiB
JSON
23 lines
1.2 KiB
JSON
{
|
|
"$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
|
|
}
|