mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 17:02:51 +00:00
update java play petstore sample
This commit is contained in:
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user