{
  "metadata": {
    "description": "Sample user data for PII detection testing",
    "source": "anonym.legal test files",
    "generated": "2026-02-17",
    "disclaimer": "All data is synthetic and does not represent real individuals"
  },
  "users": [
    {
      "id": "USR-001",
      "profile": {
        "firstName": "John",
        "lastName": "Smith",
        "email": "john.smith@example.com",
        "phone": "+1-555-123-4567",
        "dateOfBirth": "1985-03-15",
        "ssn": "123-45-6789"
      },
      "address": {
        "street": "1234 Oak Street, Apt 5B",
        "city": "San Francisco",
        "state": "CA",
        "zipCode": "94102",
        "country": "USA"
      },
      "financial": {
        "creditCard": "4532-1234-5678-9012",
        "cardExpiry": "12/2027",
        "cvv": "123",
        "bankAccount": "9876543210",
        "routingNumber": "021000021"
      },
      "employment": {
        "company": "ACME Corporation",
        "position": "Software Engineer",
        "salary": 125000,
        "employeeId": "EMP-2024-5678"
      }
    },
    {
      "id": "USR-002",
      "profile": {
        "firstName": "Emily",
        "lastName": "Johnson",
        "email": "emily.johnson@testmail.org",
        "phone": "+1-555-234-5678",
        "dateOfBirth": "1990-07-22",
        "ssn": "234-56-7890"
      },
      "address": {
        "street": "567 Maple Avenue",
        "city": "New York",
        "state": "NY",
        "zipCode": "10001",
        "country": "USA"
      },
      "financial": {
        "creditCard": "5425-9876-5432-1098",
        "cardExpiry": "06/2026",
        "cvv": "456",
        "bankAccount": "1234567890",
        "routingNumber": "021000089"
      },
      "medical": {
        "patientId": "PAT-2024-002345",
        "insuranceId": "AETNA-987654321",
        "bloodType": "A+",
        "allergies": ["Penicillin", "Latex"],
        "primaryPhysician": "Dr. Robert Chen"
      }
    },
    {
      "id": "USR-003",
      "profile": {
        "firstName": "Hans",
        "lastName": "Mueller",
        "email": "hans.mueller@beispiel.de",
        "phone": "+49-30-12345678",
        "dateOfBirth": "1980-05-20"
      },
      "address": {
        "street": "Hauptstrasse 42",
        "city": "Berlin",
        "state": "Berlin",
        "zipCode": "10115",
        "country": "Germany"
      },
      "financial": {
        "iban": "DE89370400440532013000",
        "bic": "COBADEFFXXX",
        "creditCard": "4929-2345-6789-0123",
        "cardExpiry": "05/2027"
      },
      "identification": {
        "passportNumber": "C01X00T47",
        "nationalId": "T220001293"
      }
    },
    {
      "id": "USR-004",
      "profile": {
        "firstName": "Marie",
        "lastName": "Dupont",
        "email": "marie.dupont@exemple.fr",
        "phone": "+33-1-23456789",
        "dateOfBirth": "1987-10-11"
      },
      "address": {
        "street": "15 Rue de la Paix",
        "city": "Paris",
        "state": "Ile-de-France",
        "zipCode": "75002",
        "country": "France"
      },
      "financial": {
        "iban": "FR7630006000011234567890189",
        "bic": "BNPAFRPP",
        "creditCard": "5412-4567-8901-2345",
        "cardExpiry": "10/2026"
      },
      "identification": {
        "insee": "2 85 12 75 108 123 45",
        "passportNumber": "12AB34567"
      }
    },
    {
      "id": "USR-005",
      "profile": {
        "firstName": "Yuki",
        "lastName": "Tanaka",
        "email": "yuki.tanaka@example.jp",
        "phone": "+81-3-1234-5678",
        "dateOfBirth": "1989-07-15"
      },
      "address": {
        "street": "Shibuya 1-2-3",
        "city": "Tokyo",
        "state": "Tokyo",
        "zipCode": "150-0002",
        "country": "Japan"
      },
      "financial": {
        "creditCard": "4556-8901-2345-6789",
        "cardExpiry": "06/2027",
        "bankAccount": "1234567"
      },
      "identification": {
        "myNumber": "123456789012"
      }
    }
  ],
  "apiKeys": [
    {
      "service": "AWS",
      "keyId": "AKIAIOSFODNN7EXAMPLE",
      "secretKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
    },
    {
      "service": "Stripe",
      "publishableKey": "pk_test_51ABC123DEFghijklmnop",
      "secretKey": "sk_test_51ABC123DEFghijklmnopqrstuvwxyz"
    },
    {
      "service": "OpenAI",
      "apiKey": "sk-proj-abcdefghijklmnopqrstuvwxyz123456"
    }
  ],
  "ipAddresses": [
    "192.168.1.100",
    "10.0.0.50",
    "172.16.0.1",
    "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
  ]
}
