{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReplaceBenefitAllocation", "type": "object", "properties": { "cardNumber": { "type": "integer", "description": "16 or 19 digit PAN number that will have its segment replaced." }, "oldSegmentCode": { "type": "string", "description": "Unique identifier representing a group of benefit bundles that will be expired and replaced." }, "newSegmentCode": { "type": "string", "description": "Unique identifier representing the new group of benefit bundles that will be assigned." }, "effectiveDate": { "type": "string", "description": "Date at which the new segment will go in effect. Date should be in YYYY-MM-DD format." } } }