-
Notifications
You must be signed in to change notification settings - Fork 0
/
dialect.json
21 lines (20 loc) · 1010 Bytes
/
dialect.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$id": "https://python-jsonschema.github.io/vocab-json-seq/dialect.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$vocabulary": {
"https://json-schema.org/draft/2020-12/vocab/core": true,
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
"https://json-schema.org/draft/2020-12/vocab/unevaluated": true,
"https://json-schema.org/draft/2020-12/vocab/validation": true,
"https://json-schema.org/draft/2020-12/vocab/meta-data": true,
"https://json-schema.org/draft/2020-12/vocab/format-annotation": true,
"https://json-schema.org/draft/2020-12/vocab/content": true,
"https://python-jsonschema.github.io/vocab-json-seq/": true
},
"$dynamicAnchor": "meta",
"title": "A JSON Text Sequence vocabulary for JSON Schema",
"allOf": [
{ "$ref": "https://json-schema.org/draft/2020-12/schema" },
{ "$ref": "https://python-jsonschema.github.io/vocab-json-seq/meta.json" }
]
}