graphql-engine/v3/crates/utils/jsonschema-tidying
Samir Talwar 783aec942d Move all dependency versions into the workspace file. (#734)
This keeps versions in one place so we can more easily ensure we upgrade
crates together.

V3_GIT_ORIGIN_REV_ID: 6a929bb6196c19a1f66a768585b669127035e9be
2024-06-20 12:25:55 +00:00
..
src Remove duplicate JSON Schema entries (#692) 2024-06-11 08:28:30 +00:00
Cargo.toml Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
README.md Remove duplicate JSON Schema entries (#692) 2024-06-11 08:28:30 +00:00

jsonschema_tidying

The default schemars output can contain duplicate entries for the same type, even when monomorphised. This package searches for (and removes) duplicate entries, resolving any links that are broken in the process.