mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-11 15:30: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
|
||||
contentEncoding: base64
|
||||
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:
|
||||
title: userStatus === 10
|
||||
properties:
|
||||
|
|
25
openapi.yaml
25
openapi.yaml
|
@ -401,6 +401,7 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
minProperties: 2
|
||||
additionalProperties:
|
||||
type: integer
|
||||
format: int32
|
||||
|
@ -877,11 +878,11 @@ paths:
|
|||
type: string
|
||||
examples:
|
||||
response:
|
||||
value: <Message> OK </Message>
|
||||
value: <Message> OK </Message>
|
||||
text/plain:
|
||||
examples:
|
||||
response:
|
||||
value: OK
|
||||
value: OK
|
||||
'400':
|
||||
description: Invalid username/password supplied
|
||||
/user/logout:
|
||||
|
@ -1134,6 +1135,26 @@ components:
|
|||
description: User status
|
||||
type: integer
|
||||
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:
|
||||
name: User
|
||||
requestBodies:
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user