We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8cb57 commit e08ef29Copy full SHA for e08ef29
1 file changed
README.md
@@ -144,8 +144,8 @@ use `@hyperjump/json-schema/formats-lite` instead to leave out support for those
144
formats.
145
146
```javascript
147
-import { registerSchema, validate } from "@hyperjump/json-schema/draft-2020-12";
148
-import { setShouldValidateFormat } from "@hyperjump/json-schema/formats";
+import { registerSchema, setShouldValidateFormat, validate } from "@hyperjump/json-schema/draft-2020-12";
+import "@hyperjump/json-schema/formats";
149
150
const schemaUri = "https://example.com/number";
151
registerSchema({
0 commit comments