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 Sep 6, 2019. It is now read-only.
When converting OAS 20 to RAML 1, the properties should be set required: false when no required array is present in the OAS as the default required value in OAS is true AND there are more than one property present.
When converting OAS 20 to RAML 1, the properties should be set
required: false
when norequired
array is present in the OAS as the default required value in OAS is true AND there are more than one property present.If there is only one property, it's working fine.
OAS 20 (Source)
RAML 1 (Expected)
RAML 1 (Observed)
The text was updated successfully, but these errors were encountered: