UNPKG

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