mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 05:40:19 +03:00
update snapshot
This commit is contained in:
parent
60de0c7aad
commit
5aea27aae2
|
@ -277,102 +277,10 @@ Object {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"name": Object {
|
"name": Object {
|
||||||
"description": "this is a description",
|
"description": "The name given to a pet",
|
||||||
"items": Object {
|
"example": "Guru",
|
||||||
"maxLength": 80,
|
|
||||||
"type": "string",
|
"type": "string",
|
||||||
},
|
},
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"name1": Object {
|
|
||||||
"description": "this is a description",
|
|
||||||
"items": Object {
|
|
||||||
"pattern": "^[a-z]$",
|
|
||||||
"type": "string",
|
|
||||||
},
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"name10": Object {
|
|
||||||
"description": "description",
|
|
||||||
"maxLength": 80,
|
|
||||||
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$",
|
|
||||||
"type": "string",
|
|
||||||
},
|
|
||||||
"name2": Object {
|
|
||||||
"description": "this is a description",
|
|
||||||
"items": Object {
|
|
||||||
"maxLength": 80,
|
|
||||||
"minLength": 2,
|
|
||||||
"type": "string",
|
|
||||||
},
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"name3": Object {
|
|
||||||
"description": "this is a description",
|
|
||||||
"items": Object {
|
|
||||||
"maxLength": 80,
|
|
||||||
"minLength": 2,
|
|
||||||
"pattern": "^[a-z]$",
|
|
||||||
"type": "string",
|
|
||||||
},
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"name4": Object {
|
|
||||||
"description": "this is a description",
|
|
||||||
"items": Object {
|
|
||||||
"multipleOf": 5,
|
|
||||||
"type": "integer",
|
|
||||||
},
|
|
||||||
"maxItems": 5,
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"name5": Object {
|
|
||||||
"description": "this is a description",
|
|
||||||
"items": Object {
|
|
||||||
"maximum": 10,
|
|
||||||
"multipleOf": 5,
|
|
||||||
"type": "integer",
|
|
||||||
},
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"name6": Object {
|
|
||||||
"description": "this is a description",
|
|
||||||
"items": Object {
|
|
||||||
"maximum": 10,
|
|
||||||
"minimum": 5,
|
|
||||||
"multipleOf": 5,
|
|
||||||
"type": "integer",
|
|
||||||
},
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"name7": Object {
|
|
||||||
"description": "this is a description",
|
|
||||||
"items": Object {
|
|
||||||
"maximum": 100,
|
|
||||||
"minimum": 1,
|
|
||||||
"type": "integer",
|
|
||||||
},
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"name8": Object {
|
|
||||||
"description": "this is a description",
|
|
||||||
"items": Object {
|
|
||||||
"exclusiveMaximum": true,
|
|
||||||
"maximum": 100,
|
|
||||||
"minimum": 1,
|
|
||||||
"type": "integer",
|
|
||||||
},
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"name9": Object {
|
|
||||||
"description": "this is a description",
|
|
||||||
"items": Object {
|
|
||||||
"exclusiveMaximum": 100,
|
|
||||||
"minimum": 1,
|
|
||||||
"type": "integer",
|
|
||||||
},
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"petType": Object {
|
"petType": Object {
|
||||||
"description": "Type of a pet",
|
"description": "Type of a pet",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user