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,
|
||||
"const": "",
|
||||
"constraints": Array [],
|
||||
"contentEncoding": undefined,
|
||||
"contentMediaType": undefined,
|
||||
"default": undefined,
|
||||
"deprecated": false,
|
||||
"description": "",
|
||||
|
@ -71,6 +73,8 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
|||
"activeOneOf": 0,
|
||||
"const": "",
|
||||
"constraints": Array [],
|
||||
"contentEncoding": undefined,
|
||||
"contentMediaType": undefined,
|
||||
"default": undefined,
|
||||
"deprecated": false,
|
||||
"description": "",
|
||||
|
|
|
@ -2187,6 +2187,12 @@ Object {
|
|||
"id": Object {
|
||||
"$ref": "#/components/schemas/Id",
|
||||
},
|
||||
"image": Object {
|
||||
"contentEncoding": "base64",
|
||||
"contentMediaType": "image/png",
|
||||
"description": "User image",
|
||||
"type": "string",
|
||||
},
|
||||
"lastName": Object {
|
||||
"description": "User last name",
|
||||
"example": "Smith",
|
||||
|
|
Loading…
Reference in New Issue
Block a user