| name | display_name | category | generic_type | parameter_schema | default_parameters | validation_pattern | description | examples | pii_level | pcidss_attribute | hipaa_identifier |
|---|---|---|---|---|---|---|---|---|---|---|---|
| MOVIE_TITLE | Movie Title | media_entertainment | STRING | null | null | null | Film title | ["The Godfather", "Pulp Fiction", "The Shawshank Redemption"] | null | null | null |
| IMAGE_URL | Image Url | media_entertainment | STRING | null | null | null | Placeholder image URL | ["https://picsum.photos/640/480"] | null | null | null |
| AVATAR_URL | Avatar Url | media_entertainment | STRING | null | null | null | Profile picture URL | ["https://robohash.org/abc123.png"] | null | null | null |
| MOVIE_GENRE | Movie Genre | media_entertainment | STRING | null | null | null | Film genre | ["Action", "Comedy", "Drama", "Horror", "Thriller", "Sci-Fi"] | null | null | null |
| LICENSE_PLATE | License Plate | vehicle | STRING | {"type": "object", "properties": {"country": {"type": "enum", "description": "", "default": "US"}}} | null | null | Vehicle license plate | null | null | null | null |
| CAR_MAKE | Car Make | vehicle | STRING | {"type": "object", "properties": {"region": {"type": "enum", "description": "", "default": "any"}}} | null | null | Vehicle manufacturer | null | null | null | null |
| CAR_YEAR | Car Year | vehicle | STRING | null | null | null | Vehicle model year | ["2024", "2022", "2019", "2015", "2010"] | null | null | null |
| VIN | Vin | vehicle | STRING | null | null | null | Vehicle Identification Number | ["1HGBH41JXMN109186", "5YJSA1E26MF123456"] | null | null | null |
| CAR_MODEL | Car Model | vehicle | STRING | null | null | null | Vehicle model name | ["Camry", "Civic", "Mustang", "3 Series", "C-Class"] | null | null | null |
| PRODUCT_PRICE | Product Price | products | STRING | null | null | null | Product price | ["$19.99", "$149.00", "$5.99", "$299.99"] | null | null | null |
| PRODUCT_NAME | Product Name | products | STRING | {"type": "object", "properties": {"category": {"type": "enum", "description": "", "default": "any"}}... | null | null | Product name | null | null | null | null |
| PRODUCT_CATEGORY | Product Category | products | STRING | null | null | null | Product category | ["Electronics", "Clothing", "Food & Beverage", "Home & Garden", "Toys"] | null | null | null |
| SKU | Sku | products | STRING | null | null | null | Stock Keeping Unit | ["ABC-123456", "SKU-789012", "PRD-345678"] | null | null | null |
| GROCERY_PRODUCT | Grocery Product | products | STRING | null | null | null | Grocery/food product name | ["Tomato - Green", "Spinach - Baby", "Avocado", "Organic Milk"] | null | null | null |
| UPC | Upc | products | STRING | null | null | null | Universal Product Code | ["012345678905", "123456789012", "987654321098"] | null | null | null |
| TEZOS_ACCOUNT | Tezos Account | crypto | STRING | null | null | null | Tezos account address | ["tz1VSUr8wwNhLAzempoch5d6hLRiTh8Cjcjb"] | null | null | null |
| ETHEREUM_ADDRESS | Ethereum Address | crypto | STRING | null | null | null | Ethereum wallet address | ["0x742d35Cc6634C0532925a3b844Bc9e7595f5CB21"] | null | null | null |
| BITCOIN_ADDRESS | Bitcoin Address | crypto | STRING | {"type": "object", "properties": {"format": {"type": "enum", "description": "", "default": "legacy"}... | null | null | Bitcoin wallet address | null | null | null | null |
| MEDICARE_BENEFICIARY_ID | Medicare Beneficiary ID | healthcare | STRING | null | null | null | Medicare Beneficiary Identifier | ["1EG4-TE5-MK72", "2AB1-CD3-EF45"] | SENSITIVE | null | HPBN |
| NPI | NPI | healthcare | STRING | null | null | null | National Provider Identifier | ["1234567890", "9876543210"] | INDIRECT | null | OTHER_IDENTIFIERS |
| HOSPITAL_NAME | Hospital Name | healthcare | STRING | null | null | null | Hospital/facility name | ["Mayo Clinic", "Cleveland Clinic", "Johns Hopkins Hospital"] | null | null | null |
| ICD10_DIAGNOSIS_CODE | Icd10 Diagnosis Code | healthcare | STRING | null | null | null | ICD-10 diagnosis code | ["A00.0", "J18.9", "I10", "E11.9", "M54.5"] | null | null | null |
| NDC_CODE | Ndc Code | healthcare | STRING | null | null | null | FDA National Drug Code | ["58443-0022-01", "58517-0011-02"] | null | null | null |
| NHS_NUMBER | Nhs Number | healthcare | STRING | null | null | null | UK NHS number | ["943 476 5919", "485 777 3456"] | null | null | null |
| HCPCS_CODE | Hcpcs Code | healthcare | STRING | null | null | null | HCPCS procedure code | ["A0425", "E0601", "J0585", "L3000"] | null | null | null |
| DRUG_COMPANY | Drug Company | healthcare | STRING | null | null | null | Pharmaceutical company name | ["Pfizer", "Johnson & Johnson", "Novartis", "Roche", "Merck"] | null | null | null |
| DRUG_NAME | Drug Name | healthcare | STRING | {"type": "object", "properties": {"type": {"type": "enum", "description": "", "default": "brand"}}} | null | null | Medication name | null | null | null | null |
| ICD10_PROCEDURE_CODE | Icd10 Procedure Code | healthcare | STRING | null | null | null | ICD-10 procedure code | ["0BJ08ZZ", "02100Z9", "0W9B3ZZ"] | null | null | null |
| LONGITUDE | Longitude | address_location | STRING | null | null | null | Geographic longitude | ["-74.005974", "151.209296", "-0.127758", "139.691711"] | null | null | null |
| CITY | City | address_location | STRING | {"type": "object", "properties": {"country": {"type": "enum", "description": "", "default": "any"}}} | null | null | City name | null | null | null | null |
| STREET_SUFFIX | Street Suffix | address_location | STRING | null | null | null | Street type suffix | ["Street", "Avenue", "Drive", "Boulevard", "Lane", "Road", "Court", "Place", "Way", "Terrace"] | null | null | null |
| STATE | State | address_location | STRING | {"type": "object", "properties": {"country": {"type": "enum", "description": "", "default": "any"}, ... | null | null | State/Province name | null | null | null | null |
| POSTAL_CODE | Postal Code | address_location | STRING | {"type": "object", "properties": {"country": {"type": "enum", "description": "", "default": "US"}}} | null | null | Postal/ZIP code | null | null | null | null |
| ADDRESS_LINE_2 | Address Line 2 | address_location | STRING | {"type": "object", "properties": {"type": {"type": "enum", "description": "", "default": "any"}}} | null | null | Secondary address line | null | null | null | null |
| COORDINATES | Coordinates | address_location | STRING | {"type": "object", "properties": {"format": {"type": "enum", "description": "", "default": "object"}... | null | null | Lat/Long pair | null | null | null | null |
| LATITUDE | Latitude | address_location | STRING | null | null | null | Geographic latitude | ["40.712776", "-33.868820", "51.507351", "35.689487"] | null | null | null |
| STREET_NUMBER | Street Number | address_location | STRING | null | null | null | Street/house number | ["1", "42", "123", "4567", "12345"] | null | null | null |
| STREET_NAME | Street Name | address_location | STRING | null | null | null | Street name without suffix | ["Pine View", "Oak", "Main", "Elm", "Cedar", "Maple", "Washington", "Lincoln", "Park"] | null | null | null |
| TIMEZONE | Timezone | address_location | STRING | {"type": "object", "properties": {"format": {"type": "enum", "description": "", "default": "iana"}}} | null | null | Time zone identifier | null | null | null | null |
| COUNTRY | Country | address_location | STRING | {"type": "object", "properties": {"format": {"type": "enum", "description": "", "default": "name"}, ... | null | null | Country name | null | null | null | null |
| STREET_ADDRESS | Street Address | address_location | STRING | {"type": "object", "properties": {"include_secondary": {"type": "boolean", "description": "", "defau... | null | null | Full street address | null | null | null | null |
| CREDIT_CARD_TYPE | Credit Card Type | finance_commerce | STRING | null | null | null | Credit card brand | ["Visa", "Mastercard", "American Express", "Discover", "JCB", "Diners Club"] | null | null | null |
| BANK_ROUTING_NUMBER | Bank Routing Number | finance_commerce | STRING | null | null | null | Bank routing/sort code | ["011000138", "021000021", "026009593"] | null | null | null |
| SWIFT_CODE | Swift Code | finance_commerce | STRING | null | null | null | SWIFT/BIC code | ["BOFAUS3N", "CHASUS33", "WFBIUS6S", "DEUTDEFF"] | null | null | null |
| CREDIT_CARD_EXPIRY | Credit Card Expiry | finance_commerce | STRING | {"type": "object", "properties": {"format": {"type": "enum", "description": "", "default": "MM/YY"}}... | null | null | Card expiration date | null | SENSITIVE | EXPIRATION_DATE | null |
| IBAN | Iban | finance_commerce | STRING | {"type": "object", "properties": {"country": {"type": "enum", "description": "", "default": "any"}}} | null | null | International Bank Account Number | null | null | null | null |
| STOCK_NAME | Stock Name | finance_commerce | STRING | null | null | null | Company stock name | ["Apple Inc.", "Microsoft Corporation", "Alphabet Inc.", "Amazon.com Inc."] | null | null | null |
| MONEY | Money | finance_commerce | STRING | {"type": "object", "properties": {"format": {"type": "enum", "description": "", "default": "symbol"}... | null | null | Monetary amount | null | null | null | null |
| CREDIT_CARD_CVV | Credit Card Cvv | finance_commerce | STRING | null | null | null | Card verification value | ["123", "456", "789", "1234"] | SENSITIVE | CVC2 | null |
| STOCK_SYMBOL | Stock Symbol | finance_commerce | STRING | null | null | null | Stock ticker symbol | ["AAPL", "MSFT", "GOOGL", "AMZN", "TSLA", "META", "NVDA"] | null | null | null |