Support for multiple files-bundling of yaml files #883
Answered
by
darrelmiller
Morten Haavaldsen (Mhaavald)
asked this question in
Q&A
|
Hi, the OpenApiStreamReader does not deal with the case where the yaml fil has references to multiple files with definitions. /Morten |
Answered by
darrelmiller
Jun 2, 2022
Replies: 1 comment
|
The current release will handle external references to files that are complete OpenAPIDescriptions. We do not yet support external references to fragments of JSON/YAML. There is a reader setting that allows inlining of external references. |
0 replies
Answer selected by
baywet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current release will handle external references to files that are complete OpenAPIDescriptions. We do not yet support external references to fragments of JSON/YAML. There is a reader setting that allows inlining of external references.