interface ErrorPaths {
    instancePath?: Code;
    parentSchema?: boolean;
    schemaPath?: string;
}

Properties

instancePath?: Code
parentSchema?: boolean
schemaPath?: string