fix: update jest snaphot

This commit is contained in:
Alex Varchuk 2021-07-21 20:17:24 +03:00
parent ba3b2c52e4
commit b44d7fae64
2 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,8 @@ exports[`Components SchemaView discriminator should correctly render discriminat
"activeOneOf": 0, "activeOneOf": 0,
"const": "", "const": "",
"constraints": Array [], "constraints": Array [],
"contentEncoding": undefined,
"contentMediaType": undefined,
"default": undefined, "default": undefined,
"deprecated": false, "deprecated": false,
"description": "", "description": "",
@ -71,6 +73,8 @@ exports[`Components SchemaView discriminator should correctly render discriminat
"activeOneOf": 0, "activeOneOf": 0,
"const": "", "const": "",
"constraints": Array [], "constraints": Array [],
"contentEncoding": undefined,
"contentMediaType": undefined,
"default": undefined, "default": undefined,
"deprecated": false, "deprecated": false,
"description": "", "description": "",

View File

@ -2187,6 +2187,12 @@ Object {
"id": Object { "id": Object {
"$ref": "#/components/schemas/Id", "$ref": "#/components/schemas/Id",
}, },
"image": Object {
"contentEncoding": "base64",
"contentMediaType": "image/png",
"description": "User image",
"type": "string",
},
"lastName": Object { "lastName": Object {
"description": "User last name", "description": "User last name",
"example": "Smith", "example": "Smith",