using fluent json schema with json schema to ts type provider
Open
- Dominant language
- No language data
- Stars
- 68
- Forks
- 8
- Avg merge
- 11h 2m
- Merged PRs (30d)
- 2
Description
is there any way to use `fluent-json-schema` with json schema to ts type provider?
the current limitation is when converting the fluent `ObjectSchema` object to json schema we need to use `.valueOf()` which will be run at runtime. and type provider don't have a away to get the schema and provide the types
* *node version*: 16
* *fastify version*: >=4.0.3
* *os*: Windows
Contributor guide
Assessment
This issue has not been assessed yet.