Urara-Blog/node_modules/.pnpm-store/v3/files/62/59e531a09cbf6a6d9ea7ba851a1c5959d8b8c24c5db9579421835e28a0449248806bf99da63275df748859ca17fc2f04f277e518bf727102d3bede6fc7f849
2022-08-14 01:14:53 +08:00

17 lines
477 B
Text

{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/content",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/content": true
},
"$recursiveAnchor": true,
"title": "Content vocabulary meta-schema",
"type": ["object", "boolean"],
"properties": {
"contentMediaType": {"type": "string"},
"contentEncoding": {"type": "string"},
"contentSchema": {"$recursiveRef": "#"}
}
}