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