Skip to content

Instantly share code, notes, and snippets.

@wogsland
Created June 21, 2015 17:32
Show Gist options
  • Save wogsland/ff52966bac1ebf675bda to your computer and use it in GitHub Desktop.
Save wogsland/ff52966bac1ebf675bda to your computer and use it in GitHub Desktop.
Swagger Definition
"ApiResponse": {
"type": "object",
"properties": {
"version": {
"type": "string"
},
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"results": {
"type": "string"
},
"errors": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment