BigCommerce · Schema

name

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
name string The name displayed for the category. Name is unique with respect to the categoryʼs siblings. Required in a POST.
View JSON Schema on GitHub

JSON Schema

bigcommerce-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/name",
  "title": "name",
  "type": "object",
  "properties": {
    "name": {
      "maxLength": 50,
      "minLength": 1,
      "type": "string",
      "description": "The name displayed for the category. Name is unique with respect to the category\u02bcs siblings.\nRequired in a POST.",
      "example": "Bath"
    }
  }
}