@segha/catalog 2.0.0 → 2.2.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 +29 -0
- package/README.md +355 -4
- package/en/Areas.ts +24 -0
- package/en/Article/index.ts +29 -0
- package/en/Article/types.ts +9 -0
- package/en/Book/index.ts +33 -0
- package/en/Book/types.ts +9 -0
- package/en/Clothing/index.ts +9 -9
- package/en/Movie/index.ts +34 -0
- package/en/Movie/types.ts +9 -0
- package/en/Note.ts +15 -0
- package/en/Wikipedia/index.ts +18 -0
- package/en/Wikipedia/types.ts +10 -0
- package/en/index.ts +5 -1
- package/en/types.ts +7 -0
- package/es/Areas.ts +24 -0
- package/es/Article/index.ts +34 -0
- package/es/Article/types.ts +9 -0
- package/es/Book/index.ts +36 -0
- package/es/Book/types.ts +9 -0
- package/es/Clothing/index.ts +11 -10
- package/es/Icon.ts +1673 -0
- package/es/Movie/index.ts +36 -0
- package/es/Movie/types.ts +9 -0
- package/es/Note.ts +19 -0
- package/es/Painting/index.ts +30 -0
- package/es/Painting/types.ts +9 -0
- package/es/Wikipedia/index.ts +18 -0
- package/es/Wikipedia/types.ts +10 -0
- package/es/Youtube/index.ts +19 -0
- package/es/Youtube/types.ts +10 -0
- package/es/index.ts +7 -0
- package/es/types.ts +10 -0
- package/json-schemas/ArticleSchema.json +102 -0
- package/json-schemas/BookSchema.json +123 -0
- package/json-schemas/CatalogArticleSchema.json +34 -0
- package/json-schemas/CatalogBookSchema.json +43 -0
- package/json-schemas/CatalogClothingSchema.json +0 -1
- package/json-schemas/CatalogMovieSchema.json +48 -0
- package/json-schemas/CatalogWikipediaSchema.json +34 -0
- package/json-schemas/ClothingSchema.json +0 -2
- package/json-schemas/DetailedArticleSchema.json +41 -0
- package/json-schemas/DetailedBookSchema.json +48 -0
- package/json-schemas/DetailedClothingSchema.json +0 -2
- package/json-schemas/DetailedMovieSchema.json +47 -0
- package/json-schemas/DetailedWikipediaSchema.json +41 -0
- package/json-schemas/MetaArticleSchema.json +45 -0
- package/json-schemas/MetaBookSchema.json +50 -0
- package/json-schemas/MetaClothingSchema.json +0 -1
- package/json-schemas/MetaMovieSchema.json +50 -0
- package/json-schemas/MetaWikipediaSchema.json +50 -0
- package/json-schemas/MovieSchema.json +127 -0
- package/json-schemas/NoteSchema.json +846 -0
- package/json-schemas/WikipediaSchema.json +107 -0
- package/json-schemas/en/Area.json +21 -0
- package/json-schemas/en/Areas.json +25 -0
- package/json-schemas/en/Article/ArticleSchema.json +102 -0
- package/json-schemas/en/Article/CatalogArticleSchema.json +34 -0
- package/json-schemas/en/Article/DetailedArticleSchema.json +41 -0
- package/json-schemas/en/Article/MetaArticleSchema.json +45 -0
- package/json-schemas/en/Article/index.json +229 -0
- package/json-schemas/en/ArticleSchema.json +102 -0
- package/json-schemas/en/Book/BookSchema.json +123 -0
- package/json-schemas/en/Book/CatalogBookSchema.json +43 -0
- package/json-schemas/en/Book/DetailedBookSchema.json +48 -0
- package/json-schemas/en/Book/MetaBookSchema.json +50 -0
- package/json-schemas/en/Book/index.json +271 -0
- package/json-schemas/en/BookSchema.json +123 -0
- package/json-schemas/en/CatalogArticleSchema.json +34 -0
- package/json-schemas/en/CatalogBookSchema.json +43 -0
- package/json-schemas/en/CatalogClothingSchema.json +0 -1
- package/json-schemas/en/CatalogMovieSchema.json +48 -0
- package/json-schemas/en/CatalogWikipediaSchema.json +34 -0
- 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 +41 -0
- package/json-schemas/en/DetailedBookSchema.json +48 -0
- package/json-schemas/en/DetailedClothingSchema.json +0 -2
- package/json-schemas/en/DetailedMovieSchema.json +47 -0
- package/json-schemas/en/DetailedWikipediaSchema.json +41 -0
- package/json-schemas/en/FirstLevelArea.json +21 -0
- package/json-schemas/en/MetaArticleSchema.json +45 -0
- package/json-schemas/en/MetaBookSchema.json +50 -0
- package/json-schemas/en/MetaClothingSchema.json +0 -1
- package/json-schemas/en/MetaMovieSchema.json +50 -0
- package/json-schemas/en/MetaWikipediaSchema.json +50 -0
- package/json-schemas/en/Movie/CatalogMovieSchema.json +48 -0
- package/json-schemas/en/Movie/DetailedMovieSchema.json +47 -0
- package/json-schemas/en/Movie/MetaMovieSchema.json +50 -0
- package/json-schemas/en/Movie/MovieSchema.json +127 -0
- package/json-schemas/en/Movie/index.json +279 -0
- package/json-schemas/en/MovieSchema.json +127 -0
- package/json-schemas/en/NoteSchema.json +846 -0
- package/json-schemas/en/Wikipedia/CatalogWikipediaSchema.json +34 -0
- package/json-schemas/en/Wikipedia/DetailedWikipediaSchema.json +41 -0
- package/json-schemas/en/Wikipedia/MetaWikipediaSchema.json +50 -0
- 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 +1923 -26
- package/json-schemas/es/Area.json +21 -0
- package/json-schemas/es/Areas.json +25 -0
- package/json-schemas/es/Article/ArticleSchema.json +138 -0
- package/json-schemas/es/Article/CatalogArticleSchema.json +47 -0
- package/json-schemas/es/Article/DetailedArticleSchema.json +38 -0
- package/json-schemas/es/Article/MetaArticleSchema.json +71 -0
- package/json-schemas/es/Article/index.json +301 -0
- package/json-schemas/es/ArticleSchema.json +138 -0
- package/json-schemas/es/Book/BookSchema.json +141 -0
- package/json-schemas/es/Book/CatalogBookSchema.json +48 -0
- package/json-schemas/es/Book/DetailedBookSchema.json +43 -0
- package/json-schemas/es/Book/MetaBookSchema.json +68 -0
- package/json-schemas/es/Book/index.json +307 -0
- package/json-schemas/es/BookSchema.json +141 -0
- package/json-schemas/es/CatalogArticleSchema.json +47 -0
- package/json-schemas/es/CatalogBookSchema.json +48 -0
- package/json-schemas/es/CatalogClothingSchema.json +0 -1
- package/json-schemas/es/CatalogMovieSchema.json +50 -0
- package/json-schemas/es/CatalogPaintingSchema.json +26 -0
- package/json-schemas/es/CatalogWikipediaSchema.json +47 -0
- package/json-schemas/es/CatalogYoutubeSchema.json +47 -0
- package/json-schemas/es/Clothing/CatalogClothingSchema.json +0 -1
- package/json-schemas/es/Clothing/ClothingSchema.json +30 -12
- package/json-schemas/es/Clothing/DetailedClothingSchema.json +1 -3
- package/json-schemas/es/Clothing/MetaClothingSchema.json +30 -11
- package/json-schemas/es/Clothing/index.json +61 -27
- package/json-schemas/es/ClothingSchema.json +30 -12
- package/json-schemas/es/DetailedArticleSchema.json +38 -0
- package/json-schemas/es/DetailedBookSchema.json +43 -0
- package/json-schemas/es/DetailedClothingSchema.json +1 -3
- package/json-schemas/es/DetailedMovieSchema.json +49 -0
- package/json-schemas/es/DetailedPaintingSchema.json +33 -0
- package/json-schemas/es/DetailedWikipediaSchema.json +38 -0
- package/json-schemas/es/DetailedYoutubeSchema.json +37 -0
- package/json-schemas/es/FirstLevelArea.json +21 -0
- package/json-schemas/es/Icon.json +1675 -0
- package/json-schemas/es/MetaArticleSchema.json +71 -0
- package/json-schemas/es/MetaBookSchema.json +68 -0
- package/json-schemas/es/MetaClothingSchema.json +30 -11
- package/json-schemas/es/MetaMovieSchema.json +69 -0
- package/json-schemas/es/MetaPaintingSchema.json +61 -0
- package/json-schemas/es/MetaWikipediaSchema.json +76 -0
- package/json-schemas/es/MetaYoutubeSchema.json +76 -0
- package/json-schemas/es/Movie/CatalogMovieSchema.json +50 -0
- package/json-schemas/es/Movie/DetailedMovieSchema.json +49 -0
- package/json-schemas/es/Movie/MetaMovieSchema.json +69 -0
- package/json-schemas/es/Movie/MovieSchema.json +150 -0
- package/json-schemas/es/Movie/index.json +325 -0
- package/json-schemas/es/MovieSchema.json +150 -0
- package/json-schemas/es/NoteSchema.json +1226 -0
- package/json-schemas/es/Painting/CatalogPaintingSchema.json +26 -0
- package/json-schemas/es/Painting/DetailedPaintingSchema.json +33 -0
- package/json-schemas/es/Painting/MetaPaintingSchema.json +61 -0
- package/json-schemas/es/Painting/PaintingSchema.json +106 -0
- package/json-schemas/es/Painting/index.json +233 -0
- package/json-schemas/es/PaintingSchema.json +106 -0
- package/json-schemas/es/Wikipedia/CatalogWikipediaSchema.json +47 -0
- package/json-schemas/es/Wikipedia/DetailedWikipediaSchema.json +38 -0
- package/json-schemas/es/Wikipedia/MetaWikipediaSchema.json +76 -0
- package/json-schemas/es/Wikipedia/WikipediaSchema.json +143 -0
- package/json-schemas/es/Wikipedia/index.json +311 -0
- package/json-schemas/es/WikipediaSchema.json +143 -0
- package/json-schemas/es/Youtube/CatalogYoutubeSchema.json +47 -0
- package/json-schemas/es/Youtube/DetailedYoutubeSchema.json +37 -0
- package/json-schemas/es/Youtube/MetaYoutubeSchema.json +76 -0
- package/json-schemas/es/Youtube/YoutubeSchema.json +142 -0
- package/json-schemas/es/Youtube/index.json +309 -0
- package/json-schemas/es/YoutubeSchema.json +142 -0
- package/json-schemas/es/index.json +4849 -103
- package/json-schemas/index.json +1850 -20
- package/package.json +3 -3
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"title": "@segha/catalog/es/Book",
|
|
4
|
+
"description": "Schemas for Petroglyph Catalog",
|
|
5
|
+
"$defs": {
|
|
6
|
+
"BookSchema": {
|
|
7
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"title": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "Título del libro"
|
|
13
|
+
},
|
|
14
|
+
"subtitle": {
|
|
15
|
+
"description": "Subtítulo del libro",
|
|
16
|
+
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
"description": {
|
|
19
|
+
"description": "Descripción del libro",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"author": {
|
|
23
|
+
"type": "array",
|
|
24
|
+
"items": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"description": "Autores"
|
|
28
|
+
},
|
|
29
|
+
"published": {
|
|
30
|
+
"description": "Año de publicación",
|
|
31
|
+
"anyOf": [
|
|
32
|
+
{
|
|
33
|
+
"type": "string"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"type": "number"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"categories": {
|
|
41
|
+
"description": "Géneros",
|
|
42
|
+
"type": "array",
|
|
43
|
+
"items": {
|
|
44
|
+
"type": "string"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"status": {
|
|
48
|
+
"type": "string",
|
|
49
|
+
"enum": [
|
|
50
|
+
"Pendiente",
|
|
51
|
+
"En Proceso",
|
|
52
|
+
"Leído",
|
|
53
|
+
"Consolidado"
|
|
54
|
+
],
|
|
55
|
+
"description": "Estado de lectura"
|
|
56
|
+
},
|
|
57
|
+
"topics": {
|
|
58
|
+
"description": "Temas",
|
|
59
|
+
"type": "array",
|
|
60
|
+
"items": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"rating": {
|
|
65
|
+
"description": "Puntuación del libro",
|
|
66
|
+
"type": "number"
|
|
67
|
+
},
|
|
68
|
+
"online_rating": {
|
|
69
|
+
"description": "Puntuación en línea",
|
|
70
|
+
"type": "number"
|
|
71
|
+
},
|
|
72
|
+
"last_time_read": {
|
|
73
|
+
"description": "Última vez leído",
|
|
74
|
+
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"times_read": {
|
|
77
|
+
"description": "Veces leído",
|
|
78
|
+
"type": "number"
|
|
79
|
+
},
|
|
80
|
+
"type": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"const": "[[Fuentes]]"
|
|
83
|
+
},
|
|
84
|
+
"format": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"const": "[[Libros]]"
|
|
87
|
+
},
|
|
88
|
+
"areas": {
|
|
89
|
+
"default": [
|
|
90
|
+
"[[Conocimiento]]"
|
|
91
|
+
],
|
|
92
|
+
"type": "array",
|
|
93
|
+
"items": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"enum": [
|
|
96
|
+
"[[Alimentación]]",
|
|
97
|
+
"[[Salud]]",
|
|
98
|
+
"[[Conocimiento]]",
|
|
99
|
+
"[[Pensamiento Estructurado]]",
|
|
100
|
+
"[[Hogar]]",
|
|
101
|
+
"[[Productividad]]",
|
|
102
|
+
"[[Exploración]]",
|
|
103
|
+
"[[Vínculos]]",
|
|
104
|
+
"[[Ejercicio]]",
|
|
105
|
+
"[[Energía Vital]]",
|
|
106
|
+
"[[Trabajo]]",
|
|
107
|
+
"[[Finanzas]]",
|
|
108
|
+
"[[Salud Mental]]",
|
|
109
|
+
"[[Creatividad]]"
|
|
110
|
+
],
|
|
111
|
+
"description": "Área"
|
|
112
|
+
},
|
|
113
|
+
"description": "Áreas"
|
|
114
|
+
},
|
|
115
|
+
"color": {
|
|
116
|
+
"default": "#3171B2",
|
|
117
|
+
"description": "Color de la nota.",
|
|
118
|
+
"type": "string"
|
|
119
|
+
},
|
|
120
|
+
"icon": {
|
|
121
|
+
"default": "book",
|
|
122
|
+
"description": "Icono de Lucide.",
|
|
123
|
+
"type": "string"
|
|
124
|
+
},
|
|
125
|
+
"cover": {
|
|
126
|
+
"description": "Portada del libro.",
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
129
|
+
"url": {
|
|
130
|
+
"description": "URL del libro en Amazon o similar",
|
|
131
|
+
"type": "string"
|
|
132
|
+
},
|
|
133
|
+
"read_url": {
|
|
134
|
+
"description": "URL de la lectura del libro",
|
|
135
|
+
"type": "string"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"required": [
|
|
139
|
+
"title",
|
|
140
|
+
"author",
|
|
141
|
+
"status",
|
|
142
|
+
"type",
|
|
143
|
+
"format"
|
|
144
|
+
],
|
|
145
|
+
"description": "Libro"
|
|
146
|
+
},
|
|
147
|
+
"CatalogBookSchema": {
|
|
148
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
149
|
+
"type": "object",
|
|
150
|
+
"properties": {
|
|
151
|
+
"title": {
|
|
152
|
+
"type": "string",
|
|
153
|
+
"description": "Título del libro"
|
|
154
|
+
},
|
|
155
|
+
"subtitle": {
|
|
156
|
+
"description": "Subtítulo del libro",
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
159
|
+
"description": {
|
|
160
|
+
"description": "Descripción del libro",
|
|
161
|
+
"type": "string"
|
|
162
|
+
},
|
|
163
|
+
"author": {
|
|
164
|
+
"type": "array",
|
|
165
|
+
"items": {
|
|
166
|
+
"type": "string"
|
|
167
|
+
},
|
|
168
|
+
"description": "Autores"
|
|
169
|
+
},
|
|
170
|
+
"published": {
|
|
171
|
+
"description": "Año de publicación",
|
|
172
|
+
"anyOf": [
|
|
173
|
+
{
|
|
174
|
+
"type": "string"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"type": "number"
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
},
|
|
181
|
+
"categories": {
|
|
182
|
+
"description": "Géneros",
|
|
183
|
+
"type": "array",
|
|
184
|
+
"items": {
|
|
185
|
+
"type": "string"
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"required": [
|
|
190
|
+
"title",
|
|
191
|
+
"author"
|
|
192
|
+
],
|
|
193
|
+
"description": "Libro: Datos obtenibles de catalogación"
|
|
194
|
+
},
|
|
195
|
+
"DetailedBookSchema": {
|
|
196
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
197
|
+
"type": "object",
|
|
198
|
+
"properties": {
|
|
199
|
+
"status": {
|
|
200
|
+
"type": "string",
|
|
201
|
+
"enum": [
|
|
202
|
+
"Pendiente",
|
|
203
|
+
"En Proceso",
|
|
204
|
+
"Leído",
|
|
205
|
+
"Consolidado"
|
|
206
|
+
],
|
|
207
|
+
"description": "Estado de lectura"
|
|
208
|
+
},
|
|
209
|
+
"topics": {
|
|
210
|
+
"description": "Temas",
|
|
211
|
+
"type": "array",
|
|
212
|
+
"items": {
|
|
213
|
+
"type": "string"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"rating": {
|
|
217
|
+
"description": "Puntuación del libro",
|
|
218
|
+
"type": "number"
|
|
219
|
+
},
|
|
220
|
+
"online_rating": {
|
|
221
|
+
"description": "Puntuación en línea",
|
|
222
|
+
"type": "number"
|
|
223
|
+
},
|
|
224
|
+
"last_time_read": {
|
|
225
|
+
"description": "Última vez leído",
|
|
226
|
+
"type": "string"
|
|
227
|
+
},
|
|
228
|
+
"times_read": {
|
|
229
|
+
"description": "Veces leído",
|
|
230
|
+
"type": "number"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"required": [
|
|
234
|
+
"status"
|
|
235
|
+
],
|
|
236
|
+
"description": "Libro: Datos adicionales"
|
|
237
|
+
},
|
|
238
|
+
"MetaBookSchema": {
|
|
239
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
240
|
+
"type": "object",
|
|
241
|
+
"properties": {
|
|
242
|
+
"type": {
|
|
243
|
+
"type": "string",
|
|
244
|
+
"const": "[[Fuentes]]"
|
|
245
|
+
},
|
|
246
|
+
"format": {
|
|
247
|
+
"type": "string",
|
|
248
|
+
"const": "[[Libros]]"
|
|
249
|
+
},
|
|
250
|
+
"areas": {
|
|
251
|
+
"default": [
|
|
252
|
+
"[[Conocimiento]]"
|
|
253
|
+
],
|
|
254
|
+
"type": "array",
|
|
255
|
+
"items": {
|
|
256
|
+
"type": "string",
|
|
257
|
+
"enum": [
|
|
258
|
+
"[[Alimentación]]",
|
|
259
|
+
"[[Salud]]",
|
|
260
|
+
"[[Conocimiento]]",
|
|
261
|
+
"[[Pensamiento Estructurado]]",
|
|
262
|
+
"[[Hogar]]",
|
|
263
|
+
"[[Productividad]]",
|
|
264
|
+
"[[Exploración]]",
|
|
265
|
+
"[[Vínculos]]",
|
|
266
|
+
"[[Ejercicio]]",
|
|
267
|
+
"[[Energía Vital]]",
|
|
268
|
+
"[[Trabajo]]",
|
|
269
|
+
"[[Finanzas]]",
|
|
270
|
+
"[[Salud Mental]]",
|
|
271
|
+
"[[Creatividad]]"
|
|
272
|
+
],
|
|
273
|
+
"description": "Área"
|
|
274
|
+
},
|
|
275
|
+
"description": "Áreas"
|
|
276
|
+
},
|
|
277
|
+
"color": {
|
|
278
|
+
"default": "#3171B2",
|
|
279
|
+
"description": "Color de la nota.",
|
|
280
|
+
"type": "string"
|
|
281
|
+
},
|
|
282
|
+
"icon": {
|
|
283
|
+
"default": "book",
|
|
284
|
+
"description": "Icono de Lucide.",
|
|
285
|
+
"type": "string"
|
|
286
|
+
},
|
|
287
|
+
"cover": {
|
|
288
|
+
"description": "Portada del libro.",
|
|
289
|
+
"type": "string"
|
|
290
|
+
},
|
|
291
|
+
"url": {
|
|
292
|
+
"description": "URL del libro en Amazon o similar",
|
|
293
|
+
"type": "string"
|
|
294
|
+
},
|
|
295
|
+
"read_url": {
|
|
296
|
+
"description": "URL de la lectura del libro",
|
|
297
|
+
"type": "string"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"required": [
|
|
301
|
+
"type",
|
|
302
|
+
"format"
|
|
303
|
+
],
|
|
304
|
+
"description": "Libro: Metadatos de Nota"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"title": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"description": "Título del libro"
|
|
8
|
+
},
|
|
9
|
+
"subtitle": {
|
|
10
|
+
"description": "Subtítulo del libro",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"description": {
|
|
14
|
+
"description": "Descripción del libro",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"author": {
|
|
18
|
+
"type": "array",
|
|
19
|
+
"items": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"description": "Autores"
|
|
23
|
+
},
|
|
24
|
+
"published": {
|
|
25
|
+
"description": "Año de publicación",
|
|
26
|
+
"anyOf": [
|
|
27
|
+
{
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"type": "number"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"categories": {
|
|
36
|
+
"description": "Géneros",
|
|
37
|
+
"type": "array",
|
|
38
|
+
"items": {
|
|
39
|
+
"type": "string"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"status": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"enum": [
|
|
45
|
+
"Pendiente",
|
|
46
|
+
"En Proceso",
|
|
47
|
+
"Leído",
|
|
48
|
+
"Consolidado"
|
|
49
|
+
],
|
|
50
|
+
"description": "Estado de lectura"
|
|
51
|
+
},
|
|
52
|
+
"topics": {
|
|
53
|
+
"description": "Temas",
|
|
54
|
+
"type": "array",
|
|
55
|
+
"items": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"rating": {
|
|
60
|
+
"description": "Puntuación del libro",
|
|
61
|
+
"type": "number"
|
|
62
|
+
},
|
|
63
|
+
"online_rating": {
|
|
64
|
+
"description": "Puntuación en línea",
|
|
65
|
+
"type": "number"
|
|
66
|
+
},
|
|
67
|
+
"last_time_read": {
|
|
68
|
+
"description": "Última vez leído",
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
71
|
+
"times_read": {
|
|
72
|
+
"description": "Veces leído",
|
|
73
|
+
"type": "number"
|
|
74
|
+
},
|
|
75
|
+
"type": {
|
|
76
|
+
"type": "string",
|
|
77
|
+
"const": "[[Fuentes]]"
|
|
78
|
+
},
|
|
79
|
+
"format": {
|
|
80
|
+
"type": "string",
|
|
81
|
+
"const": "[[Libros]]"
|
|
82
|
+
},
|
|
83
|
+
"areas": {
|
|
84
|
+
"default": [
|
|
85
|
+
"[[Conocimiento]]"
|
|
86
|
+
],
|
|
87
|
+
"type": "array",
|
|
88
|
+
"items": {
|
|
89
|
+
"type": "string",
|
|
90
|
+
"enum": [
|
|
91
|
+
"[[Alimentación]]",
|
|
92
|
+
"[[Salud]]",
|
|
93
|
+
"[[Conocimiento]]",
|
|
94
|
+
"[[Pensamiento Estructurado]]",
|
|
95
|
+
"[[Hogar]]",
|
|
96
|
+
"[[Productividad]]",
|
|
97
|
+
"[[Exploración]]",
|
|
98
|
+
"[[Vínculos]]",
|
|
99
|
+
"[[Ejercicio]]",
|
|
100
|
+
"[[Energía Vital]]",
|
|
101
|
+
"[[Trabajo]]",
|
|
102
|
+
"[[Finanzas]]",
|
|
103
|
+
"[[Salud Mental]]",
|
|
104
|
+
"[[Creatividad]]"
|
|
105
|
+
],
|
|
106
|
+
"description": "Área"
|
|
107
|
+
},
|
|
108
|
+
"description": "Áreas"
|
|
109
|
+
},
|
|
110
|
+
"color": {
|
|
111
|
+
"default": "#3171B2",
|
|
112
|
+
"description": "Color de la nota.",
|
|
113
|
+
"type": "string"
|
|
114
|
+
},
|
|
115
|
+
"icon": {
|
|
116
|
+
"default": "book",
|
|
117
|
+
"description": "Icono de Lucide.",
|
|
118
|
+
"type": "string"
|
|
119
|
+
},
|
|
120
|
+
"cover": {
|
|
121
|
+
"description": "Portada del libro.",
|
|
122
|
+
"type": "string"
|
|
123
|
+
},
|
|
124
|
+
"url": {
|
|
125
|
+
"description": "URL del libro en Amazon o similar",
|
|
126
|
+
"type": "string"
|
|
127
|
+
},
|
|
128
|
+
"read_url": {
|
|
129
|
+
"description": "URL de la lectura del libro",
|
|
130
|
+
"type": "string"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"required": [
|
|
134
|
+
"title",
|
|
135
|
+
"author",
|
|
136
|
+
"status",
|
|
137
|
+
"type",
|
|
138
|
+
"format"
|
|
139
|
+
],
|
|
140
|
+
"description": "Libro"
|
|
141
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"title": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"description": "Título del artículo"
|
|
8
|
+
},
|
|
9
|
+
"description": {
|
|
10
|
+
"description": "Descripción",
|
|
11
|
+
"anyOf": [
|
|
12
|
+
{
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "null"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"excerpt": {
|
|
21
|
+
"description": "Extracto del artículo",
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"author": {
|
|
25
|
+
"description": "Autores",
|
|
26
|
+
"type": "array",
|
|
27
|
+
"items": {
|
|
28
|
+
"type": "string"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"published": {
|
|
32
|
+
"description": "Año de publicación",
|
|
33
|
+
"anyOf": [
|
|
34
|
+
{
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"type": "number"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"required": [
|
|
44
|
+
"title"
|
|
45
|
+
],
|
|
46
|
+
"description": "Artículo: Datos obtenibles de catalogación"
|
|
47
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"title": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"description": "Título del libro"
|
|
8
|
+
},
|
|
9
|
+
"subtitle": {
|
|
10
|
+
"description": "Subtítulo del libro",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"description": {
|
|
14
|
+
"description": "Descripción del libro",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"author": {
|
|
18
|
+
"type": "array",
|
|
19
|
+
"items": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"description": "Autores"
|
|
23
|
+
},
|
|
24
|
+
"published": {
|
|
25
|
+
"description": "Año de publicación",
|
|
26
|
+
"anyOf": [
|
|
27
|
+
{
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"type": "number"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"categories": {
|
|
36
|
+
"description": "Géneros",
|
|
37
|
+
"type": "array",
|
|
38
|
+
"items": {
|
|
39
|
+
"type": "string"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"required": [
|
|
44
|
+
"title",
|
|
45
|
+
"author"
|
|
46
|
+
],
|
|
47
|
+
"description": "Libro: Datos obtenibles de catalogación"
|
|
48
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"title": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"description": "Título de la película"
|
|
8
|
+
},
|
|
9
|
+
"description": {
|
|
10
|
+
"description": "Descripción de la película",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"author": {
|
|
14
|
+
"description": "Autores. Guionistas, directores, productores, etc.",
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"actors": {
|
|
21
|
+
"description": "Actores",
|
|
22
|
+
"type": "array",
|
|
23
|
+
"items": {
|
|
24
|
+
"type": "string"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"published": {
|
|
28
|
+
"description": "Año de publicación",
|
|
29
|
+
"anyOf": [
|
|
30
|
+
{
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"type": "number"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"genres": {
|
|
39
|
+
"description": "Géneros",
|
|
40
|
+
"type": "array",
|
|
41
|
+
"items": {
|
|
42
|
+
"type": "string"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"required": [
|
|
47
|
+
"title"
|
|
48
|
+
],
|
|
49
|
+
"description": "Película: Datos obtenibles de catalogación"
|
|
50
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"title": {
|
|
6
|
+
"description": "Título de la pintura",
|
|
7
|
+
"type": "string"
|
|
8
|
+
},
|
|
9
|
+
"description": {
|
|
10
|
+
"description": "Descripción",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"author": {
|
|
14
|
+
"description": "Autores",
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"published": {
|
|
21
|
+
"description": "Año de publicación",
|
|
22
|
+
"type": "string"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"description": "Pintura: Datos obtenibles de catalogación"
|
|
26
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"title": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"description": "Título de la entrada de Wikipedia"
|
|
8
|
+
},
|
|
9
|
+
"description": {
|
|
10
|
+
"description": "Descripción",
|
|
11
|
+
"anyOf": [
|
|
12
|
+
{
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "null"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"excerpt": {
|
|
21
|
+
"description": "Extracto del artículo",
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"author": {
|
|
25
|
+
"description": "Autores",
|
|
26
|
+
"type": "array",
|
|
27
|
+
"items": {
|
|
28
|
+
"type": "string"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"published": {
|
|
32
|
+
"description": "Año de publicación",
|
|
33
|
+
"anyOf": [
|
|
34
|
+
{
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"type": "number"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"required": [
|
|
44
|
+
"title"
|
|
45
|
+
],
|
|
46
|
+
"description": "Entrada de Wikipedia: Datos obtenibles de catalogación"
|
|
47
|
+
}
|