Skip to content
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

Support artifact references #865

Closed
EricWittmann opened this issue Sep 21, 2020 · 2 comments · Fixed by #2272
Closed

Support artifact references #865

EricWittmann opened this issue Sep 21, 2020 · 2 comments · Fixed by #2272
Assignees
Labels
type/enhancement New feature or request

Comments

@EricWittmann
Copy link
Member

A nice feature would be if the registry were to support references between schemas and API designs. Many of our supported formats have this capability, including:

  • OpenAPI
  • AsyncAPI
  • Avro
  • Protobuf?
  • JSON Schema
  • WSDL
  • XSD

Each of these formats supports references in different ways. For example, WSDL files can reference XSDs and other WSDLs via imports and includes. OpenAPI, AsyncAPI, and JSON Schema all support the $ref approach to referencing other files. So to support this feature we'll need to implement it in a artifactType agnostic way.

@EricWittmann EricWittmann added the type/enhancement New feature or request label Sep 21, 2020
@tszappanos
Copy link

@EricWittmann ,do you have any idea when this requirement could be realized?

@EricWittmann
Copy link
Member Author

I'm sorry no. This is something that needs discussion and design. If you have any suggestions about how it would work (especially any ideas that would apply generally to all supported types) that would be great. But for now we're not sure exactly what the specific requirements would be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants