forked from loafle/openapi-generator-original
Fix package declaration for play-framework (#332)
This commit is contained in:
@@ -1017,7 +1017,12 @@
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"description" : "Describes the result of uploading an image resource"
|
||||
"description" : "Describes the result of uploading an image resource",
|
||||
"example" : {
|
||||
"code" : 0,
|
||||
"type" : "type",
|
||||
"message" : "message"
|
||||
}
|
||||
}
|
||||
},
|
||||
"securitySchemes" : {
|
||||
Reference in New Issue
Block a user