Skip to content

Commit

Permalink
fix(config): change the default schema URL for petstore
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoeurderoy committed Nov 5, 2024
1 parent c63c176 commit f976cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ validation:
enable: true
schemas:
- type: OpenApi
url: https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json
url: https://raw.githubusercontent.com/OAI/learn.openapis.org/refs/heads/main/examples/v3.0/petstore.json
# ext_helpers: "./custom_handlebar.json"
# ext_data_source:
# pg:
Expand Down

0 comments on commit f976cdd

Please sign in to comment.