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