{
  "$id": "https://hash.ai/@h/types/entity-type/hash-instance/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An instance of HASH.",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/migration-state/": {
      "$ref": "https://hash.ai/@h/types/property-type/migration-state/v/1"
    },
    "https://hash.ai/@h/types/property-type/migrations-completed/": {
      "$ref": "https://hash.ai/@h/types/property-type/migrations-completed/v/1"
    },
    "https://hash.ai/@h/types/property-type/org-self-registration-is-enabled/": {
      "$ref": "https://hash.ai/@h/types/property-type/org-self-registration-is-enabled/v/1"
    },
    "https://hash.ai/@h/types/property-type/pages-are-enabled/": {
      "$ref": "https://hash.ai/@h/types/property-type/pages-are-enabled/v/1"
    },
    "https://hash.ai/@h/types/property-type/user-registration-by-invitation-is-enabled/": {
      "$ref": "https://hash.ai/@h/types/property-type/user-registration-by-invitation-is-enabled/v/1"
    },
    "https://hash.ai/@h/types/property-type/user-self-registration-is-enabled/": {
      "$ref": "https://hash.ai/@h/types/property-type/user-self-registration-is-enabled/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/org-self-registration-is-enabled/",
    "https://hash.ai/@h/types/property-type/pages-are-enabled/",
    "https://hash.ai/@h/types/property-type/user-self-registration-is-enabled/",
    "https://hash.ai/@h/types/property-type/user-registration-by-invitation-is-enabled/"
  ],
  "title": "HASH Instance",
  "type": "object"
}