{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BenefitPlanTypeEnum", "title": "BenefitPlanTypeEnum", "type": "string", "enum": [ "MEDICAL", "HEALTH_SAVINGS", "INSURANCE", "RETIREMENT", "OTHER" ] }