{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FreshDebitCard", "type": "object", "description": "Debit Card Details.
card number or card id or card packId must exist while issuing existing non personalized card.", "properties": { "nonPersonalized": { "type": "boolean", "description": "Indicates whether existing non-personalized card is being issued." } } }