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

Commit

Permalink
Add example oas file to demonstrate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Oct 5, 2018
1 parent d2df77e commit fdcbd7b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions example/swagger-files/gh-issue-157.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"openapi": "3.0.0",
"servers": [
{
"url": "http://httpbin.org"
}
],
"info": {
"version": "1.0.0",
"title": "GH issue #157"
},
"paths": {
"/post": {
"post": {
"summary": "Should not error",
"description": "",
"parameters": [],
"responses": {}
}
}
},
"x-explorer-enabled": true,
"x-samples-enabled": true,
"x-samples-languages": ["css"]
}

0 comments on commit fdcbd7b

Please sign in to comment.