Commit 8b41b54 1 parent 2d090ce commit 8b41b54 Copy full SHA for 8b41b54
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import Ajv from "ajv" ;
2
2
import addFormats from "ajv-formats" ;
3
- import projectSchema from "../resources/schema/project.json" assert { type : "json" } ;
4
- import collectionSchema from "../resources/schema/collection.json" assert { type : "json" } ;
5
- import urlSchema from "../resources/schema/url.json" assert { type : "json" } ;
6
- import socialProfileSchema from "../resources/schema/social-profile.json" assert { type : "json" } ;
7
- import blockchainAddressSchema from "../resources/schema/blockchain-address.json" assert { type : "json" } ;
3
+ import projectSchema from "../resources/schema/project.json" with { type : "json" } ;
4
+ import collectionSchema from "../resources/schema/collection.json" with { type : "json" } ;
5
+ import urlSchema from "../resources/schema/url.json" with { type : "json" } ;
6
+ import socialProfileSchema from "../resources/schema/social-profile.json" with { type : "json" } ;
7
+ import blockchainAddressSchema from "../resources/schema/blockchain-address.json" with { type : "json" } ;
8
8
import { Project } from "../types/project.js" ;
9
9
import { Collection } from "../types/collection.js" ;
10
10
import { URL } from "../types/url.js" ;
You can’t perform that action at this time.
0 commit comments