UNPKG

1.01 kBJSONView Raw
1{
2 "title": "BlockContent",
3 "category": "prose",
4 "description": "Union type for valid block content.",
5 "anyOf": [
6 {
7 "$ref": "CodeBlock.schema.json"
8 },
9 {
10 "$ref": "CodeChunk.schema.json"
11 },
12 {
13 "$ref": "Collection.schema.json"
14 },
15 {
16 "$ref": "Figure.schema.json"
17 },
18 {
19 "$ref": "Heading.schema.json"
20 },
21 {
22 "$ref": "List.schema.json"
23 },
24 {
25 "$ref": "ListItem.schema.json"
26 },
27 {
28 "$ref": "MathBlock.schema.json"
29 },
30 {
31 "$ref": "Paragraph.schema.json"
32 },
33 {
34 "$ref": "QuoteBlock.schema.json"
35 },
36 {
37 "$ref": "Table.schema.json"
38 },
39 {
40 "$ref": "ThematicBreak.schema.json"
41 }
42 ],
43 "file": "BlockContent.schema.yaml",
44 "children": [],
45 "descendants": [],
46 "$schema": "http://json-schema.org/draft-07/schema#",
47 "$id": "https://schema.stenci.la/v0/BlockContent.schema.json",
48 "source": "https://github.com/stencila/schema/blob/master/BlockContent.schema.yaml"
49}