When I generate HTML docs from this Swagger file, I get an error. This is the command I'm using:
./run-in-docker.sh generate \
-i https://raw.githubusercontent.com/jamiehannaford/swagger-magnum/jamie/v1/swagger.json \
-o samples/html \
-l html
and this is the error I get:
Why is it not accepting $refs to internal or relative files? The example in the spec allows it.
When I generate HTML docs from this Swagger file, I get an error. This is the command I'm using:
and this is the error I get:
Why is it not accepting
$refs to internal or relative files? The example in the spec allows it.