BigCommerce · Schema

description

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
description string The product description, which can include HTML formatting.
View JSON Schema on GitHub

JSON Schema

bigcommerce-description-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/description",
  "title": "description",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "The product description, which can include HTML formatting.\n",
      "example": "<p>We offer a wide variety of products perfect for relaxing</p>"
    }
  }
}