UNPKG

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