{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--log.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ahmadnassri/har-schema/master/lib/log.json",
    "sourceSha256": "ff6722f65b08efe0a3b9fd77dddd509cdbfffe546797d930cd206eb6eace5c88"
  },
  "type": "object",
  "properties": {
    "version": {
      "type": "string"
    },
    "creator": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--creator.json#"
    },
    "browser": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--browser.json#"
    },
    "pages": {
      "type": "array",
      "items": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--page.json#"
      }
    },
    "entries": {
      "type": "array",
      "items": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--entry.json#"
      }
    },
    "comment": {
      "type": "string"
    }
  },
  "required": [
    "version",
    "creator",
    "entries"
  ]
}
