{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomFieldUpdatedContextOptionsList", "title": "CustomFieldUpdatedContextOptionsList", "additionalProperties": false, "description": "A list of custom field options for a context.", "properties": { "options": { "description": "The updated custom field options.", "items": { "$ref": "#/components/schemas/CustomFieldOptionUpdate" }, "type": "array" } }, "type": "object" }