mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-09 09:52:19 +00:00
14 lines
300 B
JSON
14 lines
300 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"]
|
|
}
|
|
}
|
|
}
|