UNPKG

477 BJSONView Raw
1{
2 "$schema": "https://json-schema.org/draft/2019-09/schema",
3 "$id": "https://json-schema.org/draft/2019-09/meta/content",
4 "$vocabulary": {
5 "https://json-schema.org/draft/2019-09/vocab/content": true
6 },
7 "$recursiveAnchor": true,
8
9 "title": "Content vocabulary meta-schema",
10
11 "type": ["object", "boolean"],
12 "properties": {
13 "contentMediaType": {"type": "string"},
14 "contentEncoding": {"type": "string"},
15 "contentSchema": {"$recursiveRef": "#"}
16 }
17}