allow bool condition values in CP schema
This commit is contained in:
parent
2f9884c47b
commit
3f1ffd3e4f
|
@ -344,7 +344,7 @@
|
|||
"Condition": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
"type": [ "boolean", "string" ]
|
||||
}
|
||||
},
|
||||
"Rectangle": {
|
||||
|
|
Loading…
Reference in New Issue