https://ns.adobe.com/xdm/channels/application
An application that accepts messages or emit events (Facebook page, Mobile App, ...).
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | channels/application.schema.json |
{
"xdm:id": "A123",
"xdm:name": "Myapp",
"xdm:version": "1.0.1"
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Optional | Application (this schema) |
xdm:name | string |
Optional | Application (this schema) |
xdm:version | string |
Optional | Application (this schema) |
* |
any | Additional | this schema allows additional properties |
Unique identifier of the application.
@id
- is optional
- type:
string
- defined in this schema
string
Name of the application.
xdm:name
- is optional
- type:
string
- defined in this schema
string
Version of the application.
xdm:version
- is optional
- type:
string
- defined in this schema
string