{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CancelBenefitAllocation", "type": "object", "properties": { "cardNumber": { "type": "integer", "description": "16 or 19 digit PAN number that will have it's segment expired/cancelled." }, "segments": { "type": "array", "description": "List of segments assigned to the card number that will be cancelled. Only accepts arrays containing one segment." } } }