Enhancement
We use KCL configuration and schemas as our source of truth. We want to build tooling and user interfaces to be able to configure some of this configuration generation based on KCL. This requires us to generate JsonSchema that can be used by for example Golang or Nodejs tooling to provide forms/inputs and validate them.
The current kcl doc gen
generates allows generating OpenApi schema for an entire module. This however leads to generating a single huge file with everything. We would like to generate JsonSchema for only specific kcl files for example in our api folder. These will then be published for ingesting in other tooling.