Readonly
Internal
~runParses unknown input values.
The input dataset.
The configuration.
The output dataset.
Readonly
Internal
~standardThe Standard Schema properties.
Optional
Readonly
Internal
~typesThe input, output and issue type.
Readonly
asyncWhether it's async.
Readonly
entriesThe entries schema.
Readonly
expectsThe expected property.
Readonly
kindThe object kind.
Readonly
messageThe error message.
Readonly
referenceThe schema reference.
Creates an object schema.
Hint: This schema removes unknown entries. The output will only include the
entries you specify. To include unknown entries, use looseObject
. To
return an issue for unknown entries, use strictObject
. To include and
validate unknown entries, use objectWithRest
.
The entries schema.
An object schema.
Creates an object schema.
Hint: This schema removes unknown entries. The output will only include the
entries you specify. To include unknown entries, use looseObject
. To
return an issue for unknown entries, use strictObject
. To include and
validate unknown entries, use objectWithRest
.
An object schema.
Readonly
typeThe schema type.
Object schema interface.