Home > @rushstack/node-core-library > IJsonSchemaErrorInfo
IJsonSchemaErrorInfo interface
Callback function arguments for JsonSchema.validateObjectWithCallback();
Signature:export interface IJsonSchemaErrorInfo
Properties
Property | Type | Description |
---|---|---|
details | string | The z-schema error tree, formatted as an indented text string. |