Skip to content

Latest commit

 

History

History
107 lines (64 loc) · 2.18 KB

save-for-laters.schema.md

File metadata and controls

107 lines (64 loc) · 2.18 KB

save-for-laters Schema

https://ns.adobe.com/xdm/data/metrics/commerce/save-for-laters

The commerce metric save-for-laters describes how often a product has been saved for a later day purchase.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental Yes Forbidden Permitted data/save-for-laters.schema.json

save-for-laters Example

{
  "schema:name": "commerce metric: save-for-laters",
  "@id": "https://ns.adobe.com/xdm/data/metrics/commerce/save-for-laters",
  "xdm:measurement": "count",
  "xdm:unit": null
}

save-for-laters Properties

Property Type Required Defined by
@id const Required save-for-laters (this schema)
schema:name const Required save-for-laters (this schema)
xdm:measurement const Required save-for-laters (this schema)
xdm:unit const Required save-for-laters (this schema)
* any Additional this schema allows additional properties

@id

The unique identifier of this metric.

@id

  • is required
  • type: const
  • defined in this schema

The value of this property must be equal to:

"https://ns.adobe.com/xdm/data/metrics/commerce/save-for-laters"

schema:name

The human-readable name of the metric. The name can be used in user interfaces and does not have to be unique.

schema:name

  • is required
  • type: const
  • defined in this schema

The value of this property must be equal to:

"commerce metric: save-for-laters"

xdm:measurement

How to take measures of this metric.

xdm:measurement

  • is required
  • type: const
  • defined in this schema

The value of this property must be equal to:

"count"

xdm:unit

xdm:unit

  • is required
  • type: const
  • defined in this schema

The value of this property must be equal to:

null