apidoc-plugin-schema icon indicating copy to clipboard operation
apidoc-plugin-schema copied to clipboard

@apiSchema Plugin for apidoc

Results 7 apidoc-plugin-schema issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this great package. I see that the repo has some activity, but the last update on npm is from 2017. Would it be possible for you to...

The json-schema-ref-parser dependency is now at version 7.1. The 7.x series is needed for use with node 12. However, it has been rewritten with that release to depend on async/await....

This PR adds support for `allOf`. Resolves #15.

I can see from the README that support for `allOf` is pending. It looks like the (partial?) support is implemented, but commented out: ```js // NOTE this is not proper...

Hi, so I have this in package.json: ` "devDependencies": { "apidoc-plugin-schema": "^0.1.8" }` and this in my api file: `* @apiSchema (Admin) {jsonschema=./addAgent.json} apiParam` and this in my ./addAgent.json file:...

The `patternProperties` keyword is completely ignored. It should appear in the list of params as any other property.

Hi, this allow user to use json schema for generating examples. (@apiErrorExample, @apiHeaderExample, @apiParamExample and @apiSuccessExample) via: `@apiSchema (Title) {jsonschema=schema.json} apiSuccessExample` Generation of example is done via json-schema-faker, so it...