A set of custom validator rules for the MongoDB Atlas Programmatic API, adhering to API Standards (IPA)
- /ipa - Contains custom Spectral rulesets covering MongoDB API standards.
- /.spectral.yaml - Contains validators not specifically related to API standards.
For a complete list of implemented rules, please refer to the Ruleset Documentation.
When adding new rules or updating the .spectral.yaml
file, the validations will automatically update across the mongodb/openapi
repository. Follow these steps:
- Open a pull request (PR) in the
mongodb/openapi
repository with changes totools/spectral/.spectral.yaml
. - Ensure that the new Spectral lint checks pass.
- Review and merge the PR.
- Refer to the IPA Standards for specific rules.
- Visit the Spectral Wiki for additional information.