allow bool condition values in CP schema

This commit is contained in:
Jesse Plamondon-Willard 2019-09-05 17:42:27 -04:00
parent 2f9884c47b
commit 3f1ffd3e4f
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@
"Condition": {
"type": "object",
"additionalProperties": {
"type": "string"
"type": [ "boolean", "string" ]
}
},
"Rectangle": {