{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--browser.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ahmadnassri/har-schema/master/lib/browser.json",
    "sourceSha256": "38e10f070295444b8cf924940f7df8d07e36e3de989606aa3cb6beae6b5e3fdf"
  },
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "version"
  ]
}
