{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--cookie.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ahmadnassri/har-schema/master/lib/cookie.json",
    "sourceSha256": "dc49a1fc531322d17108b4ab32a4f49d6ecabb70633b6cf6c5272f27a89cfc92"
  },
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "expires": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "httpOnly": {
      "type": "boolean"
    },
    "secure": {
      "type": "boolean"
    },
    "comment": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "value"
  ]
}
