{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@metaturso/types/entity-type/incident/v/5",
  "kind": "entityType",
  "title": "incident",
  "type": "object",
  "allOf": [],
  "description": "",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@metaturso/types/entity-type/incident-commander/v/2": {
      "type": "array",
      "minItems": 1,
      "ordered": false,
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@metaturso/types/entity-type/app-user/v/1"
          }
        ]
      }
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/title/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/title/v/1"
    },
    "https://blockprotocol.org/@hash/types/property-type/start-time/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/start-time/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/title/"
  ]
}