{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChannelCartSettingsResponse", "title": "ChannelCartSettingsResponse", "description": "The response object of cart settings overrides for a channel.", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ChannelCartSettings" }, "meta": { "$ref": "#/components/schemas/metaCollection_open" } }, "x-tags": [ "Models" ] }