Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 1.78 KB

File metadata and controls

68 lines (39 loc) · 1.78 KB

Product Catalog Schema

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

Captures properties related to product catalog.

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

Product Catalog Example

{
  "xdm:productCatalogName": "video",
  "xdm:productCatalogDescription": "video products"
}

Product Catalog Properties

Property Type Required Defined by
xdm:productCatalogDescription string Optional Product Catalog (this schema)
xdm:productCatalogName string Optional Product Catalog (this schema)
* any Additional this schema allows additional properties

xdm:productCatalogDescription

Product Catalog Description

Catalog description of the product.

xdm:productCatalogDescription

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

xdm:productCatalogDescription Type

string

xdm:productCatalogName

Product Catalog Name

friendly name of the product catalog.

xdm:productCatalogName

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

xdm:productCatalogName Type

string