{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LoyaltyAccountReq", "title": "LoyaltyAccountReq", "type": "object", "properties": { "CardAcquisitionReference": { "$ref": "#/components/schemas/TransactionIDType" }, "LoyaltyAccountID": { "$ref": "#/components/schemas/LoyaltyAccountID" } } }