{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BigCommerceProtectedAppSections", "title": "BigCommerceProtectedAppSections", "type": "array", "description": "List of channel-specific control panel menu navigation items and corresponding settings pages an app developer can choose to enable for the subject channel. Protected settings override any settings set in those UI sections at the storewide level. Learn more in the [Building Storefront Channels](/docs/integrations/channels/guide/storefronts#protected-ui-sections) tutorial.", "items": { "type": "string", "enum": [ "storefront_settings", "social", "carousel", "domains", "currencies", "notifications" ] } }