UNPKG

1.97 kBJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v0/ThingTypes.schema.json",
4 "title": "ThingTypes",
5 "description": "All type schemas that are derived from Thing",
6 "anyOf": [
7 {
8 "$ref": "Thing.schema.json"
9 },
10 {
11 "$ref": "Article.schema.json"
12 },
13 {
14 "$ref": "AudioObject.schema.json"
15 },
16 {
17 "$ref": "Brand.schema.json"
18 },
19 {
20 "$ref": "Collection.schema.json"
21 },
22 {
23 "$ref": "Comment.schema.json"
24 },
25 {
26 "$ref": "ContactPoint.schema.json"
27 },
28 {
29 "$ref": "CreativeWork.schema.json"
30 },
31 {
32 "$ref": "Datatable.schema.json"
33 },
34 {
35 "$ref": "DatatableColumn.schema.json"
36 },
37 {
38 "$ref": "DefinedTerm.schema.json"
39 },
40 {
41 "$ref": "Figure.schema.json"
42 },
43 {
44 "$ref": "Grant.schema.json"
45 },
46 {
47 "$ref": "ImageObject.schema.json"
48 },
49 {
50 "$ref": "ListItem.schema.json"
51 },
52 {
53 "$ref": "MediaObject.schema.json"
54 },
55 {
56 "$ref": "MonetaryGrant.schema.json"
57 },
58 {
59 "$ref": "Organization.schema.json"
60 },
61 {
62 "$ref": "Periodical.schema.json"
63 },
64 {
65 "$ref": "Person.schema.json"
66 },
67 {
68 "$ref": "PostalAddress.schema.json"
69 },
70 {
71 "$ref": "Product.schema.json"
72 },
73 {
74 "$ref": "PropertyValue.schema.json"
75 },
76 {
77 "$ref": "PublicationIssue.schema.json"
78 },
79 {
80 "$ref": "PublicationVolume.schema.json"
81 },
82 {
83 "$ref": "Review.schema.json"
84 },
85 {
86 "$ref": "SoftwareApplication.schema.json"
87 },
88 {
89 "$ref": "SoftwareEnvironment.schema.json"
90 },
91 {
92 "$ref": "SoftwareSession.schema.json"
93 },
94 {
95 "$ref": "SoftwareSourceCode.schema.json"
96 },
97 {
98 "$ref": "Table.schema.json"
99 },
100 {
101 "$ref": "VideoObject.schema.json"
102 },
103 {
104 "$ref": "VolumeMount.schema.json"
105 }
106 ]
107}