8 lines
241 B
JSON
8 lines
241 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": ["requestText"],
|
|
"properties": { "requestText": { "type": "string", "minLength": 1, "maxLength": 16384 } }
|
|
}
|