Skip to content

Instantly share code, notes, and snippets.

@augensalat
Created March 5, 2019 11:45
Show Gist options
  • Save augensalat/80823dee1d2594a7f8704f548df0ea91 to your computer and use it in GitHub Desktop.
Save augensalat/80823dee1d2594a7f8704f548df0ea91 to your computer and use it in GitHub Desktop.
{
"schemes" : [
"http"
],
"paths" : {
"/echo" : {
"post" : {
"x-mojo-name" : "echo",
"responses" : {
"200" : {
"schema" : {
"type" : "object"
},
"description" : "Echo response"
}
},
"parameters" : [
{
"schema" : {
"type" : "object"
},
"name" : "body",
"in" : "body"
}
]
}
}
},
"swagger" : "2.0",
"info" : {
"title" : "Pets",
"version" : "0.8"
},
"basePath" : "/api"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment