Class: Scorpio::OpenAPI::SemanticError
- Inherits:
-
Object
- Object
- Scorpio::OpenAPI::SemanticError
- Defined in:
- lib/scorpio/openapi.rb
Overview
an error in the semantics of this openapi document. for example, an Operation with two body parameters (in v2, not possible in v3) is a semantic error.
an instance of a SemanticError may or may not correspond to a validation error of an OpenAPI document against the OpenAPI schema.