transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

Transpile JSON Schema to Type aliases for many languages

Results 38 transpiler issues
Sort by recently updated
recently updated
newest added

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.3. Release notes Sourced from ts-jest's releases. v29.1.3 Please refer to CHANGELOG.md for details. Changelog Sourced from ts-jest's changelog. 29.1.3 (2024-05-21) Bug Fixes add @jest/transform...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 9.3.0. Release notes Sourced from eslint's releases. v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.11 to 20.12.12. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.12.11&new-version=20.12.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**Is your feature request related to a problem? Please describe.** I have a large schema with many basic elements, where the element subschema is just eg `{type:"string"}` or similar. If...

**Describe the bug** Regardless of which schema I use I get the following error ``` node_modules/.pnpm/@[email protected]/node_modules/@json-schema-tools/titleizer/build/index.js:132 schema.title = "".concat(prefix).concat(friendlyHash); ^ TypeError: Cannot create property 'title' on string '{ ... ```...

Additional properties and Patterned Properties append an any type to the end of the typing. The JSON schema spec doesn't quite line up with the typings generated. This would be...

Ideally, this fields title should be `MetaSchemaRef` or something like that

There are a few different types of object schemas 1. properties is used, additional props unused 2. props unused, addtional props used 3. both are used at least for now,...

Add Java support