Redocly / museum-openapi-example

An example OpenAPI description for an imaginary Museum API.
https://redocly.com/docs/resources/learning-openapi/
MIT License
36 stars 36 forks source link

Adds updates from linting in redocly monorepo #8

Closed HCloward closed 6 months ago

HCloward commented 6 months ago

What/Why/How?

When replacing the Petstore API with the Musuem API in the Redocly monorepo, our linting found some issues in the API like missing punctuation, quotation marks, etc, that needed to be updated. So this PR makes those minor updates and moves the repeated 400 errors into the components section so that $refs can be used.

Reference

closes #7 fixes #7013

Security