Description
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.