pub type Attributions = BTreeMap<String, String>;
Expand description
Attribution data is stored in an object. The key is the name of the attribution, and the value is the href link e.g. { “Open S2”: “https://opens2.com/legal/data” }
Aliased Type§
struct Attributions { /* private fields */ }