mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-10 08:46:44 +00:00
e7af92d97 pyl w/ burnettk a57134009 updated development perm yml to work with mvp process model w/ burnettk 496c13120 Merge pull request #163 from sartography/feature/fewer-sentry-traces 1f5e1638c Merge pull request #162 from sartography/feature/support-wildcard-envs c9c7f9d6f fewer sentry traces 3b3315857 lint c8d2b64ce wildcard environment support git-subtree-dir: spiffworkflow-backend git-subtree-split: e7af92d979fbb7f90ba662f012baa17422146cd1
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"]
|
|
}
|
|
}
|
|
}
|