{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/httparchive/latest.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ahmadnassri/har-schema/master/lib/har.json",
    "sourceSha256": "589c7a12138f36b01e491cb6b6eb74e9aeccf34eb4a704d0fa1fd63a69ec4800",
    "fileMatch": [
      "*.har"
    ]
  },
  "type": "object",
  "properties": {
    "log": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--log.json#"
    }
  },
  "required": [
    "log"
  ]
}
