{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SubscriptionRequest", "title": "SubscriptionRequest", "type": "object", "properties": { "email": { "type": "string", "description": "Email of subscriber" }, "acceptsMarketingNewsletter": { "type": "boolean", "description": "Describes whether subscriber has consented to receive Marketing emails." }, "acceptsAbandonedCartEmails": { "type": "boolean", "description": "Describes whether subscriber has consented to receive Abandoned Cart emails." } }, "x-internal": false }