IBM / openapi-validator

Configurable and extensible validator/linter for OpenAPI documents
Apache License 2.0
493 stars 88 forks source link

feat(new-rule): ibm-schema-naming-convention #627

Closed dpopp07 closed 1 year ago

dpopp07 commented 1 year ago

Adds a new rule that enforces the schema naming guidelines in the API Handbook.

Specifically, the new rule checks for correctly named collection schemas, resource collection element schemas, creation/replacement schemas, and patch schemas against the name of the associated canonical schema.

PR summary

PR Checklist

General checklist

Please make sure that your PR fulfills the following requirements:

Checklist for adding a new validation rule:

dpopp07 commented 1 year ago

All comments have been addressed