Skip to content

Latest commit

 

History

History
142 lines (78 loc) · 3.47 KB

proposition-metric-profile.schema.md

File metadata and controls

142 lines (78 loc) · 3.47 KB

Option propositions to a Profile Schema

https://ns.adobe.com/experience/decisioning/proposition-metric-profile

The number of times a particular option was proposed so far to a particular profile.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted adobe/experience/decisioning/proposition-metric-profile.schema.json

Schema Hierarchy

  • Option propositions to a Profile https://ns.adobe.com/experience/decisioning/proposition-metric-profile

Option propositions to a Profile Properties

Property Type Required Defined by
@id string Required Metric Definition
schema:name string Required Metric Definition
xdm:measurement string Required Metric Definition
xdm:unit string Required Metric Definition
* any Additional this schema allows additional properties

@id

The unique identifier of this metric.

@id

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

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

schema:name Type

string

xdm:measurement

How to take measures of this metric.

xdm:measurement

xdm:measurement Type

string

xdm:measurement Examples

"distance"
"time"
"price"
"count"

xdm:unit

The unit that this metric is measured in. Whenever possible, metrics should follow the SI base units or be ISO 4217 currency codes.For metric that are counts, the xdm:unit must be empty string (equivalent to null)

xdm:unit

xdm:unit Type

string

xdm:unit Examples

"m"
"kg"
"s"
"USD"