{ "type": "object", "name": "MemberBenefits1", "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" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }