[core] Add type and format properties to model of inline response (#6153)

This commit is contained in:
Yuriy Belenko
2020-08-04 01:37:37 +03:00
committed by GitHub
parent 1be98b4920
commit 6a08ec59c0
37 changed files with 204 additions and 3 deletions

View File

@@ -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: