oas3-schema
Specifications for OpenAPI need to be valid, meaning that even without linting, the specification must meet the OpenAPI Schema.
What is this rule checking for?
Making sure the specification has a valid structure and aligns with the standard. It’s using JSON Schema to validate against the schema
Why did this violation appear?
The OpenAPI specification is invalid.
Spectral Equivalent
The rule is equivalent to oas3-schema