Urara-Blog/node_modules/.pnpm-store/v3/files/08/32e47b967ab7027b237bb6e5d4c439988c3582ed8f61eef192b46b1e867811d69c1d07f7f80c58485d60094ccc89600df63ad150f3b80b33306952a4c9b749
2022-08-14 01:14:53 +08:00

17 lines
479 B
Text

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