You've already forked iesnieguma-izskatisana
Import UAPF package
Replaces non-conformant v0.1.0 manifest shape: - Add uapf.yaml (kind: uapf.package) — SSOT 07-package-format mandatory - Add metadata/ownership.yaml + metadata/lifecycle.yaml — mandatory - Add resources/mappings.yaml — mandatory for Level 4 - Fix manifest: drop non-schema fields (requires_capabilities, guardrails, legal_basis, eu_ai_act_classification, profiles_supported); fix owners[].type organisation -> team; remove non-schema paths keys - Declare dependency on dev.uapf.semantic-document-analysis@^1.0.0 - manifest.json kept as engine-compat copy (uapf-engine@1.0.0 reads it) Validates clean against UAPFormat/UAPF-specification schemas: uapf-manifest, ownership, lifecycle, resource-mapping.
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"kind": "uapf.package",
|
|
"id": "lv.tiesibsargs.iesnieguma-izskatisana",
|
|
"name": "Tiesībsarga biroja iesnieguma izskatīšanas process",
|
|
"description": "Algoritmizēta iesnieguma uzņemšana un triāža Tiesībsarga birojam:\nsaņem ienākošo iesniegumu, maskē personas datus, izvelk strukturētus\nfaktus, klasificē tēmu, nosaka prioritāti, maršrutē uz nodaļu, saglabā\nklasifikācijas ierakstu un publicē domēna notikumu.\n\nCilvēka piesaiste un atbildes sagatavošana paliek hosta DMS rokās.\n",
|
|
"level": 4,
|
|
"version": "1.1.0",
|
|
"includes": [],
|
|
"dependencies": {
|
|
"dev.uapf.semantic-document-analysis": "^1.0.0"
|
|
},
|
|
"cornerstones": {
|
|
"bpmn": true,
|
|
"dmn": true,
|
|
"cmmn": false,
|
|
"resources": true
|
|
},
|
|
"paths": {
|
|
"bpmn": "bpmn",
|
|
"dmn": "dmn",
|
|
"cmmn": "cmmn",
|
|
"resources": "resources",
|
|
"metadata": "metadata"
|
|
},
|
|
"exposure": {
|
|
"mcp": {
|
|
"enabled": true,
|
|
"runnable": true,
|
|
"exposedEntrypoints": [
|
|
"iesnieguma-izskatisana"
|
|
],
|
|
"exposedArtifacts": [
|
|
"manifest",
|
|
"bpmn",
|
|
"dmn",
|
|
"docs"
|
|
]
|
|
}
|
|
},
|
|
"owners": [
|
|
{
|
|
"type": "team",
|
|
"id": "tiesibsargs-process-office",
|
|
"contact": "process-office@tiesibsargs.lv"
|
|
}
|
|
],
|
|
"lifecycle": "draft"
|
|
} |