{
  "$id": "https://hash.ai/@h/types/property-type/org-self-registration-is-enabled/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "Whether or not a user can self-register an org (note this does not apply to instance admins).",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/boolean/v/1"
    }
  ],
  "title": "Org Self Registration Is Enabled"
}