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