{
  "$id": "https://hash.ai/@hash/types/property-type/x-id/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "A persistent identifier unique to each X (Twitter) user, useful for identifying users whose handles have changed, and when interacting with the X API.",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/number/v/1"
    }
  ],
  "title": "X ID"
}