forked from loafle/openapi-generator-original
[core] Add type and format properties to model of inline response (#6153)
This commit is contained in:
@@ -2249,6 +2249,7 @@ components:
|
||||
properties:
|
||||
string:
|
||||
$ref: '#/components/schemas/Foo'
|
||||
type: object
|
||||
inline_object:
|
||||
properties:
|
||||
name:
|
||||
@@ -2390,14 +2391,17 @@ components:
|
||||
properties:
|
||||
breed:
|
||||
type: string
|
||||
type: object
|
||||
Cat_allOf:
|
||||
properties:
|
||||
declawed:
|
||||
type: boolean
|
||||
type: object
|
||||
ChildCat_allOf:
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
type: object
|
||||
securitySchemes:
|
||||
petstore_auth:
|
||||
flows:
|
||||
|
||||
Reference in New Issue
Block a user