{ "type": "object", "name": "MemberTier", "properties": { "additionalLoyaltyMemberTierFields": { "type": "object" }, "areTierBenefitsAssigned": { "type": "boolean" }, "loyaltyMemberTierId": { "type": "string" }, "loyaltyMemberTierName": { "type": "string" }, "tierChangeReason": { "type": "['string', 'null']" }, "tierChangeReasonType": { "type": "['string', 'null']" }, "tierEffectiveDate": { "type": "string" }, "tierExpirationDate": { "type": "['string', 'null']" }, "tierGroupId": { "type": "string" }, "tierGroupName": { "type": "['string', 'null']" }, "tierId": { "type": "string" }, "tierSequenceNumber": { "type": "integer" } }, "required": [ "additionalLoyaltyMemberTierFields", "areTierBenefitsAssigned", "loyaltyMemberTierId", "loyaltyMemberTierName", "tierChangeReason", "tierChangeReasonType", "tierEffectiveDate", "tierExpirationDate", "tierGroupId", "tierGroupName", "tierId", "tierSequenceNumber" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }