spiff-arena/spiffworkflow-backend/tests/data/get_localtime/get_localtime.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"]
}
}
}