| name | data type | description |
|---|---|---|
| Destination | array of AnnotatedDestinationStructure |
Example
{
"Destination" : [ {
"DestinationRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"PlaceName" : {
"value" : "...",
"lang" : "..."
}
}, {
"DestinationRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"PlaceName" : {
"value" : "...",
"lang" : "..."
}
} ]
}