issues
search
alphagov
/
tech-docs-gem
Gem to distribute the tech docs project
https://tdt-documentation.london.cloudapps.digital/
MIT License
15
stars
38
forks
source link
OpenAPI renderer renders first anyOf example
#174
Closed
asmega
closed
4 years ago
asmega
commented
4 years ago
Previously
anyOf
references were not handled
This meant renderer would simply render
{}
Unlike
allOf
we do not know which schema to use for the example so we simply pick the first one
This mimics the behaviour seen in swagger
anyOf
references were not handled{}
allOf
we do not know which schema to use for the example so we simply pick the first one