LegalParticipant

{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/security/suites/jws-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "gx:LegalParticipant"
  ],
  "credentialSchema": {
    "id": "https://insert-link",
    "type": "FullJsonSchemaValidator2021"
  },
  "credentialSubject": {
    "gx:legalName": "",
    "gx:headquarterAddress": {
      "gx:countrySubdivisionCode": ""
    },
    "gx:legalRegistrationNumber": {
      "gx:vatID": "DE012345678",
      "gx:vatID-countryCode": "DE"
    },
    "gx:legalAddress": {
      "gx:countrySubdivisionCode": ""
    },
    "type": "gx:LegalParticipant",
    "id": ""
  },
  "id": "urn:uuid",
  "issued": "<timestamp>",
  "issuer": {
    "id": "did:web:string",
    "name": "Stackable"
  },
  "validFrom": "2024-05-31T00:00:00Z",
  "expirationDate": "2024-05-31T00:00:00Z",
  "issuanceDate": "2024-03-31T00:00:00Z"
}

Mapping example

{
    "id": "<uuid>",
    "issuer": {
        "id": "<issuerDid>"
    },
    "credentialSubject": {
        "id": "<subjectDid>"
    },
    "issued": "<timestamp>",
    "validFrom": "<timestamp>",
    "issuanceDate": "<timestamp>",
    "expirationDate": "<timestamp-in:365d>"
}