demo-process-models/playground/dan/dans-first-progress-model/about-spam-schema.json

11 lines
202 B
JSON
Raw Normal View History

{
"title": "About Spam",
"description": "",
"properties": {
"cans_of_spam": {
"type": "string",
"title": "How many cans of Spam do you eat in a week?"
}
},
"required": []
}