2024-07-15 10:51:00 -04:00

15 lines
229 B
JSON

{
"title": "Text Field",
"description": "Please enter your age",
"type": "object",
"required": [
"age"
],
"properties": {
"age": {
"type": "integer",
"title": "Age",
"default": 10
}
}
}