{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--entry.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ahmadnassri/har-schema/master/lib/entry.json",
    "sourceSha256": "36452c71fb49e21151af209e9661a038a3e984a32b54e30f24229fbc98be110e"
  },
  "type": "object",
  "properties": {
    "pageref": {
      "type": "string"
    },
    "startedDateTime": {
      "type": "string",
      "format": "date-time",
      "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))"
    },
    "time": {
      "type": "number",
      "min": 0
    },
    "request": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--request.json#"
    },
    "response": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--response.json#"
    },
    "cache": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--cache.json#"
    },
    "timings": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--timings.json#"
    },
    "serverIPAddress": {
      "type": "string",
      "oneOf": [
        {
          "format": "ipv4"
        },
        {
          "format": "ipv6"
        }
      ]
    },
    "connection": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  },
  "optional": true,
  "required": [
    "startedDateTime",
    "time",
    "request",
    "response",
    "cache",
    "timings"
  ]
}
