Libraries
    Preparing search index...

    API metadata included in the AsyncAPI info object. Maps to the AsyncAPI 3.0 Info Object.

    interface AsyncApiInfo {
        contact?: { email?: string; name?: string; url?: string };
        description?: string;
        license?: { name: string; url?: string };
        termsOfService?: string;
        title: string;
        version: string;
    }
    Index

    Properties

    contact?: { email?: string; name?: string; url?: string }

    Contact information for the application.

    description?: string

    A short description of the application.

    license?: { name: string; url?: string }

    License information for the application.

    termsOfService?: string

    A URL to the Terms of Service.

    title: string

    The title of the application.

    version: string

    The application version.