{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CartSettings", "title": "CartSettings", "description": "Represents all settings related to the shopping cart functionality of a store.", "type": "object", "properties": { "allow_purchasing": { "type": "boolean" } }, "x-tags": [ "Models" ] }