{
  "$id": "https://hash.ai/@h/types/entity-type/graph-change-notification/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/notification/v/1"
    }
  ],
  "description": "A notification of a change to a graph",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/occurred-in-entity/v/2": {
      "items": {},
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/graph-change-type/": {
      "$ref": "https://hash.ai/@h/types/property-type/graph-change-type/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/graph-change-type/"
  ],
  "title": "Graph Change Notification",
  "type": "object"
}