{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/channel_menus_Post", "title": "channel_menus_Post", "type": "object", "properties": { "bigcommerce_protected_app_sections": { "$ref": "#/components/schemas/BigCommerceProtectedAppSections" }, "custom_app_sections": { "$ref": "#/components/schemas/CustomAppSections" } } }