User: mike@sartography.com added process model file misc/mike/process-model-with-form-and-lane/get_data_form.json

This commit is contained in:
sartography-automated-committer 2023-02-08 19:15:51 +00:00
parent 95a264f88a
commit e72f715564

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"
}
}
}