openapi-contrib / openapi3-generator

Use your API OpenAPI 3 definition to generate code, documentation, and literally anything you need.
Apache License 2.0
90 stars 27 forks source link

error when generating markdown from tests/openapi3/api-with-examples.yaml #23

Closed pitpit closed 5 years ago

pitpit commented 5 years ago

Command:

node cli.js tests/openapi3/api-with-examples.yaml markdown

results in:

TypeError: Cannot read property 'allOf' of undefined
    at resolveAllOf (/Users/d.pitard/workspace/openapi3-generator/lib/beautifier.js:17:14)
    at beautifySchema (/Users/d.pitard/workspace/openapi3-generator/lib/beautifier.js:54:3)
    at _.each (/Users/d.pitard/workspace/openapi3-generator/lib/beautifier.js:104:11)
    at /Users/d.pitard/workspace/openapi3-generator/node_modules/lodash/lodash.js:4911:15
    at baseForOwn (/Users/d.pitard/workspace/openapi3-generator/node_modules/lodash/lodash.js:2996:24)
    at /Users/d.pitard/workspace/openapi3-generator/node_modules/lodash/lodash.js:4880:18
    at Function.forEach (/Users/d.pitard/workspace/openapi3-generator/node_modules/lodash/lodash.js:9344:14)
    at _.each (/Users/d.pitard/workspace/openapi3-generator/lib/beautifier.js:103:11)
    at /Users/d.pitard/workspace/openapi3-generator/node_modules/lodash/lodash.js:4911:15
    at baseForOwn (/Users/d.pitard/workspace/openapi3-generator/node_modules/lodash/lodash.js:2996:24)

with:

image

pitpit commented 5 years ago

fixed here #24