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
When using the Validate(context.Context, ...ValidationOption) method to validate a loaded openAPI spec, which version of the spec is it validating against? From what I can tell the validation rules are hard-coded in the logic of the Go code, as opposed to validating against a particular version of the schema (for example: https://spec.openapis.org/oas/3.0/schema/2021-09-28). Am I correct in this?
The text was updated successfully, but these errors were encountered:
Hello!
When using the
Validate(context.Context, ...ValidationOption)
method to validate a loaded openAPI spec, which version of the spec is it validating against? From what I can tell the validation rules are hard-coded in the logic of the Go code, as opposed to validating against a particular version of the schema (for example: https://spec.openapis.org/oas/3.0/schema/2021-09-28). Am I correct in this?The text was updated successfully, but these errors were encountered: