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
Do you want to make sure every example matches the schema, or just new ones? We suggest using always, it may create some up-front work, but it will make your docs a lot better.
severitywarn | info | error:
Should invalid examples be a warning, error or info status. Errors cause CI to exit 1.
require_request_examples(default true):
Are request body examples required?
require_response_examples(default true):
Are response body examples required?
require_parameter_examples(default true):
Are query, header, and cookie parameter examples required?
exclude_operations_with_extension (optional): Sometimes you do not want documentation checks to run on certain endpoints, if so, you can exclude these endpoints with a certain extension (e.g. any operation with the x-draft key)