CredentialOfferStatus
idstringrequired
Example: 
1f05bade-80ff-4637-9743-5a5e9b1cc162createdDatestring<date-time>required
Example: 
2023-10-01T00:00:00ZpreAuthorizedCodestringrequired
Example: 
preauth-code-abcholderIdstring
Example: 
holder-123credentialTypestringrequired
Example: 
sample-credential-typecredentialIdstring
Example: 
credential-id-xyzrevokedbooleanrequired
Example: 
falsecredentialSubject object
idstringrequired
Example: 
did:example:subject-1remoteIdstring
Example: 
remote-id-123CredentialOfferStatus
{
  "id": "1f05bade-80ff-4637-9743-5a5e9b1cc162",
  "createdDate": "2023-10-01T00:00:00Z",
  "preAuthorizedCode": "preauth-code-abc",
  "holderId": "holder-123",
  "credentialType": "sample-credential-type",
  "credentialId": "credential-id-xyz",
  "revoked": false,
  "credentialSubject": {
    "id": "subject-id",
    "name": "Sample Subject"
  },
  "remoteId": "remote-id-123"
}