Commit bedcb4e
authored
CLOUDP-423175: Add IPA-117-description override for Principal.onBehalfOf
## Proposed changes
The dev OpenAPI Spec release failed because the `xgen-IPA-117-description`
Spectral rule flagged `#/components/schemas/Principal/properties/onBehalfOf`
for a missing description.
Add an override in `tools/spectral/ipa/ipa-spectral.yaml` to turn off the
`xgen-IPA-117-description` rule for that component, following the existing
pattern for fields that can't be documented.
_Jira ticket:_ CLOUDP-423175
Closes #1372
## Checklist
- [ ] I have signed the [MongoDB CLA](https://www.mongodb.com/legal/contributor-agreement)
- [ ] I have added tests that prove my fix is effective or that my feature works
### Changes to Spectral
- [x] I have read the [README](../tools/spectral/README.md) file for Spectral Updates1 parent b707376 commit bedcb4e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments