Skip to content

Removes references from JSON schema, inlining the types instead of having "$ref" properties. Replaces "$ref" with property declaration.

Notifications You must be signed in to change notification settings

sanderch/dereference

Repository files navigation

dereference

Node.js CI

Description

Inlines json schema $ref references. Replaces $ref elements with the object definition.

Usage

node dereference input.schema.json output.schema.json

About

Removes references from JSON schema, inlining the types instead of having "$ref" properties. Replaces "$ref" with property declaration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published