feat: add approvable interactive UML stages
This commit is contained in:
@@ -663,7 +663,17 @@
|
||||
"id": { "type": "string", "minLength": 1 },
|
||||
"label": { "type": "string", "minLength": 1 },
|
||||
"description": { "type": "string", "minLength": 1 },
|
||||
"code_ref": { "type": "string" }
|
||||
"code_ref": { "type": "string" },
|
||||
"progress_id": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"description": "Identyfikator zatwierdzenia etapu zapisywany w JSON-ie przebiegu zajęć."
|
||||
},
|
||||
"svg_label": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"description": "Początek etykiety grupy PlantUML zaznaczanej w inline SVG."
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
@@ -724,6 +734,10 @@
|
||||
"criterion": {
|
||||
"type": "string"
|
||||
},
|
||||
"conclusion_tex": {
|
||||
"type": "string",
|
||||
"description": "Końcowy wniosek renderowany po zasobach sekcji."
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
|
||||
Reference in New Issue
Block a user