mulesoft / oas-raml-converter

(DEPRECATED) Converts between OAS and RAML API specifications
https://mulesoft.github.io/oas-raml-converter/
MIT License
73 stars 48 forks source link

RAML <<parm>> macro in traits are not supported when moveing to OAS2.0/OAS3.0 #30

Open fruch opened 6 years ago

fruch commented 6 years ago

those are needed to be converted manually.

I think when there are those type of macros being used, we can expend to multiple $ref with with the values.

since OAS doesn't have this feature.