source: imaps-frontend/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 479 bytes
Line 
1{
2 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "$id": "https://json-schema.org/draft/2020-12/meta/content",
4 "$vocabulary": {
5 "https://json-schema.org/draft/2020-12/vocab/content": true
6 },
7 "$dynamicAnchor": "meta",
8
9 "title": "Content vocabulary meta-schema",
10
11 "type": ["object", "boolean"],
12 "properties": {
13 "contentEncoding": {"type": "string"},
14 "contentMediaType": {"type": "string"},
15 "contentSchema": {"$dynamicRef": "#meta"}
16 }
17}
Note: See TracBrowser for help on using the repository browser.