{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BenefitElectionsResponse", "title": "BenefitElectionsResponse", "type": "object", "properties": { "total": { "type": "integer" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "benefitPlan": { "$ref": "#/components/schemas/ResourceReference" }, "coverageLevel": { "type": "string" }, "employeeCost": { "type": "number" }, "employerCost": { "type": "number" } } } } } }