mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
15 lines
238 B
JSON
15 lines
238 B
JSON
{
|
|
"title": "Simple form",
|
|
"description": "A simple form example.",
|
|
"type": "object",
|
|
"required": [
|
|
"name"
|
|
],
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"title": "Name",
|
|
"default": "World"
|
|
}
|
|
}
|
|
} |