-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ref only works on first level, broken on nested objects #136
Comments
Log output shows "unresolved reference" once:
|
I wasn't really able to understand how the nested internals work, but what I observed is that |
I am also experiencing this problem with nested |
Have just opened #141 which should fix this issue :-) |
@mikespokefire thank you for the fix, I just merged it. |
## [2.1.2](v2.1.1...v2.1.2) (2019-07-19) ### Bug Fixes * Fix `$ref` within nested objects not generating correct markdown ([b8c9a49](b8c9a49)), closes [#136](#136)
🎉 This issue has been resolved in version 2.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What did you do
I tried to generate markdown files for schemas:
./schemas/core.schema.json
./schemas/extension.schema.json
using
jsonschema2md -d ./schemas -o ./generated/schemas
.What did you expect to happen
I expect references to generate the appropriate links.
What happened
Apparently, only ref for
profiling
was resolved. Forfoo.bar
that did not work:What's your environment
The text was updated successfully, but these errors were encountered: