-
Notifications
You must be signed in to change notification settings - Fork 18
Support tags in OpenAPI Object #75
Comments
I would like to work on this issue, but I need more info about api-elements's structure, where is each field mapped to? |
Hi @galcohen92, this field cannot currently be mapped to API Elements, the intermediate form of API Description formats and Apiary. The first step in this task is proposing a concept of tagging, or classifications to API Elements. Once that design is agreed upon then it would be a matter of updating API Elements specification (releasing API Elements 1.1 or such with all other changes needed for other OAS 3 features), this must not be a breaking change. We would then need to implement the functionality in the OAS 3 (and OAS 2) parser. Then tools such as Apiary Documentation, Dredd etc would need to be updated to make use of these classifiers. As this adapter is still in early stages, our first focus is to implement all of the functionality from OpenAPI 3 that we can already describe in the current version of API Elements 1.0 for version 1 of our adapter. Once that is done we would then go over unsupported functionality and introduce these concepts into API Elements and our subseqent tooling.
|
Hi @kylef, is there any update about this issue? |
I'll be following this. I created an API in Postman using openapi 3.0 format and, following the auto-generated sample spec, added |
Any progress? With all of these unsupported stuff it is almost impossible to parse successfully |
This likely requires design in API Elements specification and designing how to expose this information in API Elements.
The text was updated successfully, but these errors were encountered: