{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CatalogSettings", "title": "CatalogSettings", "type": "object", "properties": { "auto_approve_reviews": { "type": "boolean" }, "enable_product_comparisons": { "type": "boolean" } }, "x-tags": [ "Models" ] }