addedOutput schema / properties / authorizedParty / anyOf
Added value: +[
+ {
+ "properties": {
+ "email": {
+ "type": "string"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "description": "Human-readable name (1-255 Unicode chars).",
+ "properties": {
+ "value": {
+ "maxLength": 255,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "phone": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / authorizedParty / properties
Removed value: -{
- "email": {
- "type": "string"
- },
- "name": {
- "description": "Human-readable name (1-255 Unicode chars).",
- "properties": {
- "value": {
- "maxLength": 255,
- "minLength": 1,
- "type": "string"
- }
- },
- "type": "object"
- },
- "phone": {
- "type": "string"
- },
- "title": {
- "type": "string"
- }
-}
removedOutput schema / properties / authorizedParty / required
Removed value: -[
- "name"
-]
removedOutput schema / properties / authorizedParty / type
Removed value: -"object"
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"