Skip to content

Commit 47e32b2

Browse files
authored
fix(schema): correct namespaced field type from string to boolean
Update cumulusci.jsonschema.json to fix the data type for the 'namespaced' field from string to boolean, which better reflects its intended usage.
1 parent 3e05563 commit 47e32b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cumulusci/schema/cumulusci.jsonschema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
},
422422
"namespaced": {
423423
"title": "Namespaced",
424-
"type": "string"
424+
"type": "boolean"
425425
},
426426
"setup_flow": {
427427
"title": "Setup Flow",

0 commit comments

Comments
 (0)