sample-process-models/extensions/support/contact-form-schema.json
2024-02-12 17:03:27 -05:00

11 lines
205 B
JSON

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