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
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Describe the bug
When parsing RAML file specifying protocols property the corresponding OAS JSON file contains schemes which is not a valid property for the Specification.
Library version used
E.g. "^0.4.0"
Language library used with
JavaScript
Describe the bug
When parsing RAML file specifying
protocols
property the corresponding OAS JSON file contains schemes which is not a valid property for the Specification.Code that causes a bug
Input
RAML Input
Actual behaviour/output/error
JSON Output from above example
Expected behaviour/output
Expectation is the parser will not create properties in JSON that are not valid pieces of the OpenAPI Spec
The text was updated successfully, but these errors were encountered: