{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SegmentToCancel",
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "Identifier that represents a group of benefit bundles to be cancelled."
},
"expiryDate": {
"type": "string",
"description": "Date at which the benefit bundles associated to the segment code will be cancelled. Date should be in YYYY-MM-DD format."
}
}
}