14 lines
206 B
JSON

{
"title": "Get Data form",
"description": "Form to gather data.",
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"title": "ID"
}
}
}