@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.
Files changed (240) hide show
  1. package/CHANGELOG.md +179 -0
  2. package/README.md +83 -0
  3. package/en/Note.ts +2 -0
  4. package/en/Wikipedia/index.ts +18 -0
  5. package/en/Wikipedia/types.ts +10 -0
  6. package/en/index.ts +1 -0
  7. package/es/Article/index.ts +19 -23
  8. package/es/Article/types.ts +1 -4
  9. package/es/Book/index.ts +23 -27
  10. package/es/Book/types.ts +1 -4
  11. package/es/Clothing/index.ts +29 -14
  12. package/es/Clothing/types.ts +1 -3
  13. package/es/Core/Area.ts +66 -0
  14. package/es/Core/Common.ts +43 -0
  15. package/es/Core/Format.ts +28 -0
  16. package/es/Core/Rating.ts +33 -0
  17. package/es/Core/Resource.ts +18 -0
  18. package/es/Core/Source.ts +37 -0
  19. package/es/Core/Subtype.ts +8 -0
  20. package/es/Core/Type.ts +36 -0
  21. package/es/Core/index.ts +9 -0
  22. package/es/DataTypes/Color.ts +22 -0
  23. package/es/DataTypes/Date.ts +45 -0
  24. package/es/DataTypes/Icon.ts +7 -0
  25. package/es/DataTypes/Image.ts +9 -0
  26. package/es/DataTypes/Language.ts +11 -0
  27. package/es/DataTypes/Status.ts +8 -0
  28. package/es/DataTypes/Wikilink.ts +16 -0
  29. package/es/DataTypes/index.ts +7 -0
  30. package/es/EncyclopediaEntry/index.ts +30 -0
  31. package/es/EncyclopediaEntry/types.ts +8 -0
  32. package/es/Movie/MovieExternalId.ts +7 -0
  33. package/es/Movie/index.ts +25 -28
  34. package/es/Movie/types.ts +1 -4
  35. package/es/Note.ts +6 -0
  36. package/es/Painting/index.ts +23 -0
  37. package/es/Painting/types.ts +6 -0
  38. package/es/Video/index.ts +35 -0
  39. package/es/Video/types.ts +9 -0
  40. package/es/index.ts +3 -0
  41. package/es/types.ts +3 -0
  42. package/json-schemas/ArticleSchema.json +0 -1
  43. package/json-schemas/BookSchema.json +0 -1
  44. package/json-schemas/CatalogArticleSchema.json +0 -1
  45. package/json-schemas/CatalogBookSchema.json +0 -1
  46. package/json-schemas/CatalogClothingSchema.json +0 -1
  47. package/json-schemas/CatalogMovieSchema.json +0 -1
  48. package/json-schemas/{es/CatalogArticleSchema.json → CatalogWikipediaSchema.json} +6 -7
  49. package/json-schemas/ClothingSchema.json +0 -2
  50. package/json-schemas/DetailedArticleSchema.json +0 -1
  51. package/json-schemas/DetailedBookSchema.json +0 -1
  52. package/json-schemas/DetailedClothingSchema.json +0 -2
  53. package/json-schemas/DetailedMovieSchema.json +0 -1
  54. package/json-schemas/{es/Article/DetailedArticleSchema.json → DetailedWikipediaSchema.json} +9 -10
  55. package/json-schemas/MetaArticleSchema.json +0 -1
  56. package/json-schemas/MetaBookSchema.json +0 -1
  57. package/json-schemas/MetaClothingSchema.json +0 -1
  58. package/json-schemas/MetaMovieSchema.json +0 -1
  59. package/json-schemas/{es/Book/MetaBookSchema.json → MetaWikipediaSchema.json} +11 -12
  60. package/json-schemas/MovieSchema.json +0 -1
  61. package/json-schemas/NoteSchema.json +106 -5
  62. package/json-schemas/WikipediaSchema.json +107 -0
  63. package/json-schemas/common/Palette.json +14 -0
  64. package/json-schemas/common/Scheme.json +11 -0
  65. package/json-schemas/common/index.json +32 -0
  66. package/json-schemas/en/Article/ArticleSchema.json +0 -1
  67. package/json-schemas/en/Article/CatalogArticleSchema.json +0 -1
  68. package/json-schemas/en/Article/DetailedArticleSchema.json +0 -1
  69. package/json-schemas/en/Article/MetaArticleSchema.json +0 -1
  70. package/json-schemas/en/Article/index.json +0 -4
  71. package/json-schemas/en/ArticleSchema.json +0 -1
  72. package/json-schemas/en/Book/BookSchema.json +0 -1
  73. package/json-schemas/en/Book/CatalogBookSchema.json +0 -1
  74. package/json-schemas/en/Book/DetailedBookSchema.json +0 -1
  75. package/json-schemas/en/Book/MetaBookSchema.json +0 -1
  76. package/json-schemas/en/Book/index.json +0 -4
  77. package/json-schemas/en/BookSchema.json +0 -1
  78. package/json-schemas/en/CatalogArticleSchema.json +0 -1
  79. package/json-schemas/en/CatalogBookSchema.json +0 -1
  80. package/json-schemas/en/CatalogClothingSchema.json +0 -1
  81. package/json-schemas/en/CatalogMovieSchema.json +0 -1
  82. package/json-schemas/{es/Article/CatalogArticleSchema.json → en/CatalogWikipediaSchema.json} +6 -7
  83. package/json-schemas/en/Clothing/CatalogClothingSchema.json +0 -1
  84. package/json-schemas/en/Clothing/ClothingSchema.json +0 -2
  85. package/json-schemas/en/Clothing/DetailedClothingSchema.json +0 -2
  86. package/json-schemas/en/Clothing/MetaClothingSchema.json +0 -1
  87. package/json-schemas/en/Clothing/index.json +0 -6
  88. package/json-schemas/en/ClothingSchema.json +0 -2
  89. package/json-schemas/en/DetailedArticleSchema.json +0 -1
  90. package/json-schemas/en/DetailedBookSchema.json +0 -1
  91. package/json-schemas/en/DetailedClothingSchema.json +0 -2
  92. package/json-schemas/en/DetailedMovieSchema.json +0 -1
  93. package/json-schemas/{es/DetailedArticleSchema.json → en/DetailedWikipediaSchema.json} +9 -10
  94. package/json-schemas/en/MetaArticleSchema.json +0 -1
  95. package/json-schemas/en/MetaBookSchema.json +0 -1
  96. package/json-schemas/en/MetaClothingSchema.json +0 -1
  97. package/json-schemas/en/MetaMovieSchema.json +0 -1
  98. package/json-schemas/{es/MetaBookSchema.json → en/MetaWikipediaSchema.json} +11 -12
  99. package/json-schemas/en/Movie/CatalogMovieSchema.json +0 -1
  100. package/json-schemas/en/Movie/DetailedMovieSchema.json +0 -1
  101. package/json-schemas/en/Movie/MetaMovieSchema.json +0 -1
  102. package/json-schemas/en/Movie/MovieSchema.json +0 -1
  103. package/json-schemas/en/Movie/index.json +0 -4
  104. package/json-schemas/en/MovieSchema.json +0 -1
  105. package/json-schemas/en/NoteSchema.json +106 -5
  106. package/json-schemas/en/Wikipedia/CatalogWikipediaSchema.json +34 -0
  107. package/json-schemas/en/Wikipedia/DetailedWikipediaSchema.json +41 -0
  108. package/json-schemas/{es/Article/MetaArticleSchema.json → en/Wikipedia/MetaWikipediaSchema.json} +14 -10
  109. package/json-schemas/en/Wikipedia/WikipediaSchema.json +107 -0
  110. package/json-schemas/en/Wikipedia/index.json +239 -0
  111. package/json-schemas/en/WikipediaSchema.json +107 -0
  112. package/json-schemas/en/index.json +338 -23
  113. package/json-schemas/es/Article/ArticleSchema.json +202 -61
  114. package/json-schemas/es/Article/index.json +196 -178
  115. package/json-schemas/es/ArticleSchema.json +202 -61
  116. package/json-schemas/es/Book/BookSchema.json +240 -80
  117. package/json-schemas/es/Book/index.json +226 -210
  118. package/json-schemas/es/BookSchema.json +240 -80
  119. package/json-schemas/es/CatalogClothingSchema.json +1 -1
  120. package/json-schemas/es/Clothing/CatalogClothingSchema.json +1 -1
  121. package/json-schemas/es/Clothing/ClothingSchema.json +173 -46
  122. package/json-schemas/es/Clothing/index.json +174 -163
  123. package/json-schemas/es/ClothingSchema.json +173 -46
  124. package/json-schemas/es/Core/Articles.json +6 -0
  125. package/json-schemas/es/Core/Atrocious.json +6 -0
  126. package/json-schemas/es/Core/Bad.json +6 -0
  127. package/json-schemas/es/Core/Books.json +6 -0
  128. package/json-schemas/es/Core/Capabilities.json +6 -0
  129. package/json-schemas/es/Core/Chronicles.json +6 -0
  130. package/json-schemas/es/Core/Clothes.json +6 -0
  131. package/json-schemas/es/Core/CommonSchema.json +165 -0
  132. package/json-schemas/es/Core/Creativity.json +6 -0
  133. package/json-schemas/es/Core/EncyclopediaEntries.json +6 -0
  134. package/json-schemas/es/Core/Energy.json +6 -0
  135. package/json-schemas/es/Core/Entities.json +6 -0
  136. package/json-schemas/es/Core/Evil.json +6 -0
  137. package/json-schemas/es/Core/Excellent.json +6 -0
  138. package/json-schemas/es/Core/Exercise.json +6 -0
  139. package/json-schemas/es/Core/Exploration.json +6 -0
  140. package/json-schemas/es/Core/Extracts.json +6 -0
  141. package/json-schemas/es/Core/Finances.json +6 -0
  142. package/json-schemas/es/Core/Food.json +6 -0
  143. package/json-schemas/es/Core/Format.json +13 -0
  144. package/json-schemas/es/Core/Good.json +6 -0
  145. package/json-schemas/es/Core/Health.json +6 -0
  146. package/json-schemas/es/Core/Home.json +6 -0
  147. package/json-schemas/es/Core/Knowledge.json +6 -0
  148. package/json-schemas/es/Core/Links.json +6 -0
  149. package/json-schemas/es/Core/MentalHealth.json +6 -0
  150. package/json-schemas/es/Core/Movies.json +6 -0
  151. package/json-schemas/es/Core/Paintings.json +6 -0
  152. package/json-schemas/es/Core/Passable.json +6 -0
  153. package/json-schemas/es/Core/Perfect.json +6 -0
  154. package/json-schemas/es/Core/Productivity.json +6 -0
  155. package/json-schemas/es/Core/Publications.json +6 -0
  156. package/json-schemas/es/Core/Rating.json +41 -0
  157. package/json-schemas/es/Core/ResourceSchema.json +171 -0
  158. package/json-schemas/es/Core/Resources.json +6 -0
  159. package/json-schemas/es/Core/ResourcesSubtype.json +11 -0
  160. package/json-schemas/es/Core/Scenarios.json +6 -0
  161. package/json-schemas/es/Core/SourceSchema.json +209 -0
  162. package/json-schemas/es/Core/Sources.json +6 -0
  163. package/json-schemas/es/Core/SourcesFormat.json +16 -0
  164. package/json-schemas/es/Core/StructuredThinking.json +6 -0
  165. package/json-schemas/es/Core/Subtype.json +8 -0
  166. package/json-schemas/es/Core/Type.json +15 -0
  167. package/json-schemas/es/Core/Videos.json +6 -0
  168. package/json-schemas/es/Core/Work.json +6 -0
  169. package/json-schemas/es/Core/index.json +939 -0
  170. package/json-schemas/es/DataTypes/Blue.json +6 -0
  171. package/json-schemas/es/DataTypes/Color.json +6 -0
  172. package/json-schemas/es/DataTypes/Consolidated.json +5 -0
  173. package/json-schemas/es/DataTypes/Date.json +21 -0
  174. package/json-schemas/es/DataTypes/DateTime.json +6 -0
  175. package/json-schemas/es/DataTypes/DateTimeOffset.json +6 -0
  176. package/json-schemas/es/DataTypes/Embedding.json +6 -0
  177. package/json-schemas/es/DataTypes/FullDate.json +6 -0
  178. package/json-schemas/es/DataTypes/Hex.json +6 -0
  179. package/json-schemas/es/DataTypes/Icon.json +6 -0
  180. package/json-schemas/es/DataTypes/Image.json +15 -0
  181. package/json-schemas/es/DataTypes/InProgress.json +5 -0
  182. package/json-schemas/es/DataTypes/Language.json +6 -0
  183. package/json-schemas/es/DataTypes/LanguageTag.json +6 -0
  184. package/json-schemas/es/DataTypes/Month.json +6 -0
  185. package/json-schemas/es/DataTypes/Orange.json +6 -0
  186. package/json-schemas/es/DataTypes/OrdinalDate.json +6 -0
  187. package/json-schemas/es/DataTypes/Pending.json +5 -0
  188. package/json-schemas/es/DataTypes/Read.json +5 -0
  189. package/json-schemas/es/DataTypes/Seen.json +5 -0
  190. package/json-schemas/es/DataTypes/Time.json +6 -0
  191. package/json-schemas/es/DataTypes/Watched.json +5 -0
  192. package/json-schemas/es/DataTypes/Week.json +6 -0
  193. package/json-schemas/es/DataTypes/WeekWithWeekDay.json +6 -0
  194. package/json-schemas/es/DataTypes/Wikilink.json +6 -0
  195. package/json-schemas/es/DataTypes/WikilinkOrEmbedding.json +6 -0
  196. package/json-schemas/es/DataTypes/Year.json +6 -0
  197. package/json-schemas/es/DataTypes/Yellow.json +6 -0
  198. package/json-schemas/es/DataTypes/index.json +193 -0
  199. package/json-schemas/es/EncyclopediaEntry/EncyclopediaEntrySchema.json +252 -0
  200. package/json-schemas/es/EncyclopediaEntry/WikipediaEntrySchema.json +257 -0
  201. package/json-schemas/es/EncyclopediaEntry/index.json +516 -0
  202. package/json-schemas/es/EncyclopediaEntrySchema.json +252 -0
  203. package/json-schemas/es/Movie/MovieExternalId.json +5 -0
  204. package/json-schemas/es/Movie/MovieSchema.json +233 -80
  205. package/json-schemas/es/Movie/index.json +224 -214
  206. package/json-schemas/es/MovieSchema.json +233 -80
  207. package/json-schemas/es/NoteSchema.json +1540 -248
  208. package/json-schemas/es/Painting/PaintingSchema.json +232 -0
  209. package/json-schemas/es/Painting/index.json +239 -0
  210. package/json-schemas/es/PaintingSchema.json +232 -0
  211. package/json-schemas/es/Video/VideoSchema.json +230 -0
  212. package/json-schemas/es/Video/VimeoSchema.json +221 -0
  213. package/json-schemas/es/Video/YoutubeSchema.json +221 -0
  214. package/json-schemas/es/Video/index.json +679 -0
  215. package/json-schemas/es/VideoSchema.json +230 -0
  216. package/json-schemas/es/VimeoSchema.json +221 -0
  217. package/json-schemas/es/WikipediaEntrySchema.json +257 -0
  218. package/json-schemas/es/YoutubeSchema.json +221 -0
  219. package/json-schemas/es/index.json +3655 -967
  220. package/json-schemas/index.json +338 -23
  221. package/package.json +10 -4
  222. package/es/Areas.ts +0 -24
  223. package/json-schemas/es/Book/CatalogBookSchema.json +0 -44
  224. package/json-schemas/es/Book/DetailedBookSchema.json +0 -49
  225. package/json-schemas/es/CatalogBookSchema.json +0 -44
  226. package/json-schemas/es/CatalogMovieSchema.json +0 -49
  227. package/json-schemas/es/Clothing/DetailedClothingSchema.json +0 -75
  228. package/json-schemas/es/Clothing/MetaClothingSchema.json +0 -41
  229. package/json-schemas/es/DetailedBookSchema.json +0 -49
  230. package/json-schemas/es/DetailedClothingSchema.json +0 -75
  231. package/json-schemas/es/DetailedMovieSchema.json +0 -48
  232. package/json-schemas/es/MetaArticleSchema.json +0 -46
  233. package/json-schemas/es/MetaClothingSchema.json +0 -41
  234. package/json-schemas/es/MetaMovieSchema.json +0 -51
  235. package/json-schemas/es/Movie/CatalogMovieSchema.json +0 -49
  236. package/json-schemas/es/Movie/DetailedMovieSchema.json +0 -48
  237. package/json-schemas/es/Movie/MetaMovieSchema.json +0 -51
  238. /package/json-schemas/es/{Area.json → Core/Area.json} +0 -0
  239. /package/json-schemas/es/{Areas.json → Core/Areas.json} +0 -0
  240. /package/json-schemas/es/{FirstLevelArea.json → Core/FirstLevelArea.json} +0 -0
@@ -119,6 +119,5 @@
119
119
  "url",
120
120
  "read_url"
121
121
  ],
122
- "additionalProperties": false,
123
122
  "description": "Book"
124
123
  }
@@ -30,6 +30,5 @@
30
30
  "title",
31
31
  "author"
32
32
  ],
33
- "additionalProperties": false,
34
33
  "description": "Article: Data obtained from catalogation"
35
34
  }
@@ -39,6 +39,5 @@
39
39
  "published",
40
40
  "categories"
41
41
  ],
42
- "additionalProperties": false,
43
42
  "description": "Book: Data obtained from catalogation"
44
43
  }
@@ -287,6 +287,5 @@
287
287
  "primary_color",
288
288
  "layer"
289
289
  ],
290
- "additionalProperties": false,
291
290
  "description": "Clothing item: Catalogable data"
292
291
  }
@@ -44,6 +44,5 @@
44
44
  "published",
45
45
  "genres"
46
46
  ],
47
- "additionalProperties": false,
48
47
  "description": "Movie: Data obtained from catalogation"
49
48
  }
@@ -4,14 +4,14 @@
4
4
  "properties": {
5
5
  "title": {
6
6
  "type": "string",
7
- "description": "Título del artículo"
7
+ "description": "Title of the Wikipedia entry"
8
8
  },
9
9
  "description": {
10
- "description": "Descripción",
10
+ "description": "Description",
11
11
  "type": "string"
12
12
  },
13
13
  "excerpt": {
14
- "description": "Extracto del artículo",
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": "Autores"
22
+ "description": "Authors"
23
23
  },
24
24
  "published": {
25
- "description": "Año de publicación",
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
- "additionalProperties": false,
34
- "description": "Artículo: Datos obtenibles de catalogación"
33
+ "description": "Wikipedia entry: Data obtainable from cataloging"
35
34
  }
@@ -287,6 +287,5 @@
287
287
  "primary_color",
288
288
  "layer"
289
289
  ],
