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_schemaschema_to_typedef / schema_to_typeref) so the JSON-Schema engine is never re-implemented here.

Values

pub fn build(doc: document.Document) -> ir.AsyncCodegenIR

Build the IR from a document.

Search Document