You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If tags are not defined for a particular endpoint, the following error is raised:
> Task :runValidation FAILED
*ERROR* in Operation GET /.../ 'tags' -> The collection should be present and there should be at least one item in it
It is good to encourage tags to be set. However, it would be better if the validation could also ensure that the tagssection was also filled and the tag ID set at the endpoint level was defined there. Would also be good to encourage the presence of a description.
Additional context
using openapi-style-validator-cli-1.11-all.jar
The text was updated successfully, but these errors were encountered:
Describe the bug
If tags are not defined for a particular endpoint, the following error is raised:
It is good to encourage tags to be set. However, it would be better if the validation could also ensure that the
tags
section was also filled and the tag ID set at the endpoint level was defined there. Would also be good to encourage the presence of a description.Additional context
using openapi-style-validator-cli-1.11-all.jar
The text was updated successfully, but these errors were encountered: