@stencila/schema
Version:
Stencila schema and other specifications
37 lines (36 loc) • 772 B
JSON
{
"title": "BlockContent",
"description": "Block content.",
"anyOf": [
{
"$ref": "CodeBlock.schema.json"
},
{
"$ref": "CodeChunk.schema.json"
},
{
"$ref": "Heading.schema.json"
},
{
"$ref": "List.schema.json"
},
{
"$ref": "Paragraph.schema.json"
},
{
"$ref": "QuoteBlock.schema.json"
},
{
"$ref": "Table.schema.json"
},
{
"$ref": "ThematicBreak.schema.json"
}
],
"source": "https://github.com/stencila/schema/blob/master/schema/text/BlockContent.schema.yaml",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://stencila.github.com/schema/BlockContent.schema.json",
"category": "text",
"children": [],
"descendants": []
}