UNPKG

1.77 kBJSONView Raw
1{
2 "title": "InlineContent",
3 "category": "text",
4 "status": "stable",
5 "description": "Union type for valid inline content.",
6 "$comment": "The order of these types is important because it determines the\norder of attempted coercion (this is particularly important for primitive types).\n",
7 "anyOf": [
8 {
9 "$ref": "AudioObject.schema.json"
10 },
11 {
12 "$ref": "Cite.schema.json"
13 },
14 {
15 "$ref": "CiteGroup.schema.json"
16 },
17 {
18 "$ref": "CodeExpression.schema.json"
19 },
20 {
21 "$ref": "CodeFragment.schema.json"
22 },
23 {
24 "$ref": "Delete.schema.json"
25 },
26 {
27 "$ref": "Emphasis.schema.json"
28 },
29 {
30 "$ref": "ImageObject.schema.json"
31 },
32 {
33 "$ref": "Link.schema.json"
34 },
35 {
36 "$ref": "MathFragment.schema.json"
37 },
38 {
39 "$ref": "NontextualAnnotation.schema.json"
40 },
41 {
42 "$ref": "Note.schema.json"
43 },
44 {
45 "$ref": "Parameter.schema.json"
46 },
47 {
48 "$ref": "Quote.schema.json"
49 },
50 {
51 "$ref": "Strong.schema.json"
52 },
53 {
54 "$ref": "Subscript.schema.json"
55 },
56 {
57 "$ref": "Superscript.schema.json"
58 },
59 {
60 "$ref": "VideoObject.schema.json"
61 },
62 {
63 "$ref": "Null.schema.json"
64 },
65 {
66 "$ref": "Boolean.schema.json"
67 },
68 {
69 "$ref": "Integer.schema.json"
70 },
71 {
72 "$ref": "Number.schema.json"
73 },
74 {
75 "$ref": "String.schema.json"
76 }
77 ],
78 "file": "InlineContent.schema.yaml",
79 "children": [],
80 "descendants": [],
81 "$schema": "http://json-schema.org/draft-07/schema#",
82 "$id": "https://schema.stenci.la/v1/InlineContent.schema.json",
83 "source": "https://github.com/stencila/schema/blob/master/schema/InlineContent.schema.yaml"
84}