Skip to content

Latest commit

 

History

History
90 lines (50 loc) · 1.79 KB

application.schema.md

File metadata and controls

90 lines (50 loc) · 1.79 KB

Application Channel Schema

https://ns.adobe.com/xdm/channels/application

An application that accepts messages or emit events (Facebook page, Mobile App, ...) channel.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted channels/application.schema.json

Application Channel Example

{
  "xdm:id": "A123",
  "xdm:name": "Myapp",
  "xdm:version": "1.0.1"
}

Application Channel Properties

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

@id

Application Identifier

Unique identifier of the application.

@id

  • is optional
  • type: string
  • defined in this schema

@id Type

string

xdm:name

Name

Name of the application.

xdm:name

  • is optional
  • type: string
  • defined in this schema

xdm:name Type

string

xdm:version

Version

Version of the application.

xdm:version

  • is optional
  • type: string
  • defined in this schema

xdm:version Type

string