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 Feb 12, 2022. It is now read-only.
I use raml-js-parser-2, it returns types as arrays (
type: ['integer']
insteadtype: 'integer
). So, I have the following types context:After following code executing:
I get the result:
Minimum and maximum simply disappeared.
If the types were not arrays, I would get a different result:
Is this a bug in the library or should I manually convert all types after parsing?
The text was updated successfully, but these errors were encountered: