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