ajv icon indicating copy to clipboard operation
ajv copied to clipboard

The instancePath property of errors

Open TangCL123 opened this issue 2 years ago • 0 comments

I would like to know if there is any other solution to cancel the "errorDataPath:'property'" parameter, to solve the "required" check that the "instancePath:''" property is empty

{ instancePath: '', schemaPath: '#/required', keyword: 'required', params: { missingProperty: 'name' }, message: "must have required property 'name'" }

TangCL123 avatar Aug 05 '22 10:08 TangCL123