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