demo-process-models/playground/tencent/pairing-with-dan-and-alex/request-schema.json

21 lines
338 B
JSON

{
"title": "Request",
"description": "",
"properties": {
"domain": {
"type": "string",
"title": "domain",
"enum": [
"domain1",
"domain2",
"domain3",
"domain4"
]
},
"requestor_name": {
"type": "string",
"title": "Your Name"
}
},
"required": []
}