sample-process-models/extensions/support/contact-form-schema.json

11 lines
205 B
JSON
Raw Normal View History

{
"title": "Contact",
"description": "Let us know what you are having trouble with.",
"type": "object",
"properties": {
"details": {
"type": "string",
"title": "Details"
}
}
}