Skip to content

Latest commit

 

History

History
91 lines (50 loc) · 1.49 KB

application.schema.md

File metadata and controls

91 lines (50 loc) · 1.49 KB

Application Schema

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

Application Example

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

Application Properties

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

@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