-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjsonschema.json
More file actions
31 lines (31 loc) · 1 KB
/
Copy pathjsonschema.json
File metadata and controls
31 lines (31 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"title": "The JSON Schema Standard Library",
"description": "A growing collection of hand-crafted high-quality schemas by Sourcemeta",
"email": "hello@sourcemeta.com",
"github": "sourcemeta/std",
"path": "./schemas",
"resolve": {
"urn:sourcemeta:std:ietf:jsonschema:2020-12:dialect:format-assertion": "./schemas/ietf/jsonschema/2020-12/dialect/format-assertion/v1.json"
},
"lint": {
"rules": [
"./rules/comment.json",
"./rules/dialect.json",
"./rules/identifiers.json",
"./rules/jsonld-bare-override.json",
"./rules/jsonld-constants-iri-literal.json",
"./rules/jsonld-constants-lexical.json",
"./rules/jsonld-constants-reserved-type.json",
"./rules/jsonld-datatype-reserved.json",
"./rules/jsonld-unmarked-null.json",
"./rules/jsonld-value-rdf-type.json",
"./rules/license.json",
"./rules/links.json",
"./rules/single-line-text.json",
{
"path": "./rules/root.json",
"topLevel": true
}
]
}
}