Skip to content

Latest commit

 

History

History
110 lines (59 loc) · 2.56 KB

product-category.schema.md

File metadata and controls

110 lines (59 loc) · 2.56 KB

Product Category Schema

https://ns.adobe.com/xdm/mixins/product-category

Captures properties related to product category.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted fieldgroups/product/product-category.schema.json

Product Category Example

{
  "xdm:productCatelogCategoryName": "prime",
  "xdm:parentProductCatelogCategoryName": "video"
}

Product Category Properties

Property Type Required Defined by
xdm:productCategoryDescription string Optional Product Category (this schema)
xdm:productCategoryName string Optional Product Category (this schema)
xdm:productSubcategoryDescription string Optional Product Category (this schema)
xdm:productSubcategoryName string Optional Product Category (this schema)
* any Additional this schema allows additional properties

xdm:productCategoryDescription

Product Category Description

Friendly description of product category.

xdm:productCategoryDescription

  • is optional
  • type: string
  • defined in this schema

xdm:productCategoryDescription Type

string

xdm:productCategoryName

Product Category Name

friendly name of the product category.

xdm:productCategoryName

  • is optional
  • type: string
  • defined in this schema

xdm:productCategoryName Type

string

xdm:productSubcategoryDescription

Product Sub category Description

Friendly description of product subcategory.

xdm:productSubcategoryDescription

  • is optional
  • type: string
  • defined in this schema

xdm:productSubcategoryDescription Type

string

xdm:productSubcategoryName

Product Subcategory Name

friendly name of the product subcategory.

xdm:productSubcategoryName

  • is optional
  • type: string
  • defined in this schema

xdm:productSubcategoryName Type

string