get_generator_schema
Fetch a generator's full option schema as JSON, including all choices and defaults, to validate your config before generating a project.
Instructions
Return a generator's full option schema — every option, its choices and defaults — as JSON. Read this before passing a config to generate_project so the options you set are valid for that generator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generator | Yes | Generator id from list_generators |