@ -3621,10 +3621,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
@ -7403,10 +7425,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
|
Reference in New Issue
Block a user