https://ns.adobe.com/xdm/classes/aircraft
Aircraft details including tail number (ID) and type.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | classes/aircraft.schema.json |
- Aircraft Details
https://ns.adobe.com/xdm/classes/aircraft- Record Schema
https://ns.adobe.com/xdm/data/record
- Record Schema
{
"xdm:tailNumber": "N415OCA",
"xdm:type": "Boeing 757-200"
}| Property | Type | Required | Defined by |
|---|---|---|---|
| @id | string |
Optional | Record Schema |
| xdm:aircraftType | string |
Optional | Aircraft Details (this schema) |
| xdm:tailNumber | string |
Optional | Aircraft Details (this schema) |
* |
any | Additional | this schema allows additional properties |
A unique identifier for the record.
@id
- is optional
- type:
string - defined in Record Schema
string
- format:
uri-reference– URI Reference (according to RFC3986)
Records the aircraft type.
xdm:aircraftType
- is optional
- type:
string - defined in this schema
string
Captures the tail number (identification string) for the aircraft.
xdm:tailNumber
- is optional
- type:
string - defined in this schema
string