2023-01-24 02:34:28 +00:00

16 lines
275 B
JSON

{
"title": "Form",
"description": "Testing validations",
"type": "object",
"required": [
"AnyText"
],
"properties": {
"AnyText": {
"type": "string",
"title": "Enter text:",
"minLength": 5,
"maxLength": 8
}
}
}