{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CustomFieldContextDefaultValueForgeStringField",
"title": "CustomFieldContextDefaultValueForgeStringField",
"description": "The default text for a Forge string custom field.",
"properties": {
"contextId": {
"description": "The ID of the context.",
"type": "string"
},
"text": {
"description": "The default text. The maximum length is 254 characters.",
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"contextId",
"type"
],
"type": "object"
}