Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IJsonSchemaValidateObjectWithOptions

IJsonSchemaValidateObjectWithOptions interface

Options for JsonSchema.validateObjectWithCallback()

Signature:

export interface IJsonSchemaValidateObjectWithOptions 

Properties

Property

Modifiers

Type

Description

ignoreSchemaField?

boolean

(Optional) 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.