Skip to content

Conversation

@ctII
Copy link

@ctII ctII commented Sep 6, 2024

As an replacement for PR #2, this PR only changes the openapi.json spec file by formatting it. Preventing pollution of PR titles and commit history with the previous discussion of errors.

This change is by running jq to format the openapi.json to remove extra white spacing and overall format the original spec to consistent formatting.

For example line 173, while correct JSON, is not consistent formatting. This doesn't break any parsers, but makes it more difficult to read manually. This decreases the spec file by 4KB as well.

"$ref": "#/components/schemas/Category" }

This change is solely created by the following commands:

cat openapi.json | jq > openapi-formatted.json
mv openapi-formatted.json openapi.json

This change runs jq to format the openapi.json to remove extra white spacing and generally format the original spec to consistent formatting
Copy link

@185805 185805 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i approve can anyone help me get quick easy money? like from dead wallets that someone has forgotten about 🤪🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants