{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StorefrontCategorySettings", "title": "StorefrontCategorySettings", "type": "object", "properties": { "category_tree_depth": { "type": "integer", "maximum": 8, "minimum": 1 }, "default_product_sort": { "$ref": "#/components/schemas/ProductSortEnumValues" }, "listing_mode": { "$ref": "#/components/schemas/CategoryListingModeEnumValues" } }, "x-tags": [ "Models" ] }