{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BundleDetails", "type": "object", "properties": { "code": { "type": "string", "description": "Unique identifier of a benefit bundle that represents a group of benefit instances available." }, "effectiveDate": { "type": "string", "description": "Effective date associated to the benefits in the benefit bundle. Date will be in YYYY-MM-DD format." }, "expiryDate": { "type": "string", "description": "Expiry date associated to the benefits in the benefit bundle. Date will be in YYYY-MM-DD format." } } }