You've already forked dokumenta-semantiska-analize
Import UAPF package
Adopt UAPF v2.0.0 cornerstone naming: .bpmn.xml/.dmn.xml -> .bpmn/.dmn
UAPF-specification v2.0.0 mandates OMG-standard cornerstone extensions. Renamed cornerstone files and updated references in README / docs / processgit.mcp.yaml. Content of the BPMN/DMN files is unchanged.
This commit is contained in:
@@ -8,7 +8,7 @@ This package validates against the UAPF v1.1 SSOT schemas:
|
|||||||
|
|
||||||
It conforms to UAPF Conformance Checklist §"Level 4 requirements":
|
It conforms to UAPF Conformance Checklist §"Level 4 requirements":
|
||||||
- ✓ uapf.yaml present
|
- ✓ uapf.yaml present
|
||||||
- ✓ ≥1 BPMN file (`bpmn/semantic-document-analysis.bpmn.xml`)
|
- ✓ ≥1 BPMN file (`bpmn/semantic-document-analysis.bpmn`)
|
||||||
- ✓ `resources/mappings.yaml` present
|
- ✓ `resources/mappings.yaml` present
|
||||||
- ✓ `metadata/ownership.yaml` + `metadata/lifecycle.yaml` present
|
- ✓ `metadata/ownership.yaml` + `metadata/lifecycle.yaml` present
|
||||||
- ✓ Cornerstones declared correctly (bpmn + resources)
|
- ✓ Cornerstones declared correctly (bpmn + resources)
|
||||||
|
|||||||
@@ -13,6 +13,6 @@ server:
|
|||||||
endpoint of this repo.
|
endpoint of this repo.
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- path: "bpmn/semantic-document-analysis.bpmn.xml"
|
- path: "bpmn/semantic-document-analysis.bpmn"
|
||||||
type: "xml"
|
type: "xml"
|
||||||
description: "BPMN - redact, extract, emit flow"
|
description: "BPMN - redact, extract, emit flow"
|
||||||
|
|||||||
Reference in New Issue
Block a user