@segha/catalog 2.1.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +179 -0
- package/README.md +83 -0
- package/en/Note.ts +2 -0
- package/en/Wikipedia/index.ts +18 -0
- package/en/Wikipedia/types.ts +10 -0
- package/en/index.ts +1 -0
- package/es/Article/index.ts +19 -23
- package/es/Article/types.ts +1 -4
- package/es/Book/index.ts +23 -27
- package/es/Book/types.ts +1 -4
- package/es/Clothing/index.ts +29 -14
- package/es/Clothing/types.ts +1 -3
- package/es/Core/Area.ts +66 -0
- package/es/Core/Common.ts +43 -0
- package/es/Core/Format.ts +28 -0
- package/es/Core/Rating.ts +33 -0
- package/es/Core/Resource.ts +18 -0
- package/es/Core/Source.ts +37 -0
- package/es/Core/Subtype.ts +8 -0
- package/es/Core/Type.ts +36 -0
- package/es/Core/index.ts +9 -0
- package/es/DataTypes/Color.ts +22 -0
- package/es/DataTypes/Date.ts +45 -0
- package/es/DataTypes/Icon.ts +7 -0
- package/es/DataTypes/Image.ts +9 -0
- package/es/DataTypes/Language.ts +11 -0
- package/es/DataTypes/Status.ts +8 -0
- package/es/DataTypes/Wikilink.ts +16 -0
- package/es/DataTypes/index.ts +7 -0
- package/es/EncyclopediaEntry/index.ts +30 -0
- package/es/EncyclopediaEntry/types.ts +8 -0
- package/es/Movie/MovieExternalId.ts +7 -0
- package/es/Movie/index.ts +25 -28
- package/es/Movie/types.ts +1 -4
- package/es/Note.ts +6 -0
- package/es/Painting/index.ts +23 -0
- package/es/Painting/types.ts +6 -0
- package/es/Video/index.ts +35 -0
- package/es/Video/types.ts +9 -0
- package/es/index.ts +3 -0
- package/es/types.ts +3 -0
- package/json-schemas/ArticleSchema.json +0 -1
- package/json-schemas/BookSchema.json +0 -1
- package/json-schemas/CatalogArticleSchema.json +0 -1
- package/json-schemas/CatalogBookSchema.json +0 -1
- package/json-schemas/CatalogClothingSchema.json +0 -1
- package/json-schemas/CatalogMovieSchema.json +0 -1
- package/json-schemas/{es/CatalogArticleSchema.json → CatalogWikipediaSchema.json} +6 -7
- package/json-schemas/ClothingSchema.json +0 -2
- package/json-schemas/DetailedArticleSchema.json +0 -1
- package/json-schemas/DetailedBookSchema.json +0 -1
- package/json-schemas/DetailedClothingSchema.json +0 -2
- package/json-schemas/DetailedMovieSchema.json +0 -1
- package/json-schemas/{es/Article/DetailedArticleSchema.json → DetailedWikipediaSchema.json} +9 -10
- package/json-schemas/MetaArticleSchema.json +0 -1
- package/json-schemas/MetaBookSchema.json +0 -1
- package/json-schemas/MetaClothingSchema.json +0 -1
- package/json-schemas/MetaMovieSchema.json +0 -1
- package/json-schemas/{es/Book/MetaBookSchema.json → MetaWikipediaSchema.json} +11 -12
- package/json-schemas/MovieSchema.json +0 -1
- package/json-schemas/NoteSchema.json +106 -5
- package/json-schemas/WikipediaSchema.json +107 -0
- package/json-schemas/common/Palette.json +14 -0
- package/json-schemas/common/Scheme.json +11 -0
- package/json-schemas/common/index.json +32 -0
- package/json-schemas/en/Article/ArticleSchema.json +0 -1
- package/json-schemas/en/Article/CatalogArticleSchema.json +0 -1
- package/json-schemas/en/Article/DetailedArticleSchema.json +0 -1
- package/json-schemas/en/Article/MetaArticleSchema.json +0 -1
- package/json-schemas/en/Article/index.json +0 -4
- package/json-schemas/en/ArticleSchema.json +0 -1
- package/json-schemas/en/Book/BookSchema.json +0 -1
- package/json-schemas/en/Book/CatalogBookSchema.json +0 -1
- package/json-schemas/en/Book/DetailedBookSchema.json +0 -1
- package/json-schemas/en/Book/MetaBookSchema.json +0 -1
- package/json-schemas/en/Book/index.json +0 -4
- package/json-schemas/en/BookSchema.json +0 -1
- package/json-schemas/en/CatalogArticleSchema.json +0 -1
- package/json-schemas/en/CatalogBookSchema.json +0 -1
- package/json-schemas/en/CatalogClothingSchema.json +0 -1
- package/json-schemas/en/CatalogMovieSchema.json +0 -1
- package/json-schemas/{es/Article/CatalogArticleSchema.json → en/CatalogWikipediaSchema.json} +6 -7
- package/json-schemas/en/Clothing/CatalogClothingSchema.json +0 -1
- package/json-schemas/en/Clothing/ClothingSchema.json +0 -2
- package/json-schemas/en/Clothing/DetailedClothingSchema.json +0 -2
- package/json-schemas/en/Clothing/MetaClothingSchema.json +0 -1
- package/json-schemas/en/Clothing/index.json +0 -6
- package/json-schemas/en/ClothingSchema.json +0 -2
- package/json-schemas/en/DetailedArticleSchema.json +0 -1
- package/json-schemas/en/DetailedBookSchema.json +0 -1
- package/json-schemas/en/DetailedClothingSchema.json +0 -2
- package/json-schemas/en/DetailedMovieSchema.json +0 -1
- package/json-schemas/{es/DetailedArticleSchema.json → en/DetailedWikipediaSchema.json} +9 -10
- package/json-schemas/en/MetaArticleSchema.json +0 -1
- package/json-schemas/en/MetaBookSchema.json +0 -1
- package/json-schemas/en/MetaClothingSchema.json +0 -1
- package/json-schemas/en/MetaMovieSchema.json +0 -1
- package/json-schemas/{es/MetaBookSchema.json → en/MetaWikipediaSchema.json} +11 -12
- package/json-schemas/en/Movie/CatalogMovieSchema.json +0 -1
- package/json-schemas/en/Movie/DetailedMovieSchema.json +0 -1
- package/json-schemas/en/Movie/MetaMovieSchema.json +0 -1
- package/json-schemas/en/Movie/MovieSchema.json +0 -1
- package/json-schemas/en/Movie/index.json +0 -4
- package/json-schemas/en/MovieSchema.json +0 -1
- package/json-schemas/en/NoteSchema.json +106 -5
- package/json-schemas/en/Wikipedia/CatalogWikipediaSchema.json +34 -0
- package/json-schemas/en/Wikipedia/DetailedWikipediaSchema.json +41 -0
- package/json-schemas/{es/Article/MetaArticleSchema.json → en/Wikipedia/MetaWikipediaSchema.json} +14 -10
- package/json-schemas/en/Wikipedia/WikipediaSchema.json +107 -0
- package/json-schemas/en/Wikipedia/index.json +239 -0
- package/json-schemas/en/WikipediaSchema.json +107 -0
- package/json-schemas/en/index.json +338 -23
- package/json-schemas/es/Article/ArticleSchema.json +202 -61
- package/json-schemas/es/Article/index.json +196 -178
- package/json-schemas/es/ArticleSchema.json +202 -61
- package/json-schemas/es/Book/BookSchema.json +240 -80
- package/json-schemas/es/Book/index.json +226 -210
- package/json-schemas/es/BookSchema.json +240 -80
- package/json-schemas/es/CatalogClothingSchema.json +1 -1
- package/json-schemas/es/Clothing/CatalogClothingSchema.json +1 -1
- package/json-schemas/es/Clothing/ClothingSchema.json +173 -46
- package/json-schemas/es/Clothing/index.json +174 -163
- package/json-schemas/es/ClothingSchema.json +173 -46
- package/json-schemas/es/Core/Articles.json +6 -0
- package/json-schemas/es/Core/Atrocious.json +6 -0
- package/json-schemas/es/Core/Bad.json +6 -0
- package/json-schemas/es/Core/Books.json +6 -0
- package/json-schemas/es/Core/Capabilities.json +6 -0
- package/json-schemas/es/Core/Chronicles.json +6 -0
- package/json-schemas/es/Core/Clothes.json +6 -0
- package/json-schemas/es/Core/CommonSchema.json +165 -0
- package/json-schemas/es/Core/Creativity.json +6 -0
- package/json-schemas/es/Core/EncyclopediaEntries.json +6 -0
- package/json-schemas/es/Core/Energy.json +6 -0
- package/json-schemas/es/Core/Entities.json +6 -0
- package/json-schemas/es/Core/Evil.json +6 -0
- package/json-schemas/es/Core/Excellent.json +6 -0
- package/json-schemas/es/Core/Exercise.json +6 -0
- package/json-schemas/es/Core/Exploration.json +6 -0
- package/json-schemas/es/Core/Extracts.json +6 -0
- package/json-schemas/es/Core/Finances.json +6 -0
- package/json-schemas/es/Core/Food.json +6 -0
- package/json-schemas/es/Core/Format.json +13 -0
- package/json-schemas/es/Core/Good.json +6 -0
- package/json-schemas/es/Core/Health.json +6 -0
- package/json-schemas/es/Core/Home.json +6 -0
- package/json-schemas/es/Core/Knowledge.json +6 -0
- package/json-schemas/es/Core/Links.json +6 -0
- package/json-schemas/es/Core/MentalHealth.json +6 -0
- package/json-schemas/es/Core/Movies.json +6 -0
- package/json-schemas/es/Core/Paintings.json +6 -0
- package/json-schemas/es/Core/Passable.json +6 -0
- package/json-schemas/es/Core/Perfect.json +6 -0
- package/json-schemas/es/Core/Productivity.json +6 -0
- package/json-schemas/es/Core/Publications.json +6 -0
- package/json-schemas/es/Core/Rating.json +41 -0
- package/json-schemas/es/Core/ResourceSchema.json +171 -0
- package/json-schemas/es/Core/Resources.json +6 -0
- package/json-schemas/es/Core/ResourcesSubtype.json +11 -0
- package/json-schemas/es/Core/Scenarios.json +6 -0
- package/json-schemas/es/Core/SourceSchema.json +209 -0
- package/json-schemas/es/Core/Sources.json +6 -0
- package/json-schemas/es/Core/SourcesFormat.json +16 -0
- package/json-schemas/es/Core/StructuredThinking.json +6 -0
- package/json-schemas/es/Core/Subtype.json +8 -0
- package/json-schemas/es/Core/Type.json +15 -0
- package/json-schemas/es/Core/Videos.json +6 -0
- package/json-schemas/es/Core/Work.json +6 -0
- package/json-schemas/es/Core/index.json +939 -0
- package/json-schemas/es/DataTypes/Blue.json +6 -0
- package/json-schemas/es/DataTypes/Color.json +6 -0
- package/json-schemas/es/DataTypes/Consolidated.json +5 -0
- package/json-schemas/es/DataTypes/Date.json +21 -0
- package/json-schemas/es/DataTypes/DateTime.json +6 -0
- package/json-schemas/es/DataTypes/DateTimeOffset.json +6 -0
- package/json-schemas/es/DataTypes/Embedding.json +6 -0
- package/json-schemas/es/DataTypes/FullDate.json +6 -0
- package/json-schemas/es/DataTypes/Hex.json +6 -0
- package/json-schemas/es/DataTypes/Icon.json +6 -0
- package/json-schemas/es/DataTypes/Image.json +15 -0
- package/json-schemas/es/DataTypes/InProgress.json +5 -0
- package/json-schemas/es/DataTypes/Language.json +6 -0
- package/json-schemas/es/DataTypes/LanguageTag.json +6 -0
- package/json-schemas/es/DataTypes/Month.json +6 -0
- package/json-schemas/es/DataTypes/Orange.json +6 -0
- package/json-schemas/es/DataTypes/OrdinalDate.json +6 -0
- package/json-schemas/es/DataTypes/Pending.json +5 -0
- package/json-schemas/es/DataTypes/Read.json +5 -0
- package/json-schemas/es/DataTypes/Seen.json +5 -0
- package/json-schemas/es/DataTypes/Time.json +6 -0
- package/json-schemas/es/DataTypes/Watched.json +5 -0
- package/json-schemas/es/DataTypes/Week.json +6 -0
- package/json-schemas/es/DataTypes/WeekWithWeekDay.json +6 -0
- package/json-schemas/es/DataTypes/Wikilink.json +6 -0
- package/json-schemas/es/DataTypes/WikilinkOrEmbedding.json +6 -0
- package/json-schemas/es/DataTypes/Year.json +6 -0
- package/json-schemas/es/DataTypes/Yellow.json +6 -0
- package/json-schemas/es/DataTypes/index.json +193 -0
- package/json-schemas/es/EncyclopediaEntry/EncyclopediaEntrySchema.json +252 -0
- package/json-schemas/es/EncyclopediaEntry/WikipediaEntrySchema.json +257 -0
- package/json-schemas/es/EncyclopediaEntry/index.json +516 -0
- package/json-schemas/es/EncyclopediaEntrySchema.json +252 -0
- package/json-schemas/es/Movie/MovieExternalId.json +5 -0
- package/json-schemas/es/Movie/MovieSchema.json +233 -80
- package/json-schemas/es/Movie/index.json +224 -214
- package/json-schemas/es/MovieSchema.json +233 -80
- package/json-schemas/es/NoteSchema.json +1540 -248
- package/json-schemas/es/Painting/PaintingSchema.json +232 -0
- package/json-schemas/es/Painting/index.json +239 -0
- package/json-schemas/es/PaintingSchema.json +232 -0
- package/json-schemas/es/Video/VideoSchema.json +230 -0
- package/json-schemas/es/Video/VimeoSchema.json +221 -0
- package/json-schemas/es/Video/YoutubeSchema.json +221 -0
- package/json-schemas/es/Video/index.json +679 -0
- package/json-schemas/es/VideoSchema.json +230 -0
- package/json-schemas/es/VimeoSchema.json +221 -0
- package/json-schemas/es/WikipediaEntrySchema.json +257 -0
- package/json-schemas/es/YoutubeSchema.json +221 -0
- package/json-schemas/es/index.json +3655 -967
- package/json-schemas/index.json +338 -23
- package/package.json +10 -4
- package/es/Areas.ts +0 -24
- package/json-schemas/es/Book/CatalogBookSchema.json +0 -44
- package/json-schemas/es/Book/DetailedBookSchema.json +0 -49
- package/json-schemas/es/CatalogBookSchema.json +0 -44
- package/json-schemas/es/CatalogMovieSchema.json +0 -49
- package/json-schemas/es/Clothing/DetailedClothingSchema.json +0 -75
- package/json-schemas/es/Clothing/MetaClothingSchema.json +0 -41
- package/json-schemas/es/DetailedBookSchema.json +0 -49
- package/json-schemas/es/DetailedClothingSchema.json +0 -75
- package/json-schemas/es/DetailedMovieSchema.json +0 -48
- package/json-schemas/es/MetaArticleSchema.json +0 -46
- package/json-schemas/es/MetaClothingSchema.json +0 -41
- package/json-schemas/es/MetaMovieSchema.json +0 -51
- package/json-schemas/es/Movie/CatalogMovieSchema.json +0 -49
- package/json-schemas/es/Movie/DetailedMovieSchema.json +0 -48
- package/json-schemas/es/Movie/MetaMovieSchema.json +0 -51
- /package/json-schemas/es/{Area.json → Core/Area.json} +0 -0
- /package/json-schemas/es/{Areas.json → Core/Areas.json} +0 -0
- /package/json-schemas/es/{FirstLevelArea.json → Core/FirstLevelArea.json} +0 -0
package/json-schemas/{es/Article/CatalogArticleSchema.json → en/CatalogWikipediaSchema.json}
RENAMED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"properties": {
|
|
5
5
|
"title": {
|
|
6
6
|
"type": "string",
|
|
7
|
-
"description": "
|
|
7
|
+
"description": "Title of the Wikipedia entry"
|
|
8
8
|
},
|
|
9
9
|
"description": {
|
|
10
|
-
"description": "
|
|
10
|
+
"description": "Description",
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
13
|
"excerpt": {
|
|
14
|
-
"description": "
|
|
14
|
+
"description": "Extract of the article",
|
|
15
15
|
"type": "string"
|
|
16
16
|
},
|
|
17
17
|
"author": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"items": {
|
|
20
20
|
"type": "string"
|
|
21
21
|
},
|
|
22
|
-
"description": "
|
|
22
|
+
"description": "Authors"
|
|
23
23
|
},
|
|
24
24
|
"published": {
|
|
25
|
-
"description": "
|
|
25
|
+
"description": "Year of publication",
|
|
26
26
|
"type": "string"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
@@ -30,6 +30,5 @@
|
|
|
30
30
|
"title",
|
|
31
31
|
"author"
|
|
32
32
|
],
|
|
33
|
-
"
|
|
34
|
-
"description": "Artículo: Datos obtenibles de catalogación"
|
|
33
|
+
"description": "Wikipedia entry: Data obtainable from cataloging"
|
|
35
34
|
}
|
|
@@ -1091,7 +1091,6 @@
|
|
|
1091
1091
|
"primary_color",
|
|
1092
1092
|
"layer"
|
|
1093
1093
|
],
|
|
1094
|
-
"additionalProperties": false,
|
|
1095
1094
|
"description": "Clothing item: Catalogable data"
|
|
1096
1095
|
},
|
|
1097
1096
|
"ClothingSchema": {
|
|
@@ -1471,7 +1470,6 @@
|
|
|
1471
1470
|
"slot",
|
|
1472
1471
|
"primary_color",
|
|
1473
1472
|
"layer",
|
|
1474
|
-
"status",
|
|
1475
1473
|
"size",
|
|
1476
1474
|
"type",
|
|
1477
1475
|
"subtype",
|
|
@@ -1479,7 +1477,6 @@
|
|
|
1479
1477
|
"color",
|
|
1480
1478
|
"icon"
|
|
1481
1479
|
],
|
|
1482
|
-
"additionalProperties": false,
|
|
1483
1480
|
"description": "Clothing item"
|
|
1484
1481
|
},
|
|
1485
1482
|
"DetailedClothingSchema": {
|
|
@@ -1551,10 +1548,8 @@
|
|
|
1551
1548
|
}
|
|
1552
1549
|
},
|
|
1553
1550
|
"required": [
|
|
1554
|
-
"status",
|
|
1555
1551
|
"size"
|
|
1556
1552
|
],
|
|
1557
|
-
"additionalProperties": false,
|
|
1558
1553
|
"description": "Clothing item: Additional hard-to-obtain data"
|
|
1559
1554
|
},
|
|
1560
1555
|
"MetaClothingSchema": {
|
|
@@ -1595,7 +1590,6 @@
|
|
|
1595
1590
|
"color",
|
|
1596
1591
|
"icon"
|
|
1597
1592
|
],
|
|
1598
|
-
"additionalProperties": false,
|
|
1599
1593
|
"description": "Clothing item: Note metadata"
|
|
1600
1594
|
}
|
|
1601
1595
|
}
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
"status": {
|
|
6
6
|
"type": "string",
|
|
7
7
|
"enum": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
8
|
+
"Pending",
|
|
9
|
+
"In Progress",
|
|
10
|
+
"Read",
|
|
11
|
+
"Consolidated"
|
|
12
12
|
],
|
|
13
|
-
"description": "
|
|
13
|
+
"description": "Reading status"
|
|
14
14
|
},
|
|
15
15
|
"projects": {
|
|
16
16
|
"type": "array",
|
|
17
17
|
"items": {
|
|
18
18
|
"type": "string"
|
|
19
19
|
},
|
|
20
|
-
"description": "
|
|
20
|
+
"description": "Projects"
|
|
21
21
|
},
|
|
22
22
|
"topics": {
|
|
23
23
|
"type": "array",
|
|
24
24
|
"items": {
|
|
25
25
|
"type": "string"
|
|
26
26
|
},
|
|
27
|
-
"description": "
|
|
27
|
+
"description": "Topics"
|
|
28
28
|
},
|
|
29
29
|
"rating": {
|
|
30
30
|
"type": "number",
|
|
31
|
-
"description": "
|
|
31
|
+
"description": "Rating of the article"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"required": [
|
|
@@ -37,6 +37,5 @@
|
|
|
37
37
|
"topics",
|
|
38
38
|
"rating"
|
|
39
39
|
],
|
|
40
|
-
"
|
|
41
|
-
"description": "Artículo: Datos adicionales"
|
|
40
|
+
"description": "Wikipedia entry: Additional data"
|
|
42
41
|
}
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"properties": {
|
|
5
5
|
"type": {
|
|
6
6
|
"type": "string",
|
|
7
|
-
"const": "[[
|
|
7
|
+
"const": "[[Sources]]"
|
|
8
8
|
},
|
|
9
9
|
"format": {
|
|
10
10
|
"type": "string",
|
|
11
|
-
"const": "[[
|
|
11
|
+
"const": "[[Encyclopedia Entries]]"
|
|
12
12
|
},
|
|
13
13
|
"areas": {
|
|
14
14
|
"type": "array",
|
|
@@ -22,19 +22,20 @@
|
|
|
22
22
|
"const": "#3171B2"
|
|
23
23
|
},
|
|
24
24
|
"icon": {
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"default": "wikipedia",
|
|
26
|
+
"description": "Lucide icon.",
|
|
27
|
+
"type": "string"
|
|
27
28
|
},
|
|
28
|
-
"
|
|
29
|
+
"banner": {
|
|
29
30
|
"type": "string"
|
|
30
31
|
},
|
|
31
32
|
"url": {
|
|
32
33
|
"type": "string",
|
|
33
|
-
"description": "URL
|
|
34
|
+
"description": "URL of the article"
|
|
34
35
|
},
|
|
35
|
-
"
|
|
36
|
+
"platform": {
|
|
36
37
|
"type": "string",
|
|
37
|
-
"
|
|
38
|
+
"const": "Wikipedia"
|
|
38
39
|
}
|
|
39
40
|
},
|
|
40
41
|
"required": [
|
|
@@ -42,10 +43,8 @@
|
|
|
42
43
|
"format",
|
|
43
44
|
"areas",
|
|
44
45
|
"color",
|
|
45
|
-
"icon",
|
|
46
46
|
"url",
|
|
47
|
-
"
|
|
47
|
+
"platform"
|
|
48
48
|
],
|
|
49
|
-
"
|
|
50
|
-
"description": "Libro: Metadatos de Nota"
|
|
49
|
+
"description": "Wikipedia entry: Metadata of Note"
|
|
51
50
|
}
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"published",
|
|
50
50
|
"genres"
|
|
51
51
|
],
|
|
52
|
-
"additionalProperties": false,
|
|
53
52
|
"description": "Movie: Data obtained from catalogation"
|
|
54
53
|
},
|
|
55
54
|
"DetailedMovieSchema": {
|
|
@@ -97,7 +96,6 @@
|
|
|
97
96
|
"last_time_watched",
|
|
98
97
|
"times_watched"
|
|
99
98
|
],
|
|
100
|
-
"additionalProperties": false,
|
|
101
99
|
"description": "Movie: Additional data"
|
|
102
100
|
},
|
|
103
101
|
"MetaMovieSchema": {
|
|
@@ -148,7 +146,6 @@
|
|
|
148
146
|
"url",
|
|
149
147
|
"watch_url"
|
|
150
148
|
],
|
|
151
|
-
"additionalProperties": false,
|
|
152
149
|
"description": "Movie: Metadata of Note"
|
|
153
150
|
},
|
|
154
151
|
"MovieSchema": {
|
|
@@ -276,7 +273,6 @@
|
|
|
276
273
|
"url",
|
|
277
274
|
"watch_url"
|
|
278
275
|
],
|
|
279
|
-
"additionalProperties": false,
|
|
280
276
|
"description": "Movie"
|
|
281
277
|
}
|
|
282
278
|
}
|
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
"icon",
|
|
101
101
|
"url"
|
|
102
102
|
],
|
|
103
|
-
"additionalProperties": false,
|
|
104
103
|
"description": "Article"
|
|
105
104
|
},
|
|
106
105
|
{
|
|
@@ -223,7 +222,6 @@
|
|
|
223
222
|
"url",
|
|
224
223
|
"read_url"
|
|
225
224
|
],
|
|
226
|
-
"additionalProperties": false,
|
|
227
225
|
"description": "Book"
|
|
228
226
|
},
|
|
229
227
|
{
|
|
@@ -602,7 +600,6 @@
|
|
|
602
600
|
"slot",
|
|
603
601
|
"primary_color",
|
|
604
602
|
"layer",
|
|
605
|
-
"status",
|
|
606
603
|
"size",
|
|
607
604
|
"type",
|
|
608
605
|
"subtype",
|
|
@@ -610,7 +607,6 @@
|
|
|
610
607
|
"color",
|
|
611
608
|
"icon"
|
|
612
609
|
],
|
|
613
|
-
"additionalProperties": false,
|
|
614
610
|
"description": "Clothing item"
|
|
615
611
|
},
|
|
616
612
|
{
|
|
@@ -737,8 +733,113 @@
|
|
|
737
733
|
"url",
|
|
738
734
|
"watch_url"
|
|
739
735
|
],
|
|
740
|
-
"additionalProperties": false,
|
|
741
736
|
"description": "Movie"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"type": "object",
|
|
740
|
+
"properties": {
|
|
741
|
+
"title": {
|
|
742
|
+
"type": "string",
|
|
743
|
+
"description": "Title of the Wikipedia entry"
|
|
744
|
+
},
|
|
745
|
+
"description": {
|
|
746
|
+
"description": "Description",
|
|
747
|
+
"type": "string"
|
|
748
|
+
},
|
|
749
|
+
"excerpt": {
|
|
750
|
+
"description": "Extract of the article",
|
|
751
|
+
"type": "string"
|
|
752
|
+
},
|
|
753
|
+
"author": {
|
|
754
|
+
"type": "array",
|
|
755
|
+
"items": {
|
|
756
|
+
"type": "string"
|
|
757
|
+
},
|
|
758
|
+
"description": "Authors"
|
|
759
|
+
},
|
|
760
|
+
"published": {
|
|
761
|
+
"description": "Year of publication",
|
|
762
|
+
"type": "string"
|
|
763
|
+
},
|
|
764
|
+
"status": {
|
|
765
|
+
"type": "string",
|
|
766
|
+
"enum": [
|
|
767
|
+
"Pending",
|
|
768
|
+
"In Progress",
|
|
769
|
+
"Read",
|
|
770
|
+
"Consolidated"
|
|
771
|
+
],
|
|
772
|
+
"description": "Reading status"
|
|
773
|
+
},
|
|
774
|
+
"projects": {
|
|
775
|
+
"type": "array",
|
|
776
|
+
"items": {
|
|
777
|
+
"type": "string"
|
|
778
|
+
},
|
|
779
|
+
"description": "Projects"
|
|
780
|
+
},
|
|
781
|
+
"topics": {
|
|
782
|
+
"type": "array",
|
|
783
|
+
"items": {
|
|
784
|
+
"type": "string"
|
|
785
|
+
},
|
|
786
|
+
"description": "Topics"
|
|
787
|
+
},
|
|
788
|
+
"rating": {
|
|
789
|
+
"type": "number",
|
|
790
|
+
"description": "Rating of the article"
|
|
791
|
+
},
|
|
792
|
+
"type": {
|
|
793
|
+
"type": "string",
|
|
794
|
+
"const": "[[Sources]]"
|
|
795
|
+
},
|
|
796
|
+
"format": {
|
|
797
|
+
"type": "string",
|
|
798
|
+
"const": "[[Encyclopedia Entries]]"
|
|
799
|
+
},
|
|
800
|
+
"areas": {
|
|
801
|
+
"type": "array",
|
|
802
|
+
"items": {
|
|
803
|
+
"type": "string",
|
|
804
|
+
"const": "[[Knowledge]]"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
"color": {
|
|
808
|
+
"type": "string",
|
|
809
|
+
"const": "#3171B2"
|
|
810
|
+
},
|
|
811
|
+
"icon": {
|
|
812
|
+
"default": "wikipedia",
|
|
813
|
+
"description": "Lucide icon.",
|
|
814
|
+
"type": "string"
|
|
815
|
+
},
|
|
816
|
+
"banner": {
|
|
817
|
+
"type": "string"
|
|
818
|
+
},
|
|
819
|
+
"url": {
|
|
820
|
+
"type": "string",
|
|
821
|
+
"description": "URL of the article"
|
|
822
|
+
},
|
|
823
|
+
"platform": {
|
|
824
|
+
"type": "string",
|
|
825
|
+
"const": "Wikipedia"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"required": [
|
|
829
|
+
"title",
|
|
830
|
+
"author",
|
|
831
|
+
"status",
|
|
832
|
+
"projects",
|
|
833
|
+
"topics",
|
|
834
|
+
"rating",
|
|
835
|
+
"type",
|
|
836
|
+
"format",
|
|
837
|
+
"areas",
|
|
838
|
+
"color",
|
|
839
|
+
"url",
|
|
840
|
+
"platform"
|
|
841
|
+
],
|
|
842
|
+
"description": "Wikipedia entry"
|
|
742
843
|
}
|
|
743
844
|
],
|
|
744
845
|
"description": "Note: Union of all note types"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"title": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"description": "Title of the Wikipedia entry"
|
|
8
|
+
},
|
|
9
|
+
"description": {
|
|
10
|
+
"description": "Description",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"excerpt": {
|
|
14
|
+
"description": "Extract of the article",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"author": {
|
|
18
|
+
"type": "array",
|
|
19
|
+
"items": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"description": "Authors"
|
|
23
|
+
},
|
|
24
|
+
"published": {
|
|
25
|
+
"description": "Year of publication",
|
|
26
|
+
"type": "string"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"required": [
|
|
30
|
+
"title",
|
|
31
|
+
"author"
|
|
32
|
+
],
|
|
33
|
+
"description": "Wikipedia entry: Data obtainable from cataloging"
|
|
34
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"status": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"Pending",
|
|
9
|
+
"In Progress",
|
|
10
|
+
"Read",
|
|
11
|
+
"Consolidated"
|
|
12
|
+
],
|
|
13
|
+
"description": "Reading status"
|
|
14
|
+
},
|
|
15
|
+
"projects": {
|
|
16
|
+
"type": "array",
|
|
17
|
+
"items": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"description": "Projects"
|
|
21
|
+
},
|
|
22
|
+
"topics": {
|
|
23
|
+
"type": "array",
|
|
24
|
+
"items": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"description": "Topics"
|
|
28
|
+
},
|
|
29
|
+
"rating": {
|
|
30
|
+
"type": "number",
|
|
31
|
+
"description": "Rating of the article"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"required": [
|
|
35
|
+
"status",
|
|
36
|
+
"projects",
|
|
37
|
+
"topics",
|
|
38
|
+
"rating"
|
|
39
|
+
],
|
|
40
|
+
"description": "Wikipedia entry: Additional data"
|
|
41
|
+
}
|