mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
User: admin@spiffworkflow.org clicked save for misc/jonjon/enum_single_entry/datetest-schema.json
This commit is contained in:
parent
c9b8d7d601
commit
7a2d88131d
@ -6,14 +6,7 @@
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:category_enum_list"
|
||||
]
|
||||
},
|
||||
"sub_categoryEnum": {
|
||||
"title": "Sub-Category",
|
||||
"type": "string",
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:travel_sub_category_enum_list"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "test",
|
||||
"description": "",
|
||||
@ -53,7 +46,14 @@
|
||||
},
|
||||
"properties": {
|
||||
"sub_category": {
|
||||
"$ref": "#/definitions/travel_sub_categoryEnum",
|
||||
"enum":[
|
||||
"Accomocations",
|
||||
"Flights",
|
||||
"Transportation",
|
||||
"Tickets",
|
||||
"Visas",
|
||||
"Other"
|
||||
],
|
||||
"title": "Sub Category"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user