mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
User: admin@spiffworkflow.org clicked save for misc/jonjon/enum_single_entry/datetest-schema.json
This commit is contained in:
parent
11e2f81fe9
commit
c8641063ac
@ -1,15 +1,21 @@
|
|||||||
{
|
{
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"currencyEnum": {
|
"categoryEnum": {
|
||||||
"title": "Currency",
|
"title": "Category",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
"options_from_task_data_var:category_enum_list"
|
"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",
|
||||||
"title": "datetest",
|
|
||||||
"description": "",
|
"description": "",
|
||||||
"properties": {
|
"properties": {
|
||||||
"start_date": {
|
"start_date": {
|
||||||
@ -38,12 +44,19 @@
|
|||||||
},
|
},
|
||||||
"required": [],
|
"required": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"the_not_date": {
|
"category": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"the_not_date": {
|
"category": {
|
||||||
"enum": [
|
"enum": [
|
||||||
"Travel111"
|
"travel"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"properties": {
|
||||||
|
"sub_category": {
|
||||||
|
"$ref": "#/definitions/travel_sub_categoryEnum",
|
||||||
|
"title": "Sub Category"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user