nori_asyncapi/ir_builder
Build the AsyncAPI codegen IR from a parsed Document.
Resolves $refs between operations, channels and messages, and hands every
payload schema to nori (parse_schema → schema_to_typedef /
schema_to_typeref) so the JSON-Schema engine is never re-implemented here.