UNPKG

1.15 kBJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v0/CreativeWorkTypes.schema.json",
4 "title": "CreativeWorkTypes",
5 "description": "All type schemas that are derived from CreativeWork",
6 "anyOf": [
7 {
8 "$ref": "CreativeWork.schema.json"
9 },
10 {
11 "$ref": "Article.schema.json"
12 },
13 {
14 "$ref": "AudioObject.schema.json"
15 },
16 {
17 "$ref": "Collection.schema.json"
18 },
19 {
20 "$ref": "Comment.schema.json"
21 },
22 {
23 "$ref": "Datatable.schema.json"
24 },
25 {
26 "$ref": "Figure.schema.json"
27 },
28 {
29 "$ref": "ImageObject.schema.json"
30 },
31 {
32 "$ref": "MediaObject.schema.json"
33 },
34 {
35 "$ref": "Periodical.schema.json"
36 },
37 {
38 "$ref": "PublicationIssue.schema.json"
39 },
40 {
41 "$ref": "PublicationVolume.schema.json"
42 },
43 {
44 "$ref": "Review.schema.json"
45 },
46 {
47 "$ref": "SoftwareApplication.schema.json"
48 },
49 {
50 "$ref": "SoftwareSourceCode.schema.json"
51 },
52 {
53 "$ref": "Table.schema.json"
54 },
55 {
56 "$ref": "VideoObject.schema.json"
57 }
58 ]
59}