Details of updates for a custom field.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomFieldValueUpdateDetails", "title": "CustomFieldValueUpdateDetails", "additionalProperties": false, "description": "Details of updates for a custom field.", "properties": { "updates": { "description": "The list of custom field update details.", "items": { "$ref": "#/components/schemas/CustomFieldValueUpdate" }, "type": "array" } }, "type": "object", "writeOnly": true }