eclipse-thingweb / td-tools

Utility libraries for W3C Thing Descriptions and Thing Models
https://thingweb.io
Other
4 stars 3 forks source link

Future Roadmap: stop running validation on OpenAPI (/AsyncAPI) after every convertion #55

Open adriankast opened 3 years ago

adriankast commented 3 years ago

If in the future the convertion algorithms & implementation for TD to OpenAPI instance generation (and later maybe also TD to AsyncAPI generation) turn out to be stable, one could move the OpenAPI validator to the development Dependencies and only check if the convertion result is valid in tests. This would speed up the convertion and make the production package size smaller.