FAQ

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

    pathItemReferences


    pathItemReferences will check a specification to ensure that the paths section items (path items) are not using references. This is technically allowed, but it’s not a great way to understand the spec.

    Example ruleset configuration

    path-item-refs:
      description: "check that path items have not used references"
      type: "style"
      recommended: true
      severity: "info"
      given: "$"
      then:
        function: "pathItemReferences"
    

    The function is used by the path-item-refs Rule


    View Function Source