Modelina
    Preparing search index...

    Interface AsyncAPIInputProcessorOptions

    interface AsyncAPIInputProcessorOptions {
        __unstable?: { resolver?: Omit<ResolverOptions, "cache"> };
        applyTraits?: boolean;
        includeMessageHeaders?: boolean;
        parseSchemas?: boolean;
        source?: string;
        validateOptions?: Omit<ValidateOptions, "source">;
    }

    Hierarchy

    • ParseOptions
      • AsyncAPIInputProcessorOptions
    Index

    Properties

    __unstable?: { resolver?: Omit<ResolverOptions, "cache"> }
    applyTraits?: boolean
    includeMessageHeaders?: boolean

    This option will include message headers in the list of models built whilst traversing the AsyncAPI spec.

    parseSchemas?: boolean
    source?: string
    validateOptions?: Omit<ValidateOptions, "source">