{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-8-2019-09/_shared/latest--content.json",
  "title": "Content vocabulary meta-schema",
  "x-lintel": {
    "source": "https://json-schema.org/draft/2019-09/meta/content",
    "sourceSha256": "9054737ada8e2ffbd9c9487ea406a86af8b57dcfd269543f04aba782936e3385"
  },
  "type": [
    "object",
    "boolean"
  ],
  "properties": {
    "contentMediaType": {
      "type": "string"
    },
    "contentEncoding": {
      "type": "string"
    },
    "contentSchema": {
      "$recursiveRef": "#"
    }
  },
  "$recursiveAnchor": true
}
