13 lines
194 B
JSON

{
"title": "Test Form",
"description": "Test Form.",
"properties": {
"firstname": {
"type": "string",
"title": "First Name"
}
},
"required": [
"firstname"
]
}