mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"title": "Get Data form",
|
|
"description": "Form to gather data.",
|
|
"type": "object",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"properties": {
|
|
"id": {
|
|
"type": "string",
|
|
"title": "ID"
|
|
}
|
|
}
|
|
} |