This repository was archived by the owner on Aug 24, 2018. It is now read-only.
This repository was archived by the owner on Aug 24, 2018. It is now read-only.
Why are we only returning definitionsFullyResolved
and ignoring definitions
? #5
Open
Description
I referring to this... https://github.com/swagger-api/sway-worker/blob/master/index.js#L28-L39
If there are errors
we return either defintionsFullyResolved
or defintions
If there are no errors we only return defintionsFullyResolved
Is this intentional? I'm curious, because defintionsFullyResolved
isn't populate in my case. Could this be a sway
issue?