mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
15 lines
238 B
JSON
15 lines
238 B
JSON
{
|
|
"title": "Get Town",
|
|
"description": "Please enter your town.",
|
|
"type": "object",
|
|
"required": [
|
|
"town"
|
|
],
|
|
"properties": {
|
|
"town": {
|
|
"type": "string",
|
|
"title": "Town",
|
|
"default": "Houston"
|
|
}
|
|
}
|
|
} |