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
Why?
Because there are advanced features of YAML that the OpenAPI specification doesn't support, and these are still acted upon within the current YAML parser.
A simple example is using no as a boolean false, the classic Norway country code can be confused for false :D
country_codes:
# - ...
- no # Get's parsed as false by YAML 1.1
ping @frantuma in case I'm recreating an already existing issue.
The text was updated successfully, but these errors were encountered:
Why?
Because there are advanced features of YAML that the OpenAPI specification doesn't support, and these are still acted upon within the current YAML parser.
A simple example is using
no
as a booleanfalse
, the classic Norway country code can be confused for false :Dping @frantuma in case I'm recreating an already existing issue.
The text was updated successfully, but these errors were encountered: