{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://schema.org"
  ],
  "id": "https://did.4therecord.io/credentials/company-registration-001",
  "type": [
    "VerifiableCredential",
    "LegalEntityCredential"
  ],
  "issuer": "did:web:did.4therecord.io",
  "issuanceDate": "2026-06-03T12:00:00Z",
  "credentialSubject": {
    "id": "did:web:did.4therecord.io",
    "legalName": "4TheRecord GmbH",
    "location": {
      "type": "PostalAddress",
      "addressCountry": "Germany"
    },
    "registryVerification": {
      "type": "LegalEntityVerification",
      "documentType": "Handelsregisterauszug",
      "documentUrl": "https://www.4therecord.io/s/2025-05-25_Handelsregister_4TheRecordGmbH.pdf"
    }
  }
}