pub type Contexts = BTreeMap<String, BTreeMap<String, Value>>;
pub struct Contexts { /* private fields */ }