{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AbandonedCartSettings", "title": "AbandonedCartSettings", "type": "object", "properties": { "use_global": { "type": "boolean", "description": "Boolean value that specifies the inheritance state." } }, "required": [ "use_global" ], "x-internal": false }