13 lines
208 B
JSON
Raw Normal View History

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