mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04: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,
|
||||
"schema": SchemaModel {
|
||||
"activeOneOf": 0,
|
||||
"const": undefined,
|
||||
"constraints": Array [],
|
||||
"default": undefined,
|
||||
"deprecated": false,
|
||||
|
@ -65,6 +66,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
|||
"required": true,
|
||||
"schema": SchemaModel {
|
||||
"activeOneOf": 0,
|
||||
"const": undefined,
|
||||
"constraints": Array [],
|
||||
"default": undefined,
|
||||
"deprecated": false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user