| ID | Yes | | Unique id of asset |
| ASSET_ID | Yes | NUMBER | Foreign key for Assets |
| ITEM_TYPE_ID | Yes | NUMBER | Foreign key for ITEM_TYPE. The type is included as ITEM_TYPE field for convenience. |
| ITEM_TYPE | | VARCHAR2 | Custom configured per tenant, but typically generic values would be “Chapter’,“Index”, for ads “Midroll”, or for sports content “Goal”, “Penalty”, “Red card”, “Yellow card” etc |
| TITLE | | VARCHAR2(255 BYTE) | Title of timeline marker. |
| TEXT | | VARCHAR2(1000 BYTE) | Description of timeline marker. |
| TIME_BEGIN | | FLOAT | Hint to player where on timeline content starts |
| TIME_END | | FLOAT | Hint to player where on timeline content ends |
| PICTURE | | URI | Reference to Vimond Image Service and image pack ID |