CardView
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/CardView.jsonbenefitsstring[]nullable
cardTypeUuidstringrequired
codestringrequired
expiresAtdate-time
issuedAtdate-timerequired
issuedBystringrequired
notesstring
personUuidstringrequired
revokeReasonstring
revokedAtdate-time
revokedBystring
statusstringrequired
suspendReasonstring
suspendedAtdate-time
suspendedBystring
tierstring
updatedAtdate-timerequired
uuidstringrequired
CardView
{
"$schema": "https://example.com/schemas/CardView.json",
"benefits": "Unknown Type: array,null",
"cardTypeUuid": "string",
"code": "string",
"expiresAt": "2024-07-29T15:51:28.071Z",
"issuedAt": "2024-07-29T15:51:28.071Z",
"issuedBy": "string",
"notes": "string",
"personUuid": "string",
"revokeReason": "string",
"revokedAt": "2024-07-29T15:51:28.071Z",
"revokedBy": "string",
"status": "string",
"suspendReason": "string",
"suspendedAt": "2024-07-29T15:51:28.071Z",
"suspendedBy": "string",
"tier": "string",
"updatedAt": "2024-07-29T15:51:28.071Z",
"uuid": "string"
}