pub type Document = Map<String, Value>;
A parsed OAP document represented as a JSON-compatible object.
pub struct Document { /* private fields */ }