BigCommerce · Schema

channel_menus_Post

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
bigcommerce_protected_app_sections object
custom_app_sections object
View JSON Schema on GitHub

JSON Schema

bigcommerce-channel-menus-post-schema.json Raw ↑
{
  "$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"
    }
  }
}