{ "type": "object", "name": "EligibleLoyaltyTier", "properties": { "tierGroup": { "type": "object", "properties": { "name": { "type": "string" }, "id": { "type": "string" } }, "required": [ "name", "id" ] }, "tier": { "type": "object", "properties": { "name": { "type": "string" }, "id": { "type": "string" } }, "required": [ "name", "id" ] } }, "required": [ "tierGroup", "tier" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }