update java play petstore sample

This commit is contained in:
wing328
2017-07-25 17:48:13 +08:00
parent 70e2f643dd
commit bc68e9706e
16 changed files with 446 additions and 7 deletions

View File

@@ -900,13 +900,12 @@
}
},
"title" : "An uploaded response",
"description" : "Describes the result of uploading an image resource"
},
"PetStatus" : {
"type" : "string",
"description" : "Pet's status",
"example" : "Healthy",
"enum" : [ "Healthy", "Sick", "Quarantined", "InPetsHeaven" ]
"description" : "Describes the result of uploading an image resource",
"example" : {
"code" : 0,
"type" : "aeiou",
"message" : "aeiou"
}
}
},
"externalDocs" : {