{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomFieldContextDefaultValueUpdate", "title": "CustomFieldContextDefaultValueUpdate", "additionalProperties": false, "description": "Default values to update.", "properties": { "defaultValues": { "items": { "$ref": "#/components/schemas/CustomFieldContextDefaultValue" }, "type": "array" } }, "type": "object" }