Extremely fast HTTP Archive (HAR) validator using JSON Schema
node-har-validator is an extremely fast validator for HTTP Archive (HAR) files built using JSON Schema. Created by Ahmad Nassri, the project is a Node.js package designed to validate HAR format data, which is used for storing HTTP transaction records. The validator provides multiple API options including Promise-based, async, and callback interfaces, with version 2.0.0 defaulting to Promise-based usage.