SFDO-Tooling / CumulusCI

Python framework for building portable automation for Salesforce projects
http://cumulusci.readthedocs.io
BSD 3-Clause "New" or "Revised" License
363 stars 242 forks source link

Add content to cumulusci.yml Pydantic models and JSON Schema #3724

Open jlantz opened 11 months ago

jlantz commented 11 months ago

Added title, description, and examples to all Pydantic models for the cumulusci.yml json schema to provide better help information in IDEs.

There are a few places where I added enums.

jstvz commented 10 months ago

@jlantz Looks like the some test failures due to a schema mismatch. I'll push a copy of your branch to the remote to resolve the lint failure afterwards.