mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 00:16:10 +00:00
Minor improvements to plantuml doc generator (#6298)
* minor improvements to plantuml doc generator * various improvements * fix windows batch file
This commit is contained in:
@@ -13,6 +13,16 @@ entity Category {
|
||||
name: String
|
||||
}
|
||||
|
||||
entity InlineObject {
|
||||
name: String
|
||||
status: String
|
||||
}
|
||||
|
||||
entity InlineObject1 {
|
||||
additionalMetadata: String
|
||||
file: File
|
||||
}
|
||||
|
||||
entity Order {
|
||||
id: Long
|
||||
petId: Long
|
||||
|
||||
Reference in New Issue
Block a user