https://ns.adobe.com/xdm/common/descriptors/itemselector
Describes how to select or match to a specific item from an array of values described by an XDM schema.
Matching may be done based on array index, @id
, @type
, or schema URI.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Cannot be instantiated | Yes | Stable | No | Forbidden | Permitted | descriptors/itemselector.schema.json |
{
"xdm:id": "https://example.com/objects/12345"
}
{
"xdm:index": 0
}
{
"xdm:schema": "https://ns.adobe.com/xdm/context/identity"
}
{
"xdm:type": "https://ns.adobe.com/experience/mcid"
}