UNPKG

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