hashicorp / terraform-plugin-codegen-spec

Terraform Provider Code Generation Specification and Go Bindings
Mozilla Public License 2.0
7 stars 4 forks source link

Consider including auto-generated JSON schema docs #54

Open bendbennett opened 11 months ago

bendbennett commented 11 months ago

There are tools available, such as jsonschema2md which could be used to generate markdown documentation from the JSON schema.

We might want to consider using this tool, or another like it, in order to (auto) generate markdown documentation to accompany the schema.