Type Definition identity_core::common::Object

source · []
pub type Object = BTreeMap<String, Value>;
Expand description

An alias for an ordered map of key-value pairs.