{
  "keys": [
    {
      "kty": "EC",
      "crv": "P-256",
      "use": "sig",
      "alg": "ES256",
      "kid": "wallet-attestation-signing-2026-07",
      "x": "REPLACE-BASE64URL-EC-PUBLIC-X",
      "y": "REPLACE-BASE64URL-EC-PUBLIC-Y",
      "x5c": [
        "REPLACE-BASE64-DER-LEAF-CERT",
        "REPLACE-BASE64-DER-INTERMEDIATE",
        "REPLACE-BASE64-DER-ROOT-OR-TRUST-ANCHOR"
      ]
    }
  ],
  "_notes": {
    "spec": "OpenID for Verifiable Presentations - High Assurance Interoperability Profile (HAIP), section 5.11 Wallet Attestation",
    "reference_docs": "https://docs.eudi.dev/",
    "publish_at": "https://<YOUR_WALLET_DOMAIN>/.well-known/wallet-provider.jwks.json",
    "operator_upload_path": "App_Data/<tenant>/trust/wallet-providers/<wallet-provider-id>.jwks.json"
  }
}
