UNPKG

4.09 kBJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v0/EntityTypes.schema.json",
4 "title": "EntityTypes",
5 "description": "All type schemas that are derived from Entity",
6 "anyOf": [
7 {
8 "$ref": "Entity.schema.json"
9 },
10 {
11 "$ref": "ArrayValidator.schema.json"
12 },
13 {
14 "$ref": "Article.schema.json"
15 },
16 {
17 "$ref": "AudioObject.schema.json"
18 },
19 {
20 "$ref": "BooleanValidator.schema.json"
21 },
22 {
23 "$ref": "Brand.schema.json"
24 },
25 {
26 "$ref": "Cite.schema.json"
27 },
28 {
29 "$ref": "CiteGroup.schema.json"
30 },
31 {
32 "$ref": "Code.schema.json"
33 },
34 {
35 "$ref": "CodeBlock.schema.json"
36 },
37 {
38 "$ref": "CodeChunk.schema.json"
39 },
40 {
41 "$ref": "CodeError.schema.json"
42 },
43 {
44 "$ref": "CodeExpression.schema.json"
45 },
46 {
47 "$ref": "CodeFragment.schema.json"
48 },
49 {
50 "$ref": "Collection.schema.json"
51 },
52 {
53 "$ref": "Comment.schema.json"
54 },
55 {
56 "$ref": "ConstantValidator.schema.json"
57 },
58 {
59 "$ref": "ContactPoint.schema.json"
60 },
61 {
62 "$ref": "CreativeWork.schema.json"
63 },
64 {
65 "$ref": "Datatable.schema.json"
66 },
67 {
68 "$ref": "DatatableColumn.schema.json"
69 },
70 {
71 "$ref": "Date.schema.json"
72 },
73 {
74 "$ref": "DefinedTerm.schema.json"
75 },
76 {
77 "$ref": "Delete.schema.json"
78 },
79 {
80 "$ref": "Emphasis.schema.json"
81 },
82 {
83 "$ref": "EnumValidator.schema.json"
84 },
85 {
86 "$ref": "Figure.schema.json"
87 },
88 {
89 "$ref": "Function.schema.json"
90 },
91 {
92 "$ref": "Grant.schema.json"
93 },
94 {
95 "$ref": "Heading.schema.json"
96 },
97 {
98 "$ref": "ImageObject.schema.json"
99 },
100 {
101 "$ref": "Include.schema.json"
102 },
103 {
104 "$ref": "IntegerValidator.schema.json"
105 },
106 {
107 "$ref": "Link.schema.json"
108 },
109 {
110 "$ref": "List.schema.json"
111 },
112 {
113 "$ref": "ListItem.schema.json"
114 },
115 {
116 "$ref": "Mark.schema.json"
117 },
118 {
119 "$ref": "Math.schema.json"
120 },
121 {
122 "$ref": "MathBlock.schema.json"
123 },
124 {
125 "$ref": "MathFragment.schema.json"
126 },
127 {
128 "$ref": "MediaObject.schema.json"
129 },
130 {
131 "$ref": "MonetaryGrant.schema.json"
132 },
133 {
134 "$ref": "NontextualAnnotation.schema.json"
135 },
136 {
137 "$ref": "NumberValidator.schema.json"
138 },
139 {
140 "$ref": "Organization.schema.json"
141 },
142 {
143 "$ref": "Paragraph.schema.json"
144 },
145 {
146 "$ref": "Parameter.schema.json"
147 },
148 {
149 "$ref": "Periodical.schema.json"
150 },
151 {
152 "$ref": "Person.schema.json"
153 },
154 {
155 "$ref": "PostalAddress.schema.json"
156 },
157 {
158 "$ref": "Product.schema.json"
159 },
160 {
161 "$ref": "PropertyValue.schema.json"
162 },
163 {
164 "$ref": "PublicationIssue.schema.json"
165 },
166 {
167 "$ref": "PublicationVolume.schema.json"
168 },
169 {
170 "$ref": "Quote.schema.json"
171 },
172 {
173 "$ref": "QuoteBlock.schema.json"
174 },
175 {
176 "$ref": "Review.schema.json"
177 },
178 {
179 "$ref": "SoftwareApplication.schema.json"
180 },
181 {
182 "$ref": "SoftwareEnvironment.schema.json"
183 },
184 {
185 "$ref": "SoftwareSession.schema.json"
186 },
187 {
188 "$ref": "SoftwareSourceCode.schema.json"
189 },
190 {
191 "$ref": "StringValidator.schema.json"
192 },
193 {
194 "$ref": "Strong.schema.json"
195 },
196 {
197 "$ref": "Subscript.schema.json"
198 },
199 {
200 "$ref": "Superscript.schema.json"
201 },
202 {
203 "$ref": "Table.schema.json"
204 },
205 {
206 "$ref": "TableCell.schema.json"
207 },
208 {
209 "$ref": "TableRow.schema.json"
210 },
211 {
212 "$ref": "ThematicBreak.schema.json"
213 },
214 {
215 "$ref": "Thing.schema.json"
216 },
217 {
218 "$ref": "TupleValidator.schema.json"
219 },
220 {
221 "$ref": "Variable.schema.json"
222 },
223 {
224 "$ref": "VideoObject.schema.json"
225 },
226 {
227 "$ref": "VolumeMount.schema.json"
228 }
229 ]
230}