BigCommerce · Schema

CustomAppSections

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-customappsections-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomAppSections",
  "title": "CustomAppSections",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "title": {
        "type": "string",
        "description": "Text displayed to the merchant."
      },
      "query_path": {
        "type": "string",
        "description": "Value used in the `section` query param."
      }
    },
    "x-internal": false
  }
}