FAQ

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

    tagDescription


    infoContact will check a specification to ensure that every tag object contains a description

    Example ruleset configuration

    tag-description:
      description: "Check that every `tag` object contains a `description`"
      type: "tags"
      recommended: true
      severity: "warn"
      given: "$"
      then:
        function: "tagDescription"
    

    The function is used by the info-contact Rule


    View Function Source