| name | data type | description | 
|---|---|---|
| Uri | string | |
| Label | NaturalLanguageStringStructure | |
| Image | ImageStructure | |
| LinkContent | LinkContentEnumeration | 
Example
{
  "Uri" : "...",
  "Label" : {
    "value" : "...",
    "lang" : "..."
  },
  "Image" : {
    "ImageBinary" : "...",
    "ImageRef" : "...",
    "ImageContent" : "logo"
  },
  "LinkContent" : "timetable"
}