mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
fix: update jest snaphot
This commit is contained in:
parent
ba3b2c52e4
commit
b44d7fae64
|
@ -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": "",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user