changedInput schema / properties / records / items / additionalProperties / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "description": "Text value for string fields (SINGLE_LINE_TEXT, MULTI_LINE_TEXT, RICH_TEXT, LINK)",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "description": "Numeric value as string for NUMBER fields (e.g., '123.45'). Only half-width numbers, +/- signs, decimal point (.), and exponential notation (e/E) are allowed. Empty string, null, or undefined for empty values.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "description": "Date/time value for DATE, TIME, DATETIME fields (DATE: 'YYYY-MM-DD', TIME: 'HH:mm', DATETIME: 'YYYY-MM-DDTHH:mm:ssZ')",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "description": "Selected option value for RADIO_BUTTON and DROP_DOWN fields",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "minItems": 0,
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "description": "Array of selected option values for CHECK_BOX and MULTI_SELECT fields"
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "code": {
- "description": "User code/login name",
- "type": "string"
- }
- },
- "required": [
- "code"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "description": "Array of selected users for USER_SELECT fields"
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "code": {
- "description": "Organization code",
- "type": "string"
- }
- },
- "required": [
- "code"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "description": "Array of selected organizations for ORGANIZATION_SELECT fields"
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "code": {
- "description": "Group code",
- "type": "string"
- }
- },
- "required": [
- "code"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "description": "Array of selected groups for GROUP_SELECT fields"
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "code": {
- "description": "User code/login name",
- "type": "string"
- }
- },
- "required": [
- "code"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "description": "User information for CREATOR and MODIFIER fields (registration format with code only)"
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "id": {
- "description": "Row ID (optional for new rows)",
- "type": "string"
- },
- "value": {
- "additionalProperties": {},
- "description": "Field values within this subtable row",
- "type": "object"
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "description": "Array of subtable rows for SUBTABLE fields"
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "description": "Lookup field value for LOOKUP fields (string for SINGLE_LINE_TEXT key, numeric string for NUMBER key)",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "description": "Date/time value for CREATED_TIME and UPDATED_TIME fields (ISO 8601 format, only for registration)",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- }
- ]
- },
- {
- "additionalProperties": false,
- "properties": {
- "value": {
- "description": "FILE fields are not supported yet (file upload tool not implemented)",
- "not": {}
- }
- },
- "required": [
- "value"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "anyOf": [
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Text value for string fields (SINGLE_LINE_TEXT, MULTI_LINE_TEXT, RICH_TEXT, LINK)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Numeric value as string for NUMBER fields (e.g., '123.45'). Only half-width numbers, +/- signs, decimal point (.), and exponential notation (e/E) are allowed. Empty string, null, or undefined for empty values.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Date/time value for DATE, TIME, DATETIME fields (DATE: 'YYYY-MM-DD', TIME: 'HH:mm', DATETIME: 'YYYY-MM-DDTHH:mm:ssZ')",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Selected option value for RADIO_BUTTON and DROP_DOWN fields",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "minItems": 0,
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Array of selected option values for CHECK_BOX and MULTI_SELECT fields",
+ "type": [
+ "array",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "items": {
+ "properties": {
+ "code": {
+ "description": "User code/login name",
+ "type": "string"
+ }
+ },
+ "required": [
+ "code"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Array of selected users for USER_SELECT fields",
+ "type": [
+ "array",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "items": {
+ "properties": {
+ "code": {
+ "description": "Organization code",
+ "type": "string"
+ }
+ },
+ "required": [
+ "code"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Array of selected organizations for ORGANIZATION_SELECT fields",
+ "type": [
+ "array",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "items": {
+ "properties": {
+ "code": {
+ "description": "Group code",
+ "type": "string"
+ }
+ },
+ "required": [
+ "code"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Array of selected groups for GROUP_SELECT fields",
+ "type": [
+ "array",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "properties": {
+ "code": {
+ "description": "User code/login name",
+ "type": "string"
+ }
+ },
+ "required": [
+ "code"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "User information for CREATOR and MODIFIER fields (registration format with code only)",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Row ID (optional for new rows)",
+ "type": "string"
+ },
+ "value": {
+ "additionalProperties": {},
+ "description": "Field values within this subtable row",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Array of subtable rows for SUBTABLE fields",
+ "type": [
+ "array",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Lookup field value for LOOKUP fields (string for SINGLE_LINE_TEXT key, numeric string for NUMBER key)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Date/time value for CREATED_TIME and UPDATED_TIME fields (ISO 8601 format, only for registration)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ }
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "value": {
+ "description": "FILE fields are not supported yet (file upload tool not implemented)",
+ "not": {}
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ }
+]