demo-process-models/examples/1-basic-concepts/1-7-reporting/last_spam-schema.json

19 lines
436 B
JSON
Raw Normal View History

2023-06-12 22:06:43 +00:00
{
"title": "Questions about Spam",
"description": "",
"properties": {
"spam_thought": {
"type": "string",
"title": "When I hear the word \"spam\" the first thing I think of is ...",
"enum": [
"the delicious potted meat product",
"solicitous emails",
"greedy text messages",
"vikings",
"Hawaii",
"the whole bloody internet"
]
}
},
"required": []
}