Given tracker with no semantics defined,
When I request the tracker via GET /trackers/{id}
Then the semantics sub-field is valued as [] (empty array).
And then my golang JSON deserializer failed as it expect a structure (with optional parameters) but not an empty array.