User: boulier.th@gmail.com added process model file playground/fime/test-process/get-name-schema.json

This commit is contained in:
sartography-automated-committer 2023-06-29 14:33:59 +00:00
parent b2ceb0f0a9
commit 2ce1859d4e

View File

@ -1,6 +1,11 @@
{
"title": "get name",
"description": "",
"properties": {},
"properties": {
"what_is_your_name": {
"type": "string",
"title": "What is your name?"
}
},
"required": []
}