{ "type": "object", "name": "MemberBenefits", "properties": { "memberBenefits": { "type": "array", "description": "", "items": { "type": "object", "properties": { "benefitId": { "type": "string" }, "benefitName": { "type": "string" }, "benefitTypeId": { "type": "string" }, "benefitTypeName": { "type": "string" }, "createdRecordId": { "type": "['string', 'null']" }, "createdRecordName": { "type": "['string', 'null']" }, "description": { "type": "['string', 'null']" }, "endDate": { "type": "['string', 'null']" }, "isActive": { "type": "boolean" }, "memberBenefitStatus": { "type": "['string', 'null']" }, "startDate": { "type": "['string', 'null']" } }, "required": [ "benefitId", "benefitName", "benefitTypeId", "benefitTypeName", "createdRecordId", "createdRecordName", "description", "endDate", "isActive", "memberBenefitStatus", "startDate" ] } } }, "required": [ "memberBenefits" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }