pub type Props = BTreeMap<String, Value>;
Free-form node/edge property bag. BTreeMap keeps key order stable for deterministic JSON in tests.
BTreeMap
pub struct Props { /* private fields */ }