diff --git a/rfc/rfc023-x509credential.md b/rfc/rfc023-x509credential.md index c246203..49f9723 100644 --- a/rfc/rfc023-x509credential.md +++ b/rfc/rfc023-x509credential.md @@ -195,9 +195,13 @@ Payload: "issuanceDate": "2024-12-01T00:00:00Z", "credentialSubject": { "id": "did:web:example.com", - "subject:O": "Ziekenhuis Oost", - "subject:L": "Amsterdam", - "san:otherName": "23419943234" + "subject": { + "O": "Ziekenhuis Oost", + "L": "Amsterdam" + }, + "san": { + "otherName": "23419943234" + } } } }