{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GlobalAbandonedCartSettingsResponse", "title": "GlobalAbandonedCartSettingsResponse", "description": "The response object of abandoned cart settings at the global level", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/AbandonedCartSettings" }, "meta": { "$ref": "#/components/schemas/metaEmpty_Full" } }, "x-tags": [ "Models" ] }