{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "dateModified": "2026-06-02",
  "name": "Subject Identity Verification",
  "methods": [
    {
      "kind": "verifiable-credential",
      "strength": "high",
      "spec": "W3C VC 2.0 + SD-JWT-VC"
    },
    {
      "kind": "government-id-match",
      "strength": "high",
      "spec": "OCR + selfie liveness ISO 30107-3 PAD-L2"
    },
    {
      "kind": "email-otp",
      "strength": "medium",
      "validityMin": 10
    },
    {
      "kind": "sms-otp",
      "strength": "medium",
      "validityMin": 5
    },
    {
      "kind": "magic-link",
      "strength": "medium",
      "validityMin": 15
    }
  ],
  "minStrengthByRequestType": {
    "access": "medium",
    "rectification": "medium",
    "portability": "high",
    "erasure": "high",
    "opt-out-sale": "medium"
  },
  "failureLockout": "3 attempts -> 24h cooldown"
}