fix(schema): correct namespaced field type from string to boolean#3911
fix(schema): correct namespaced field type from string to boolean#3911dipakparmar wants to merge 6 commits intoSFDO-Tooling:mainfrom
Conversation
Update cumulusci.jsonschema.json to fix the data type for the 'namespaced' field from string to boolean, which better reflects its intended usage.
|
Thanks for the contribution! Before we can merge this, we need @dipakparmar to sign the Salesforce Inc. Contributor License Agreement. |
|
@jstvz, is there anything else needed on this PR for the fix? Can we merge it? If not, please let me know. Thanks. |
|
@dipakparmar The tests are failing because the change needs to be in a different file. The To fix this, undo your changes to the JSON file. Instead, go to the ScratchOrg class in Finally, confirm that tests pass, then commit both the updated Python file and the new JSON file. |
Thanks @jstvz I have fixed it. All Test are passing: Test Summary |
|
@jstvz when you get a chance, can you approve the test run and review this PR again? Thanks. |

Update cumulusci.jsonschema.json to fix the data type for the 'namespaced' field from string to boolean, which better reflects its intended usage.
Fixes #3910