2
0

🚸 (variables) Allow null values in variable list

This commit is contained in:
Baptiste Arnaud
2023-03-21 15:42:03 +01:00
parent c52a284013
commit 0c39ae41b6
18 changed files with 69 additions and 33 deletions

View File

@@ -1471,7 +1471,8 @@
{
"type": "array",
"items": {
"type": "string"
"type": "string",
"nullable": true
}
}
]

View File

@@ -2535,7 +2535,8 @@
{
"type": "array",
"items": {
"type": "string"
"type": "string",
"nullable": true
}
}
],
@@ -3811,7 +3812,8 @@
{
"type": "array",
"items": {
"type": "string"
"type": "string",
"nullable": true
}
}
],
@@ -3905,7 +3907,8 @@
{
"type": "array",
"items": {
"type": "string"
"type": "string",
"nullable": true
}
}
],