{
  "$id": "https://hash.ai/@hash/types/entity-type/event/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An event is a thing that has happened or which is expected to take place",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/attended-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/legal-person/v/2"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@hash/types/property-type/announced-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/announced-at/v/1"
    },
    "https://hash.ai/@hash/types/property-type/duration/": {
      "$ref": "https://hash.ai/@hash/types/property-type/duration/v/2"
    },
    "https://hash.ai/@hash/types/property-type/ended-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/ended-at/v/1"
    },
    "https://hash.ai/@hash/types/property-type/started-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/started-at/v/1"
    }
  },
  "title": "Event",
  "type": "object"
}