{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--cache.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ahmadnassri/har-schema/master/lib/cache.json",
    "sourceSha256": "5848d38cfaef6900856913220e807cd73557e15261d9d7bb27f9545a5056a5b1"
  },
  "type": "object",
  "properties": {
    "beforeRequest": {
      "oneOf": [
        {
          "type": "null"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--beforeRequest.json#"
        }
      ]
    },
    "afterRequest": {
      "oneOf": [
        {
          "type": "null"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--afterRequest.json#"
        }
      ]
    },
    "comment": {
      "type": "string"
    }
  }
}
