[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

@@ -2151,10 +2151,12 @@ components:
properties:
breed:
type: string
type: object
Cat_allOf:
properties:
declawed:
type: boolean
type: object
BigCat_allOf:
properties:
kind:
@@ -2164,6 +2166,7 @@ components:
- leopards
- jaguars
type: string
type: object
securitySchemes:
petstore_auth:
flows: