update snapshot

This commit is contained in:
Oprysk 2022-01-05 16:52:54 +02:00
parent 60de0c7aad
commit 5aea27aae2

View File

@ -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",