290
- "additionalProperties": false,
291
290
  "description": "Clothing item: Catalogable data"
292
291
  }
@@ -375,7 +375,6 @@
375
375
  "slot",
376
376
  "primary_color",
377
377
  "layer",
378
- "status",
379
378
  "size",
380
379
  "type",
381
380
  "subtype",
@@ -383,6 +382,5 @@
383
382
  "color",
384
383
  "icon"
385
384
  ],
386
- "additionalProperties": false,
387
385
  "description": "Clothing item"
388
386
  }
@@ -67,9 +67,7 @@
67
67
  }
68
68
  },
69
69
  "required": [
70
- "status",
71
70
  "size"
72
71
  ],
73
- "additionalProperties": false,
74
72
  "description": "Clothing item: Additional hard-to-obtain data"
75
73
  }
@@ -36,6 +36,5 @@
36
36
  "color",
37
37
  "icon"
38
38
  ],
39
- "additionalProperties": false,
40
39
  "description": "Clothing item: Note metadata"
41
40
  }
@@ -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
  }
@@ -375,7 +375,6 @@
375
375
  "slot",
376
376
  "primary_color",
377
377
  "layer",
378
- "status",
379
378
  "size",
380
379
  "type",
381
380
  "subtype",
@@ -383,6 +382,5 @@
383
382
  "color",
384
383
  "icon"
385
384
  ],
386
- "additionalProperties": false,
387
385
  "description": "Clothing item"
388
386
  }
@@ -37,6 +37,5 @@
37
37
  "topics",
38
38
  "rating"
39
39
  ],
40
- "additionalProperties": false,
41
40
  "description": "Article: Additional data"
42
41
  }
@@ -44,6 +44,5 @@
44
44
  "last_time_read",
45
45
  "times_read"
46
46
  ],
47
- "additionalProperties": false,
48
47
  "description": "Book: Additional data"
49
48
  }
@@ -67,9 +67,7 @@
67
67
  }
68
68
  },
69
69
  "required": [
70
- "status",
71
70
  "size"
72
71
  ],
73
- "additionalProperties": false,
74
72
  "description": "Clothing item: Additional hard-to-obtain data"
75
73
  }
@@ -43,6 +43,5 @@
43
43
  "last_time_watched",
44
44
  "times_watched"
45
45
  ],
46
- "additionalProperties": false,
47
46
  "description": "Movie: Additional data"
48
47
  }
@@ -5,30 +5,30 @@
5
5
  "status": {
6
6
  "type": "string",
7
7
  "enum": [
8
- "Pendiente",
9
- "En Proceso",
10
- "Leído",
11
- "Consolidado"
8
+ "Pending",
9
+ "In Progress",
10
+ "Read",
11
+ "Consolidated"
12
12
  ],
13
- "description": "Estado de lectura"
13
+ "description": "Reading status"
14
14
  },
