removedOutput schema / properties / competency / description
Removed value: -"competency identification string"
removedOutput schema / properties / id / description
Removed value: -"external unique competency identifier (if set for the competency)"
removedOutput schema / properties / organization / description
Removed value: -"organization identification string"
removedOutput schema / properties / requirements / description
Removed value: -"requirements ordered by their priority"
changedOutput schema / properties / requirements / items / properties / class / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "class": {
- "description": "class identification string",
- "type": "string"
- },
- "id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "external unique class identifier (if set for the class)"
- },
- "title": {
- "description": "title of the class",
- "type": "string"
- }
- },
- "required": [
- "class",
- "title"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "class": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "class",
+ "title"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / requirements / items / properties / class / description
Removed value: -"the required class (only present if type is class, null if the class is not available)"
removedOutput schema / properties / requirements / items / properties / deadline / description
Removed value: -"deadline of the requirement (only present if a deadline is configured)"
removedOutput schema / properties / requirements / items / properties / deadline / properties / date / description
Removed value: -"fixed deadline (only if type is date)"
removedOutput schema / properties / requirements / items / properties / deadline / properties / days / description
Removed value: -"number of days available to complete the requirement (only if type is days)"
removedOutput schema / properties / requirements / items / properties / deadline / properties / type / description
Removed value: -"type of the deadline"
removedOutput schema / properties / requirements / items / properties / description / description
Removed value: -"description of the requirement (only present if set for the requirement)"
changedOutput schema / properties / requirements / items / properties / document / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "archived": {
- "description": "document is archived",
- "type": "boolean"
- },
- "document": {
- "description": "document identification string",
- "type": "string"
- },
- "prefix": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "prefix of the document"
- },
- "title": {
- "description": "title of the document",
- "type": "string"
- }
- },
- "required": [
- "document",
- "title",
- "archived"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "archived": {
+ "type": "boolean"
+ },
+ "document": {
+ "type": "string"
+ },
+ "prefix": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "document",
+ "title",
+ "archived"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / requirements / items / properties / document / description
Removed value: -"the required library document (only present if type is document, null if the document is not available)"
removedOutput schema / properties / requirements / items / properties / documents / description
Removed value: -"identification strings of the library documents attached to the requirement (only present if there are any)"
changedOutput schema / properties / requirements / items / properties / exam / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "exam": {
- "description": "exam identification string",
- "type": "string"
- },
- "id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "external unique exam identifier (if set for the exam)"
- },
- "title": {
- "description": "title of the exam",
- "type": "string"
- }
- },
- "required": [
- "exam",
- "title"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "exam": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "exam",
+ "title"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / requirements / items / properties / exam / description
Removed value: -"the required exam (only present if type is exam, null if the exam is not available)"
removedOutput schema / properties / requirements / items / properties / optional / description
Removed value: -"requirement is optional"
removedOutput schema / properties / requirements / items / properties / requirement / description
Removed value: -"requirement identification string"
removedOutput schema / properties / requirements / items / properties / title / description
Removed value: -"title of the requirement"
removedOutput schema / properties / requirements / items / properties / todo / description
Removed value: -"the required task (only present if type is todo)"
removedOutput schema / properties / requirements / items / properties / todo / properties / attachments / description
Removed value: -"attachments can be uploaded"
removedOutput schema / properties / requirements / items / properties / todo / properties / educators / description
Removed value: -"educators of the training (only present if type is training, visible users only)"
removedOutput schema / properties / requirements / items / properties / todo / properties / educators / items / properties / name / description
Removed value: -"name of the educator"
removedOutput schema / properties / requirements / items / properties / todo / properties / educators / items / properties / user / description
Removed value: -"user identification string"
removedOutput schema / properties / requirements / items / properties / todo / properties / fields / description
Removed value: -"labels of the fields to fill (only present if type is default)"
removedOutput schema / properties / requirements / items / properties / todo / properties / type / description
Removed value: -"type of the task"
removedOutput schema / properties / requirements / items / properties / type / description
Removed value: -"type of the requirement"
removedOutput schema / properties / title / description
Removed value: -"title of the competency"