14 lines
231 B
JSON

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