23 lines
425 B
JSON
23 lines
425 B
JSON
{
|
|
"title": "Get Timezone",
|
|
"description": "Form to select a timezone.",
|
|
"type": "object",
|
|
"required": [
|
|
"timezone"
|
|
],
|
|
"properties": {
|
|
"timezone": {
|
|
"type": "string",
|
|
"title": "Timezone",
|
|
"enum": [
|
|
"Asia/Dubai",
|
|
"Australia/ACT",
|
|
"Australia/Sydney",
|
|
"Europe/Berlin",
|
|
"Europe/Stockholm",
|
|
"US/Eastern",
|
|
"US/Pacific"
|
|
]
|
|
}
|
|
}
|
|
} |