{
  "$id": "https://hash.ai/@hash/types/property-type/universally-unique-identifier/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "A UUID (Universal Unique Identifier) is a value used to uniquely identify an object or entity on the internet. Depending on the specific mechanisms used, a UUID is either practically guaranteed to be different or is, at least, extremely likely to be different from any other UUID generated until A.D. 3400.",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ],
  "title": "Universally Unique Identifier"
}