mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
Schema object now has const property
This commit is contained in:
parent
bc458155cd
commit
8b1bdb3541
|
@ -16,6 +16,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
"required": false,
|
"required": false,
|
||||||
"schema": SchemaModel {
|
"schema": SchemaModel {
|
||||||
"activeOneOf": 0,
|
"activeOneOf": 0,
|
||||||
|
"const": undefined,
|
||||||
"constraints": Array [],
|
"constraints": Array [],
|
||||||
"default": undefined,
|
"default": undefined,
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
|
@ -65,6 +66,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": SchemaModel {
|
"schema": SchemaModel {
|
||||||
"activeOneOf": 0,
|
"activeOneOf": 0,
|
||||||
|
"const": undefined,
|
||||||
"constraints": Array [],
|
"constraints": Array [],
|
||||||
"default": undefined,
|
"default": undefined,
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user