{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CardStatus", "type": "string", "description": "The current status of the card.
**Valid values: **
\n* `NORMAL` - Indicates normal card\n* `SUPERVISION` - Indicates supervision card\n* `CANCELLED` - Indicates cancelled card\n* `REPLACED` - Indicates replaced card\n* `LOST` - Indicates lost card\n* `STOLEN` - Indicates stolen card\n* `COUNTERFEIT` - Indicates counterfeit card\n* `RETURNED` - Indicates returned card\n* `PROGRAM_CHANGE_OR_UPGRADE` - Indicates program change card\n* `RETURNED_CARD_RENEWAL` - Indicates returned card renewal card\n* `NOT_ACTIVATED` - Indicates card is not activated\n* `EXPIRED` - Indicates expired card\n* `INACTIVE` - Indicates inactive card\n* `BLOCKED` - Indicates blocked card\n* `DISPATCHED` - Indicates card dispatched\n* `READY_FOR_SALE` - Indicates ready for sale card\n* `TRANSFERRED_TO_OTHER_BRANCH` - Indicates transferred to another branch card\n* `RETURNED_AND_SHREDDED` - Indicates returned to bank and shredded card\n* `DAMAGED` - indicates card is damaged\n* `EMERGENCY_REPLACEMENT` - Indicates emergency replacement card\n* `ERRONEOUS` - Indicates card is erroneous\n* `RETENTION` - Indicates retention card\n* `NPA_RECLASSIFIED` - Indicates NPA reclassified card\n* `TECHNOLOGY_UPGRADE` - Indicates card technology upgrade Card\n* `REPLACED_INACTIVE` - Indicates replaced-inactive card\n* `RENEWED_INACTIVE` - Indicates renewed-inactive card" }