Schema object now has const property

This commit is contained in:
Stuart McGrigor 2019-05-24 17:21:36 +12:00
parent bc458155cd
commit 8b1bdb3541

View File

@ -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,