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

19 lines
336 B
JSON

{
"title": "Text Field",
"description": "This is markdown enabled text field.",
"type": "object",
"required": [
"firstName"
],
"properties": {
"firstName": {
"type": "string",
"title": "First name",
"default": "Chuck"
},
"city": {
"type": "string",
"title": "City"
}
}
}