mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-14 08:50:33 +03:00
chore: update demo bundle for v2.0.0-rc.71
This commit is contained in:
parent
dc679203da
commit
477ee01e43
|
@ -1242,6 +1242,26 @@ components:
|
||||||
type: string
|
type: string
|
||||||
contentEncoding: base64
|
contentEncoding: base64
|
||||||
contentMediaType: image/png
|
contentMediaType: image/png
|
||||||
|
addresses:
|
||||||
|
type: array
|
||||||
|
minItems: 0
|
||||||
|
maxLength: 10
|
||||||
|
prefixItems:
|
||||||
|
- type: object
|
||||||
|
properties:
|
||||||
|
city:
|
||||||
|
type: string
|
||||||
|
minLength: 0
|
||||||
|
country:
|
||||||
|
type: string
|
||||||
|
minLength: 0
|
||||||
|
street:
|
||||||
|
description: includes build/apartment number
|
||||||
|
type: string
|
||||||
|
minLength: 0
|
||||||
|
- type: number
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
if:
|
if:
|
||||||
title: userStatus === 10
|
title: userStatus === 10
|
||||||
properties:
|
properties:
|
||||||
|
|
21
openapi.yaml
21
openapi.yaml
|
@ -401,6 +401,7 @@ paths:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
minProperties: 2
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
|
@ -1134,6 +1135,26 @@ components:
|
||||||
description: User status
|
description: User status
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
|
addresses:
|
||||||
|
type: array
|
||||||
|
minItems: 0
|
||||||
|
maxLength: 10
|
||||||
|
items:
|
||||||
|
- type: object
|
||||||
|
properties:
|
||||||
|
city:
|
||||||
|
type: string
|
||||||
|
minLength: 0
|
||||||
|
country:
|
||||||
|
type: string
|
||||||
|
minLength: 0
|
||||||
|
street:
|
||||||
|
description: includes build/apartment number
|
||||||
|
type: string
|
||||||
|
minLength: 0
|
||||||
|
- type: number
|
||||||
|
additionalItems:
|
||||||
|
type: string
|
||||||
xml:
|
xml:
|
||||||
name: User
|
name: User
|
||||||
requestBodies:
|
requestBodies:
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user