noriapi
noriapi
Something like this. ``` rust use predicates::reflection; use predicates::Predicate; use std::fmt; #[derive(Debug, Clone, Copy, PartialEq, Eq)] struct Tuple0(T); fn tuple0(inner: T) -> Tuple0 { Tuple0(inner) } impl fmt::Display for Tuple0...
**Describe the bug** [TagObject](https://spec.open-rpc.org/#tag-object) have summary. But schema.json tagObject doesn't have summary. https://github.com/open-rpc/meta-schema/blob/626a15d0a61852669adedb8b559611f179d51092/schema.json#L524-L550 **Expected behavior** TagObject have summary.