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 3931b30 commit 2c7239fCopy full SHA for 2c7239f
bids-validator/src/setup/loadSchema.ts
@@ -1,6 +1,6 @@
1
import type { Schema } from '../types/schema.ts'
2
import { objectPathHandler } from '../utils/objectPathHandler.ts'
3
-import default as schemaDefault from '@bids/schema/schema' with { type: 'json' }
+import { default as schemaDefault } from '@bids/schema/schema' with { type: 'json' }
4
import { setCustomMetadataFormats } from '../validators/json.ts'
5
6
/**
0 commit comments