TermsAndConditions

{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vc/status-list/2021/v1"
  ],
  "type": [
    "VerifiableCredential",
    "gx:GaiaXTermsAndConditions"
  ],
  "credentialSchema": {
    "id": "https://insert-link",
    "type": "FullJsonSchemaValidator2021"
  },
  "credentialSubject":{
    "gx:termsAndConditions":"The PARTICIPANT signing the Self-Description agrees the following conditions: First, update its descriptions about any changes, be it technical, organizational, or legal - especially but not limited to contractual in regards to the indicated attributes present in the descriptions. Secondly, the keypair used to sign Verifiable Credentials will be revoked where Gaia-X Association becomes aware of any inaccurate statements in regards to the claims which result in a non-compliance with the Trust Framework and policy rules defined in the Policy Rules and Labelling Document (PRLD).",
    "type":"gx:GaiaXTermsAndConditions"
  },
  "id": "urn:uuid",
  "issued": "2021-08-31T00:00:00Z",
  "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>"
    },
    "validFrom": "<timestamp>",
    "issuanceDate": "<timestamp>",
    "expirationDate": "<timestamp-in:365d>"
}