FAQ

  • GitHub GitHub Repo stars
  • Discord Discord Server
  • ✨ New! Try the OpenAPI Doctor ✨ The OpenAPI Doctor
    Recommended

    asyncapi-latest-version


    Formats: Severity:

    asyncapi-latest-version nudges documents toward the latest AsyncAPI version supported by vacuum, currently 3.1.0.

    Why did this violation appear?

    The root asyncapi value is a supported 3.x version, but it is not 3.1.0.

    Bad example

    asyncapi: 3.0.0
    info:
      title: User events
      version: 1.0.0
    

    Good example

    asyncapi: 3.1.0
    info:
      title: User events
      version: 1.0.0
    

    How do I fix this violation?

    Upgrade the document to asyncapi: 3.1.0 when your tooling and contract model allow it. This is an info rule, so it is advisory.