Home > @rushstack/node-core-library > IJsonSchemaValidateObjectWithOptions > ignoreSchemaField
IJsonSchemaValidateObjectWithOptions.ignoreSchemaField property
If true, the root-level $schema property in a JSON object being validated will be ignored during validation. If this is set to true and the schema requires a $schema property, validation will fail.
Signature:
ignoreSchemaField?: boolean;