@stencila/schema
Version:
Extensions to schema.org to support semantic, composable, parameterize-able and executable documents
54 lines (53 loc) • 1.09 kB
JSON
{
"title": "BlockContent",
"category": "text",
"status": "stable",
"description": "Union type for valid block content.",
"anyOf": [
{
"$ref": "Claim.schema.json"
},
{
"$ref": "CodeBlock.schema.json"
},
{
"$ref": "CodeChunk.schema.json"
},
{
"$ref": "Collection.schema.json"
},
{
"$ref": "Figure.schema.json"
},
{
"$ref": "Heading.schema.json"
},
{
"$ref": "Include.schema.json"
},
{
"$ref": "List.schema.json"
},
{
"$ref": "MathBlock.schema.json"
},
{
"$ref": "Paragraph.schema.json"
},
{
"$ref": "QuoteBlock.schema.json"
},
{
"$ref": "Table.schema.json"
},
{
"$ref": "ThematicBreak.schema.json"
}
],
"file": "BlockContent.schema.yaml",
"children": [],
"descendants": [],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/v1/BlockContent.schema.json",
"source": "https://github.com/stencila/schema/blob/master/schema/BlockContent.schema.yaml"
}