{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/card_fulfillment_status",
"title": "card_fulfillment_status",
"description": "The status indicating the state of the card issuance",
"enum": [
"ISSUED",
"REISSUED",
"ORDERED",
"REJECTED",
"REORDERED",
"SHIPPED",
"DIGITALLY_PRESENTED"
],
"type": "string"
}