UNPKG

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