-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.json
39 lines (39 loc) · 1.04 KB
/
schema.json
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
32
33
34
35
36
37
38
39
{
"$schema": "https://cbor-schema.org/draft/next/schema.cbor",
"$id": "https://cbor-schema.org/draft/next/schema.cbor",
"$vocabulary": {
"https://cbor-schema.org/draft/next/vocab/core.cbor": true,
"https://cbor-schema.org/draft/next/vocab/applicator.cbor": true,
"https://cbor-schema.org/draft/next/vocab/unevaluated.cbor": true,
"https://cbor-schema.org/draft/next/vocab/validation.cbor": true,
"https://cbor-schema.org/draft/next/vocab/meta-data.cbor": true,
"https://cbor-schema.org/draft/next/vocab/format-annotation.cbor": true,
"https://cbor-schema.org/draft/next/vocab/content.cbor": true
},
"$dynamicAnchor": "meta",
"title": "Core and Validation specifications meta-schema",
"tag": 51,
"allOf": [
{
"$ref": "meta/core"
},
{
"$ref": "meta/applicator"
},
{
"$ref": "meta/unevaluated"
},
{
"$ref": "meta/validation"
},
{
"$ref": "meta/meta-data"
},
{
"$ref": "meta/format-annotation"
},
{
"$ref": "meta/content"
}
]
}