1
0

init
Some checks failed
Validate OIPF Library / validate-yaml (push) Has been cancelled

This commit is contained in:
2026-06-16 08:07:49 +03:00
commit 0ca748c9a5
45 changed files with 901 additions and 0 deletions

37
processgit.viewer.json Normal file
View File

@@ -0,0 +1,37 @@
{
"schemaVersion": "0.1",
"repositoryType": "process",
"defaultView": "library-overview",
"viewers": [
{
"id": "library-overview",
"label": "Library Overview",
"type": "markdown",
"path": "README.md"
},
{
"id": "bpmn-process",
"label": "BPMN Process",
"type": "bpmn",
"path": "bpmn/generic-industrial-process.bpmn"
},
{
"id": "dmn-decision",
"label": "DMN Decision",
"type": "dmn",
"path": "dmn/action-readiness-decision.dmn"
},
{
"id": "oipf-package",
"label": "Cleaning Optimisation Package",
"type": "yaml",
"path": "packages/cleaning-optimisation/package.yaml"
},
{
"id": "schema",
"label": "OIPF Package Schema",
"type": "json-schema",
"path": "resources/schemas/oipf-package.schema.json"
}
]
}