{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BulkCustomFieldOptionUpdateRequest", "title": "BulkCustomFieldOptionUpdateRequest", "additionalProperties": false, "description": "Details of the options to update for a custom field.", "properties": { "options": { "description": "Details of the options to update.", "items": { "$ref": "#/components/schemas/CustomFieldOptionUpdate" }, "type": "array" } }, "type": "object", "writeOnly": true }