https://ns.adobe.com/xdm/channels/application
An application channel identifies apps that accepts messages or transmit events to the channel.
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 Channel (this schema) |
xdm:name | string |
Optional | Application Channel (this schema) |
xdm:version | string |
Optional | Application Channel (this schema) |
* |
any | Additional | this schema allows additional properties |
Unique identifier of the app.
@id
- is optional
- type:
string
- defined in this schema
string
Name of the app.
xdm:name
- is optional
- type:
string
- defined in this schema
string
Version of the app.
xdm:version
- is optional
- type:
string
- defined in this schema
string