{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Segment",
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "Unique identifier representing a group of benefit bundles to be assigned."
},
"effectiveDate": {
"type": "string",
"description": "Date at which the benefit bundles associated to the segment code will be active and available for use. Date should be in YYYY-MM-DD format."
}
}
}