{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomFieldContextDefaultValueReadOnly", "title": "CustomFieldContextDefaultValueReadOnly", "description": "The default text for a read only custom field.", "properties": { "text": { "description": "The default text. The maximum length is 255 characters.", "type": "string" }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }