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