addedOutput schema / properties / formationId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / formationId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / formationId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / formationId / type
Removed value: -"object"
addedOutput schema / properties / result / anyOf
Added value: +[
+ {
+ "properties": {
+ "available": {
+ "anyOf": [
+ {
+ "properties": {
+ "value": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "canContinue": {
+ "type": "boolean"
+ },
+ "checkedAt": {
+ "type": "string"
+ },
+ "error": {
+ "type": "boolean"
+ },
+ "message": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "responseTimeMs": {
+ "type": "string"
+ },
+ "suggestions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / result / properties
Removed value: -{
- "available": {
- "properties": {
- "value": {
- "type": "boolean"
- }
- },
- "type": "object"
- },
- "canContinue": {
- "type": "boolean"
- },
- "checkedAt": {
- "type": "string"
- },
- "error": {
- "type": "boolean"
- },
- "message": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- },
- "responseTimeMs": {
- "type": "string"
- },
- "suggestions": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
-}
removedOutput schema / properties / result / type
Removed value: -"object"