Closed OiCMudkips closed 5 years ago
This is a bug with the YAML version of the example spec. Note that the JSON version of the spec contains the crucial type
property. It was added four years ago, but looks like this was never done for the YAML specs.
I've created OAI/OpenAPI-Specification#1923 to fix the issue in the specs, in the meantime things should work if you use the JSON version of the specs.
Loading this example spec from OpenAPI into bravado doesn't load all of the the models for some reason:
Here are my (I think relevant) versions:
This is reproducible with
(python3.7.1, bravado==10.3.2, bravado-core==5.12.0)
(the REPL environment),(python3.7.1, bravado==10.4.0, bravado-core==5.12.1)
and(python3.6.0, bravado==10.4.0, bravado-core==5.12.1)
.