{
  "$id": "https://hash.ai/@hash/types/property-type/unique-identifier/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "An identifier which is expected to be unique within the context in which it appears",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ],
  "title": "Unique Identifier"
}