Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Update version of test openapi files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Sep 28, 2018
1 parent 8442a06 commit 204e784
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/swagger-files/examples.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0-rc2",
"openapi": "3.0.0",
"servers": [
{
"url": "http://example.com"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0-rc2",
"openapi": "3.0.0",
"info": {
"version": "1.0.0",
"title": "Multiple Securities"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0-rc2",
"openapi": "3.0.0",
"servers": [
{
"url": "http://example.com"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0-rc2",
"openapi": "3.0.0",
"servers": [
{
"url": "http://petstore.swagger.io/v2"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-explorer/__tests__/fixtures/petstore/oas.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0-rc2",
"openapi": "3.0.0",
"servers": [
{
"url": "http://petstore.swagger.io/v2"
Expand Down

0 comments on commit 204e784

Please sign in to comment.