Skip to content

JSON Config Schema Generator #216

@flakey5

Description

@flakey5
Member

Enter your suggestions in details:

Re nodejs/node#57016 nodejs/node#57171

There is a new generator for node.config.json schema. The doc tooling just calls an internal function and writes what it returns to a file. The internal function (generateJsonSchema) could be moved into a new generator here.

However, it's worth noting that that function calls a native function (getEnvOptionsInputType) that does need to stay in Node core.

Activity

added theissue type on Mar 22, 2025
self-assigned this
on Apr 20, 2025
removed their assignment
on Apr 30, 2025
avivkeller

avivkeller commented on May 27, 2025

@avivkeller
Member

(FYI @ovflowd ive assigned this to you since you expressed interest in working on this in node core, but feel free to change)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @ovflowd@avivkeller@flakey5

    Issue actions

      JSON Config Schema Generator · Issue #216 · nodejs/doc-kit