15
15
  "projects": {
16
16
  "type": "array",
17
17
  "items": {
18
18
  "type": "string"
19
19
  },
20
- "description": "Proyectos"
20
+ "description": "Projects"
21
21
  },
22
22
  "topics": {
23
23
  "type": "array",
24
24
  "items": {
25
25
  "type": "string"
26
26
  },
27
- "description": "Temas"
27
+ "description": "Topics"
28
28
  },
29
29
  "rating": {
30
30
  "type": "number",
31
- "description": "Puntuación del artículo"
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
- "additionalProperties": false,
41
- "description": "Artículo: Datos adicionales"
40
+ "description": "Wikipedia entry: Additional data"
42
41
  }
@@ -41,6 +41,5 @@
41
41
  "icon",
42
42
  "url"
43
43
  ],
44
- "additionalProperties": false,
45
44
  "description": "Article: Metadata of Note"
46
45
  }
@@ -46,6 +46,5 @@
46
46
  "url",
47
47
  "read_url"
48
48
  ],
49
- "additionalProperties": false,
50
49
  "description": "Book: Metadata of Note"
51
50
  }
@@ -36,6 +36,5 @@
36
36
  "color",
37
37
  "icon"
38
38
  ],
39
- "additionalProperties": false,
40
39
  "description": "Clothing item: Note metadata"
