addedOutput schema / properties / fields / items / properties / code / anyOf
Added value: +[
+ {
+ "description": "Lowercase kebab-case code identifier.",
+ "properties": {
+ "value": {
+ "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / code / description
Removed value: -"Lowercase kebab-case code identifier."
removedOutput schema / properties / fields / items / properties / code / properties
Removed value: -{
- "value": {
- "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / code / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / companyId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / companyId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / fields / items / properties / companyId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / companyId / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / createdAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / createdAt / format
Removed value: -"date-time"
removedOutput schema / properties / fields / items / properties / createdAt / type
Removed value: -"string"
addedOutput schema / properties / fields / 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 / fields / items / properties / description / description
Removed value: -"Free-form description (max 5000 chars)."
removedOutput schema / properties / fields / items / properties / description / properties
Removed value: -{
- "value": {
- "maxLength": 5000,
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / description / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / id / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / id / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / fields / items / properties / id / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / id / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / metadata / anyOf
Added value: +[
+ {
+ "properties": {
+ "values": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / metadata / properties
Removed value: -{
- "values": {
- "additionalProperties": {
- "type": "string"
- },
- "type": "object"
- }
-}
removedOutput schema / properties / fields / items / properties / metadata / type
Removed value: -"object"
addedOutput schema / properties / fields / 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 / fields / items / properties / name / description
Removed value: -"Human-readable name (1-255 Unicode chars)."
removedOutput schema / properties / fields / items / properties / name / properties
Removed value: -{
- "value": {
- "maxLength": 255,
- "minLength": 1,
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / name / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / options / items / properties / code / anyOf
Added value: +[
+ {
+ "description": "Lowercase kebab-case code identifier.",
+ "properties": {
+ "value": {
+ "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / options / items / properties / code / description
Removed value: -"Lowercase kebab-case code identifier."
removedOutput schema / properties / fields / items / properties / options / items / properties / code / properties
Removed value: -{
- "value": {
- "pattern": "^[a-z0-9]+(-[a-z0-9]+)*$",
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / options / items / properties / code / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / options / items / properties / companyId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / options / items / properties / companyId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / fields / items / properties / options / items / properties / companyId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / options / items / properties / companyId / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / options / items / properties / createdAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / options / items / properties / createdAt / format
Removed value: -"date-time"
removedOutput schema / properties / fields / items / properties / options / items / properties / createdAt / type
Removed value: -"string"
addedOutput schema / properties / fields / items / properties / options / 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 / fields / items / properties / options / items / properties / description / description
Removed value: -"Free-form description (max 5000 chars)."
removedOutput schema / properties / fields / items / properties / options / items / properties / description / properties
Removed value: -{
- "value": {
- "maxLength": 5000,
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / options / items / properties / description / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / options / items / properties / fieldId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / options / items / properties / fieldId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / fields / items / properties / options / items / properties / fieldId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / options / items / properties / fieldId / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / options / items / properties / id / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / options / items / properties / id / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / fields / items / properties / options / items / properties / id / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / options / items / properties / id / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / options / items / properties / metadata / anyOf
Added value: +[
+ {
+ "properties": {
+ "values": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / options / items / properties / metadata / properties
Removed value: -{
- "values": {
- "additionalProperties": {
- "type": "string"
- },
- "type": "object"
- }
-}
removedOutput schema / properties / fields / items / properties / options / items / properties / metadata / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / options / 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 / fields / items / properties / options / items / properties / name / description
Removed value: -"Human-readable name (1-255 Unicode chars)."
removedOutput schema / properties / fields / items / properties / options / items / properties / name / properties
Removed value: -{
- "value": {
- "maxLength": 255,
- "minLength": 1,
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / options / items / properties / name / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / options / items / properties / parentId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / options / items / properties / parentId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / fields / items / properties / options / items / properties / parentId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / options / items / properties / parentId / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / options / items / properties / updatedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / options / items / properties / updatedAt / format
Removed value: -"date-time"
removedOutput schema / properties / fields / items / properties / options / items / properties / updatedAt / type
Removed value: -"string"
addedOutput schema / properties / fields / items / properties / parentFieldId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / parentFieldId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / fields / items / properties / parentFieldId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / fields / items / properties / parentFieldId / type
Removed value: -"object"
addedOutput schema / properties / fields / items / properties / updatedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / fields / items / properties / updatedAt / format
Removed value: -"date-time"
removedOutput schema / properties / fields / items / properties / updatedAt / type
Removed value: -"string"