Skip to content

Instantly share code, notes, and snippets.

@esperancaJS
Created September 22, 2014 02:07
Show Gist options
  • Save esperancaJS/6eb7e69710d40f890c3a to your computer and use it in GitHub Desktop.
Save esperancaJS/6eb7e69710d40f890c3a to your computer and use it in GitHub Desktop.
{
"swagger": 2,
"info": {
"version": "1.0.0",
"title": "petstore"
},
"paths": {
"/users": {
"get": {
"responses": {
"200": {
"description": "Describe the 200 response in more detail"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment