addedOutput schema / properties / availableCompanyTypes / items / properties / description / anyOf
Added value: +[
+ {
+ "description": "Free-form description (max 5000 chars).",
+ "properties": {
+ "value": {
+ "maxLength": 5000,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / availableCompanyTypes / items / properties / description / description
Removed value: -"Free-form description (max 5000 chars)."
removedOutput schema / properties / availableCompanyTypes / items / properties / description / properties
Removed value: -{
- "value": {
- "maxLength": 5000,
- "type": "string"
- }
-}
removedOutput schema / properties / availableCompanyTypes / items / properties / description / 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"