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