{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BenefitElection", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "electionStatus": { "type": "string" }, "coverageBeginDate": { "type": "string" }, "coverageEndDate": { "type": "string" }, "employeeCost": { "type": "number" }, "employerCost": { "type": "number" }, "dependents": { "type": "array" }, "beneficiaries": { "type": "array" } } }