{
"@context": [
"https://www.w3.org/2018/credentials/v1"
],
"type": [
"VerifiableCredential",
"AlpsTourReservation"
],
"credentialSchema": {
"id": "https://insert-link",
"type": "FullJsonSchemaValidator2021"
},
"credentialSubject": {
"id": "THIS WILL BE REPLACED WITH DYNAMIC DATA FUNCTION",
"bookingId": "string"
},
"id": "THIS WILL BE REPLACED WITH DYNAMIC DATA FUNCTION",
"issuer": {
"id": "THIS WILL BE REPLACED WITH DYNAMIC DATA FUNCTION",
"name": "Alp Tour"
},
"expirationDate": "THIS WILL BE REPLACED WITH DYNAMIC DATA FUNCTION",
"issuanceDate": "THIS WILL BE REPLACED WITH DYNAMIC DATA FUNCTION"
}