added tags to test

This commit is contained in:
Tony Tam
2015-02-19 22:00:17 -08:00
committed by Mohsen Azimi
parent bcfa028f53
commit d70af2f3a5
2 changed files with 30 additions and 0 deletions

View File

@@ -20,6 +20,28 @@
"schemes": [
"http"
],
"tags": [
{
"name": "user",
"description": "Operations about user"
},
{
"name": "store",
"description": "Access to Petstore orders",
"externalDocs": {
"description": "Find out more",
"url": "http://swagger.io"
}
},
{
"name": "pet",
"description": "Everything about your Pets",
"externalDocs": {
"description": "Find out more",
"url": "http://swagger.io"
}
}
],
"paths": {
"/pet": {
"post": {