Skip to content

Instantly share code, notes, and snippets.

@shockey
Last active April 27, 2018 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shockey/ea8dcd2f5e8458c4f39f00e65cbb4ff0 to your computer and use it in GitHub Desktop.
Save shockey/ea8dcd2f5e8458c4f39f00e65cbb4ff0 to your computer and use it in GitHub Desktop.
{
"post": {
"description": "Book",
"operationId": "buy",
"summary": "Buy a book",
"tags": [
"Book"
],
"consumes": [
"application/json",
"application/xml"
],
"parameters": [
{
"name": "requestBody",
"in": "body",
"description": "Buy a Book",
"required": true
}
]
}
}
{
"swagger": "2.0",
"paths": {
"/v1/book": {
"post": {
"description": "Book",
"operationId": "buy",
"summary": "Buy a book",
"tags": [
"Book"
],
"consumes": [
"application/json",
"application/xml"
],
"parameters": [
{
"name": "requestBody",
"in": "body",
"description": "Buy a Book",
"required": true
}
]
}
}
}
}
{
"swagger": "2.0",
"paths": {
"/v1/book": {
"$ref": "./4485-book.json"
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment