Apicurio / apicurio-studio

Open Source API Design
https://www.apicur.io/studio/
Apache License 2.0
987 stars 498 forks source link

API Editor: support SEMOASA format for spec extensions #186

Open EricWittmann opened 7 years ago

EricWittmann commented 7 years ago

We should explore how best to support SEMOASA in the apicurio editor. This new specification describes OpenAPI extensions in a way that should be useful to editors and documentation generators.

https://github.com/RepreZen/SEMOASA

EricWittmann commented 5 years ago

Duplicate of: https://github.com/Apicurio/apicurio-studio/issues/459

EricWittmann commented 10 months ago

459 was implemented but as a simple JSON editor component in the UI, allowing vendor extensions to be managed in the UI without going to the source tab, but without any form generation for a specific vendor extension. Everything is just key/JSON form fields.

Re-opening this to track possible SEMOASA support.