Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New info config hash #43

Merged
merged 2 commits into from
Mar 26, 2022
Merged

New info config hash #43

merged 2 commits into from
Mar 26, 2022

Conversation

blocknotes
Copy link
Contributor

@blocknotes blocknotes commented Mar 25, 2022

Related to #41

  • add server_urls to the config spec (to fix linting errors of the OpenAPI samples);
  • new info config hash - to permit to customise the OpenAPI info block.

To solve an openapi-cli issue:

```
Servers must be a non-empty array.

 8 |   title: rspec-openapi
 9 |   version: 1.0.0
10 | servers: []
11 | paths:
12 |   "/tables":

Error was generated by the no-empty-servers rule.
```
@blocknotes blocknotes marked this pull request as ready for review March 25, 2022 07:55
README.md Outdated Show resolved Hide resolved
@blocknotes blocknotes changed the title New info_header config hash New info config hash Mar 25, 2022
@blocknotes blocknotes requested a review from k0kubun March 25, 2022 21:57
@k0kubun k0kubun merged commit 246e28c into exoego:master Mar 26, 2022
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.

2 participants