mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-24 13:28:31 +00:00
20 lines
347 B
JSON
20 lines
347 B
JSON
{
|
|
"title": "Get Timezone",
|
|
"description": "Form to select a timezone.",
|
|
"type": "object",
|
|
"required": [
|
|
"timezone"
|
|
],
|
|
"properties": {
|
|
"timezone": {
|
|
"type": "string",
|
|
"title": "Timezone",
|
|
"enum": [
|
|
"US/Eastern",
|
|
"US/Pacific",
|
|
"Europe/Berlin",
|
|
"Australia/ACT"
|
|
]
|
|
}
|
|
}
|
|
} |