{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/httparchive/_shared/latest--timings.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ahmadnassri/har-schema/master/lib/timings.json",
    "sourceSha256": "ecae98ac55659942321dab0fd2bae0e709062439a0fc09613c70ef8ec927b515"
  },
  "type": "object",
  "properties": {
    "dns": {
      "type": "number",
      "min": -1
    },
    "connect": {
      "type": "number",
      "min": -1
    },
    "blocked": {
      "type": "number",
      "min": -1
    },
    "send": {
      "type": "number",
      "min": -1
    },
    "wait": {
      "type": "number",
      "min": -1
    },
    "receive": {
      "type": "number",
      "min": -1
    },
    "ssl": {
      "type": "number",
      "min": -1
    },
    "comment": {
      "type": "string"
    }
  },
  "required": [
    "send",
    "wait",
    "receive"
  ]
}
