mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
update snapshot
This commit is contained in:
parent
60de0c7aad
commit
5aea27aae2
|
@ -277,102 +277,10 @@ Object {
|
|||
},
|
||||
},
|
||||
"name": Object {
|
||||
"description": "this is a description",
|
||||
"items": Object {
|
||||
"maxLength": 80,
|
||||
"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}$",
|
||||
"description": "The name given to a pet",
|
||||
"example": "Guru",
|
||||
"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 {
|
||||
"description": "Type of a pet",
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue
Block a user