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