{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CheckoutsSettings", "title": "Checkouts Settings", "type": "object", "properties": { "custom_checkout_script_url": { "type": "string" }, "order_confirmation_use_custom_checkout_script": { "type": "boolean" }, "custom_order_confirmation_script_url": { "type": "string" }, "custom_checkout_supports_uco_settings": { "type": "boolean" } } }