content.json 477 B

1234567891011121314151617
  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. "title": "Content vocabulary meta-schema",
  9. "type": ["object", "boolean"],
  10. "properties": {
  11. "contentMediaType": {"type": "string"},
  12. "contentEncoding": {"type": "string"},
  13. "contentSchema": {"$recursiveRef": "#"}
  14. }
  15. }