You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some requirements of the TopoJSON specification are not fully validated by these schemas, in part due to the difficulty of performing complex validation via JSON Schema.
63
63
64
-
See the tests in the `test` folder (alongside the [`topojson-tests`](https://github.com/sruenwg/topojson-validation/tree/main/packages/topojson-tests) package which the tests rely on) for details on what cases are/aren't handled.
64
+
See the [`test`](https://github.com/sruenwg/topojson-validation/tree/main/packages/topojson-schema/test) folder (along with the [`topojson-tests`](https://github.com/sruenwg/topojson-validation/tree/main/packages/topojson-tests) package which the tests rely on) for details on what cases are/aren't handled.
@@ -34,4 +57,4 @@ function truncateDimensions(pos: Position) {
34
57
35
58
Some requirements of the TopoJSON specification are not fully validated by these schemas.
36
59
37
-
See the tests in the `test` folder (alongside the [`topojson-tests`](https://github.com/sruenwg/topojson-validation/tree/main/packages/topojson-tests) package which the tests rely on) for details on what cases are/aren't handled.
60
+
See the [`test`](https://github.com/sruenwg/topojson-validation/tree/main/packages/topojson-valibot/test) folder (along with the [`topojson-tests`](https://github.com/sruenwg/topojson-validation/tree/main/packages/topojson-tests) package which the tests rely on) for details on what cases are/aren't handled.
0 commit comments