The sample OpenAPI linter in this directory enforces the following rules:
description-less-than-1000-chars: Ensures that description fields in the OpenAPI spec are less than 1000 characters.
description-contains-no-tags: Ensures that description fields in the OpenAPI spec contain no tags (such as HTML tags).