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