-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refracting from generic to semantic ApiDOM should retain original attribute & meta #3842
Comments
In order to build the meta & attributes retainment, mergeRight and mergeLeft functions needs to be introduced: #3845 |
Merging of meta & attributes while merging ApiDOM elements is dealt in: #3853 |
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
OpenAPI 2.0 namespace addressed in #3844 |
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
API Design Systems namespace addressed in #3857 |
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
AsyncAPI 2.x namespace addressed in #3858 |
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
OpenAPI 3.0.x namespace addressed in #3859 |
This change is specific to cases when semantic ApiDOM is refractoredfrom generic ApiDOM. Refs #3842
This change is specific to cases when semantic ApiDOM is refractoredfrom generic ApiDOM. Refs #3842
Workflows 1 namespace addressed in #3860 |
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
OpenAPI 3.1.0 namespace addressed in #3861 |
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
JSON Schema namespaces addressed in #3862 |
The scope of the issue has been completed. |
This change is specific to cases when semantic ApiDOM is refractored from generic ApiDOM. Refs #3842
I'm not sure if the current code retains attributes & meta. First we need to research if it does and then compensate if if doesn't.
TODO:
Update: confirmed. attributes & meta are not translated when doing Generic -> Semantic refracting.
The text was updated successfully, but these errors were encountered: