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
Mike Ralphson edited this page Oct 19, 2019
·
1 revision
Frequently Asked Questions
Support for YAML merge keys
YAML merge keys are a feature of YAML 1.1. The OpenAPI Specification (at least version 3.x) recommends the use of YAML 1.2 and this is also the default operating mode of OAS-Kit.
If you add a #%YAML 1.1 directive to the top of your input file, OAS-Kit including swagger2openapi correctly supports YAML merge keys.