Unsupported Features
Fundamental limitations of static JSON Schema code generation
XSchema generates validation code at build time from JSON Schema definitions. This static approach provides type safety, performance, and smaller bundles. However, some JSON Schema features require runtime evaluation that cannot be pre-compiled.
The following limitations are fundamental to any static code generation approach, not specific to XSchema or any particular adapter.
3 limitation categories covering 4 keywords that cannot be statically compiled.