User: madhurya@sartography.com added process model file madhu-process-group-1/madhu-process-model-1/GetData.json

This commit is contained in:
sartography-automated-committer 2023-02-08 09:33:06 +00:00
parent b70f9ddf7d
commit 3836a6e947

View File

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