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