41
40
  }
@@ -46,6 +46,5 @@
46
46
  "url",
47
47
  "watch_url"
48
48
  ],
49
- "additionalProperties": false,
50
49
  "description": "Movie: Metadata of Note"
51
50
  }
@@ -4,11 +4,11 @@
4
4
  "properties": {
5
5
  "type": {
6
6
  "type": "string",
7
- "const": "[[Fuentes]]"
7
+ "const": "[[Sources]]"
8
8
  },
9
9
  "format": {
10
10
  "type": "string",
11
- "const": "[[Libros]]"
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
- "type": "string",
26
- "const": "book"
25
+ "default": "wikipedia",
26
+ "description": "Lucide icon.",
27
+ "type": "string"
27
28
  },
28
- "cover": {
29
+ "banner": {
29
30
  "type": "string"
30
31
  },
31
32
  "url": {
32
33
  "type": "string",
33
- "description": "URL del libro en Amazon o similar"
34
+ "description": "URL of the article"
34
35
  },
35
- "read_url": {
36
+ "platform": {
36
37
  "type": "string",
37
- "description": "URL de la lectura del libro"
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
- "read_url"
47
+ "platform"
48
48
  ],
49
- "additionalProperties": false,
50
- "description": "Libro: Metadatos de Nota"
49
+ "description": "Wikipedia entry: Metadata of Note"
51
50
  }
@@ -44,6 +44,5 @@
44
44
  "published",
45
45
  "genres"
46
46
  ],
47
- "additionalProperties": false,
48
47
  "description": "Movie: Data obtained from catalogation"
49
48
  }
@@ -43,6 +43,5 @@
43
43
  "last_time_watched",
44
44
  "times_watched"
45
45
  ],
46
- "additionalProperties": false,
47
46
  "description": "Movie: Additional data"
48
47
  }
@@ -46,6 +46,5 @@
46
46
  "url",
47
47
  "watch_url"
48
48
  ],
49
- "additionalProperties": false,
50
49
  "description": "Movie: Metadata of Note"
51
50
  }
@@ -123,6 +123,5 @@
123
123
  "url",
124
124
  "watch_url"
125
125
  ],
126
- "additionalProperties": false,
127
126
  "description": "Movie"
128
127
  }
@@ -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
  }
@@ -123,6 +123,5 @@
123
123
  "url",
124
124
  "watch_url"
125
125
  ],
126
- "additionalProperties": false,
127
126
  "description": "Movie"
128
127
  }
@@ -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
+ }