Created
September 22, 2014 02:07
-
-
Save esperancaJS/6eb7e69710d40f890c3a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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