@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
|
@@ -0,0 +1,679 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"title": "@segha/catalog/es/Video",
|
|
4
|
+
"description": "Schemas for Petroglyph Catalog",
|
|
5
|
+
"$defs": {
|
|
6
|
+
"VideoSchema": {
|
|
7
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"type": {
|
|
11
|
+
"default": "[[Fuentes]]",
|
|
12
|
+
"type": "string",
|
|
13
|
+
"const": "[[Fuentes]]",
|
|
14
|
+
"description": "Bibliografías, recursos validados sobre los que acumular información."
|
|
15
|
+
},
|
|
16
|
+
"areas": {
|
|
17
|
+
"default": [
|
|
18
|
+
"[[Conocimiento]]"
|
|
19
|
+
],
|
|
20
|
+
"type": "array",
|
|
21
|
+
"items": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"enum": [
|
|
24
|
+
"[[Alimentación]]",
|
|
25
|
+
"[[Salud]]",
|
|
26
|
+
"[[Conocimiento]]",
|
|
27
|
+
"[[Pensamiento Estructurado]]",
|
|
28
|
+
"[[Hogar]]",
|
|
29
|
+
"[[Productividad]]",
|
|
30
|
+
"[[Exploración]]",
|
|
31
|
+
"[[Vínculos]]",
|
|
32
|
+
"[[Ejercicio]]",
|
|
33
|
+
"[[Energía Vital]]",
|
|
34
|
+
"[[Trabajo]]",
|
|
35
|
+
"[[Finanzas]]",
|
|
36
|
+
"[[Salud Mental]]",
|
|
37
|
+
"[[Creatividad]]"
|
|
38
|
+
],
|
|
39
|
+
"description": "Área"
|
|
40
|
+
},
|
|
41
|
+
"description": "Áreas"
|
|
42
|
+
},
|
|
43
|
+
"color": {
|
|
44
|
+
"default": "#3171B2",
|
|
45
|
+
"description": "Color de la nota.",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
48
|
+
},
|
|
49
|
+
"icon": {
|
|
50
|
+
"default": "video",
|
|
51
|
+
"description": "Icono de Lucide.",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"pattern": "^[a-z-]+$"
|
|
54
|
+
},
|
|
55
|
+
"banner": {
|
|
56
|
+
"description": "Imagen",
|
|
57
|
+
"anyOf": [
|
|
58
|
+
{
|
|
59
|
+
"type": "string",
|
|
60
|
+
"format": "uri"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "string",
|
|
64
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
65
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"cover": {
|
|
70
|
+
"description": "Cubierta",
|
|
71
|
+
"anyOf": [
|
|
72
|
+
{
|
|
73
|
+
"type": "string",
|
|
74
|
+
"format": "uri"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"type": "string",
|
|
78
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
79
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
"projects": {
|
|
84
|
+
"description": "Proyectos asociados.",
|
|
85
|
+
"type": "array",
|
|
86
|
+
"items": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
89
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"topics": {
|
|
93
|
+
"type": "array",
|
|
94
|
+
"items": {
|
|
95
|
+
"description": "Temas: Wikilink o texto libre",
|
|
96
|
+
"anyOf": [
|
|
97
|
+
{
|
|
98
|
+
"type": "string",
|
|
99
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
100
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"type": "string"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"status": {
|
|
109
|
+
"default": "Pendiente",
|
|
110
|
+
"anyOf": [
|
|
111
|
+
{
|
|
112
|
+
"type": "string",
|
|
113
|
+
"const": "Pendiente"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"type": "string",
|
|
117
|
+
"const": "En Proceso"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": "string",
|
|
121
|
+
"const": "Visto"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"description": "Estado de visualización de la película"
|
|
125
|
+
},
|
|
126
|
+
"rating": {
|
|
127
|
+
"description": "Valoración personal de la fuente.",
|
|
128
|
+
"anyOf": [
|
|
129
|
+
{
|
|
130
|
+
"type": "number",
|
|
131
|
+
"const": 7,
|
|
132
|
+
"description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"type": "number",
|
|
136
|
+
"const": 6,
|
|
137
|
+
"description": "Excelente, vale la pena repetirlo"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"type": "number",
|
|
141
|
+
"const": 5,
|
|
142
|
+
"description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"type": "number",
|
|
146
|
+
"const": 4,
|
|
147
|
+
"description": "Aceptable, sirve en caso de apuro."
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"type": "number",
|
|
151
|
+
"const": 3,
|
|
152
|
+
"description": "Malo, no lo hagas si puedes evitarlo."
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"type": "number",
|
|
156
|
+
"const": 2,
|
|
157
|
+
"description": "Atroz, evítalo activamente, repulsivo"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"type": "number",
|
|
161
|
+
"const": 1,
|
|
162
|
+
"description": "Malvado, te cambia la vida para mal."
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"aliases": {
|
|
167
|
+
"description": "Alias de la nota.",
|
|
168
|
+
"type": "array",
|
|
169
|
+
"items": {
|
|
170
|
+
"type": "string"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"format": {
|
|
174
|
+
"default": "[[Vídeos]]",
|
|
175
|
+
"type": "string",
|
|
176
|
+
"const": "[[Vídeos]]",
|
|
177
|
+
"description": "Vídeos"
|
|
178
|
+
},
|
|
179
|
+
"url": {
|
|
180
|
+
"description": "URL de la fuente.",
|
|
181
|
+
"type": "string",
|
|
182
|
+
"format": "uri"
|
|
183
|
+
},
|
|
184
|
+
"author": {
|
|
185
|
+
"description": "Autores de la fuente.",
|
|
186
|
+
"type": "array",
|
|
187
|
+
"items": {
|
|
188
|
+
"type": "string"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"published": {
|
|
192
|
+
"description": "Fecha de publicación de la fuente.",
|
|
193
|
+
"anyOf": [
|
|
194
|
+
{
|
|
195
|
+
"type": "string",
|
|
196
|
+
"pattern": "^[0-9]{4}$",
|
|
197
|
+
"description": "Año: YYYY"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"type": "string",
|
|
201
|
+
"pattern": "^[0-9]{4}-[0-9]{2}$",
|
|
202
|
+
"description": "Mes: YYYY-MM"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"type": "string",
|
|
206
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
|
|
207
|
+
"description": "Fecha: YYYY-MM-DD"
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
"title": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"description": "Título de la película"
|
|
214
|
+
},
|
|
215
|
+
"platform": {
|
|
216
|
+
"anyOf": [
|
|
217
|
+
{
|
|
218
|
+
"type": "string",
|
|
219
|
+
"const": "YouTube"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"type": "string",
|
|
223
|
+
"const": "Vimeo"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"description": "Plataforma de visualización del vídeo"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"required": [
|
|
230
|
+
"topics",
|
|
231
|
+
"title",
|
|
232
|
+
"platform"
|
|
233
|
+
],
|
|
234
|
+
"description": "Vídeo"
|
|
235
|
+
},
|
|
236
|
+
"VimeoSchema": {
|
|
237
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
238
|
+
"type": "object",
|
|
239
|
+
"properties": {
|
|
240
|
+
"type": {
|
|
241
|
+
"default": "[[Fuentes]]",
|
|
242
|
+
"type": "string",
|
|
243
|
+
"const": "[[Fuentes]]",
|
|
244
|
+
"description": "Bibliografías, recursos validados sobre los que acumular información."
|
|
245
|
+
},
|
|
246
|
+
"areas": {
|
|
247
|
+
"default": [
|
|
248
|
+
"[[Conocimiento]]"
|
|
249
|
+
],
|
|
250
|
+
"type": "array",
|
|
251
|
+
"items": {
|
|
252
|
+
"type": "string",
|
|
253
|
+
"enum": [
|
|
254
|
+
"[[Alimentación]]",
|
|
255
|
+
"[[Salud]]",
|
|
256
|
+
"[[Conocimiento]]",
|
|
257
|
+
"[[Pensamiento Estructurado]]",
|
|
258
|
+
"[[Hogar]]",
|
|
259
|
+
"[[Productividad]]",
|
|
260
|
+
"[[Exploración]]",
|
|
261
|
+
"[[Vínculos]]",
|
|
262
|
+
"[[Ejercicio]]",
|
|
263
|
+
"[[Energía Vital]]",
|
|
264
|
+
"[[Trabajo]]",
|
|
265
|
+
"[[Finanzas]]",
|
|
266
|
+
"[[Salud Mental]]",
|
|
267
|
+
"[[Creatividad]]"
|
|
268
|
+
],
|
|
269
|
+
"description": "Área"
|
|
270
|
+
},
|
|
271
|
+
"description": "Áreas"
|
|
272
|
+
},
|
|
273
|
+
"color": {
|
|
274
|
+
"default": "#3171B2",
|
|
275
|
+
"description": "Color de la nota.",
|
|
276
|
+
"type": "string",
|
|
277
|
+
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
278
|
+
},
|
|
279
|
+
"icon": {
|
|
280
|
+
"default": "video",
|
|
281
|
+
"description": "Icono de Lucide.",
|
|
282
|
+
"type": "string",
|
|
283
|
+
"pattern": "^[a-z-]+$"
|
|
284
|
+
},
|
|
285
|
+
"banner": {
|
|
286
|
+
"description": "Imagen",
|
|
287
|
+
"anyOf": [
|
|
288
|
+
{
|
|
289
|
+
"type": "string",
|
|
290
|
+
"format": "uri"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "string",
|
|
294
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
295
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
296
|
+
}
|
|
297
|
+
]
|
|
298
|
+
},
|
|
299
|
+
"cover": {
|
|
300
|
+
"description": "Cubierta",
|
|
301
|
+
"anyOf": [
|
|
302
|
+
{
|
|
303
|
+
"type": "string",
|
|
304
|
+
"format": "uri"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"type": "string",
|
|
308
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
309
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
310
|
+
}
|
|
311
|
+
]
|
|
312
|
+
},
|
|
313
|
+
"projects": {
|
|
314
|
+
"description": "Proyectos asociados.",
|
|
315
|
+
"type": "array",
|
|
316
|
+
"items": {
|
|
317
|
+
"type": "string",
|
|
318
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
319
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"topics": {
|
|
323
|
+
"type": "array",
|
|
324
|
+
"items": {
|
|
325
|
+
"description": "Temas: Wikilink o texto libre",
|
|
326
|
+
"anyOf": [
|
|
327
|
+
{
|
|
328
|
+
"type": "string",
|
|
329
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
330
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"type": "string"
|
|
334
|
+
}
|
|
335
|
+
]
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"status": {
|
|
339
|
+
"default": "Pendiente",
|
|
340
|
+
"anyOf": [
|
|
341
|
+
{
|
|
342
|
+
"type": "string",
|
|
343
|
+
"const": "Pendiente"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"type": "string",
|
|
347
|
+
"const": "En Proceso"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"type": "string",
|
|
351
|
+
"const": "Visto"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"description": "Estado de visualización de la película"
|
|
355
|
+
},
|
|
356
|
+
"rating": {
|
|
357
|
+
"description": "Valoración personal de la fuente.",
|
|
358
|
+
"anyOf": [
|
|
359
|
+
{
|
|
360
|
+
"type": "number",
|
|
361
|
+
"const": 7,
|
|
362
|
+
"description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"type": "number",
|
|
366
|
+
"const": 6,
|
|
367
|
+
"description": "Excelente, vale la pena repetirlo"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"type": "number",
|
|
371
|
+
"const": 5,
|
|
372
|
+
"description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"type": "number",
|
|
376
|
+
"const": 4,
|
|
377
|
+
"description": "Aceptable, sirve en caso de apuro."
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"type": "number",
|
|
381
|
+
"const": 3,
|
|
382
|
+
"description": "Malo, no lo hagas si puedes evitarlo."
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"type": "number",
|
|
386
|
+
"const": 2,
|
|
387
|
+
"description": "Atroz, evítalo activamente, repulsivo"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"type": "number",
|
|
391
|
+
"const": 1,
|
|
392
|
+
"description": "Malvado, te cambia la vida para mal."
|
|
393
|
+
}
|
|
394
|
+
]
|
|
395
|
+
},
|
|
396
|
+
"aliases": {
|
|
397
|
+
"description": "Alias de la nota.",
|
|
398
|
+
"type": "array",
|
|
399
|
+
"items": {
|
|
400
|
+
"type": "string"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"format": {
|
|
404
|
+
"default": "[[Vídeos]]",
|
|
405
|
+
"type": "string",
|
|
406
|
+
"const": "[[Vídeos]]",
|
|
407
|
+
"description": "Vídeos"
|
|
408
|
+
},
|
|
409
|
+
"url": {
|
|
410
|
+
"description": "URL de la fuente.",
|
|
411
|
+
"type": "string",
|
|
412
|
+
"format": "uri"
|
|
413
|
+
},
|
|
414
|
+
"author": {
|
|
415
|
+
"description": "Autores de la fuente.",
|
|
416
|
+
"type": "array",
|
|
417
|
+
"items": {
|
|
418
|
+
"type": "string"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"published": {
|
|
422
|
+
"description": "Fecha de publicación de la fuente.",
|
|
423
|
+
"anyOf": [
|
|
424
|
+
{
|
|
425
|
+
"type": "string",
|
|
426
|
+
"pattern": "^[0-9]{4}$",
|
|
427
|
+
"description": "Año: YYYY"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"type": "string",
|
|
431
|
+
"pattern": "^[0-9]{4}-[0-9]{2}$",
|
|
432
|
+
"description": "Mes: YYYY-MM"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"type": "string",
|
|
436
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
|
|
437
|
+
"description": "Fecha: YYYY-MM-DD"
|
|
438
|
+
}
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
"title": {
|
|
442
|
+
"type": "string",
|
|
443
|
+
"description": "Título de la película"
|
|
444
|
+
},
|
|
445
|
+
"platform": {
|
|
446
|
+
"type": "string",
|
|
447
|
+
"const": "Vimeo"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"required": [
|
|
451
|
+
"topics",
|
|
452
|
+
"title",
|
|
453
|
+
"platform"
|
|
454
|
+
],
|
|
455
|
+
"description": "Vídeo de Vimeo"
|
|
456
|
+
},
|
|
457
|
+
"YoutubeSchema": {
|
|
458
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
459
|
+
"type": "object",
|
|
460
|
+
"properties": {
|
|
461
|
+
"type": {
|
|
462
|
+
"default": "[[Fuentes]]",
|
|
463
|
+
"type": "string",
|
|
464
|
+
"const": "[[Fuentes]]",
|
|
465
|
+
"description": "Bibliografías, recursos validados sobre los que acumular información."
|
|
466
|
+
},
|
|
467
|
+
"areas": {
|
|
468
|
+
"default": [
|
|
469
|
+
"[[Conocimiento]]"
|
|
470
|
+
],
|
|
471
|
+
"type": "array",
|
|
472
|
+
"items": {
|
|
473
|
+
"type": "string",
|
|
474
|
+
"enum": [
|
|
475
|
+
"[[Alimentación]]",
|
|
476
|
+
"[[Salud]]",
|
|
477
|
+
"[[Conocimiento]]",
|
|
478
|
+
"[[Pensamiento Estructurado]]",
|
|
479
|
+
"[[Hogar]]",
|
|
480
|
+
"[[Productividad]]",
|
|
481
|
+
"[[Exploración]]",
|
|
482
|
+
"[[Vínculos]]",
|
|
483
|
+
"[[Ejercicio]]",
|
|
484
|
+
"[[Energía Vital]]",
|
|
485
|
+
"[[Trabajo]]",
|
|
486
|
+
"[[Finanzas]]",
|
|
487
|
+
"[[Salud Mental]]",
|
|
488
|
+
"[[Creatividad]]"
|
|
489
|
+
],
|
|
490
|
+
"description": "Área"
|
|
491
|
+
},
|
|
492
|
+
"description": "Áreas"
|
|
493
|
+
},
|
|
494
|
+
"color": {
|
|
495
|
+
"default": "#3171B2",
|
|
496
|
+
"description": "Color de la nota.",
|
|
497
|
+
"type": "string",
|
|
498
|
+
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
499
|
+
},
|
|
500
|
+
"icon": {
|
|
501
|
+
"default": "youtube",
|
|
502
|
+
"description": "Icono de Lucide.",
|
|
503
|
+
"type": "string",
|
|
504
|
+
"pattern": "^[a-z-]+$"
|
|
505
|
+
},
|
|
506
|
+
"banner": {
|
|
507
|
+
"description": "Imagen",
|
|
508
|
+
"anyOf": [
|
|
509
|
+
{
|
|
510
|
+
"type": "string",
|
|
511
|
+
"format": "uri"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"type": "string",
|
|
515
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
516
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
517
|
+
}
|
|
518
|
+
]
|
|
519
|
+
},
|
|
520
|
+
"cover": {
|
|
521
|
+
"description": "Cubierta",
|
|
522
|
+
"anyOf": [
|
|
523
|
+
{
|
|
524
|
+
"type": "string",
|
|
525
|
+
"format": "uri"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"type": "string",
|
|
529
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
530
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
531
|
+
}
|
|
532
|
+
]
|
|
533
|
+
},
|
|
534
|
+
"projects": {
|
|
535
|
+
"description": "Proyectos asociados.",
|
|
536
|
+
"type": "array",
|
|
537
|
+
"items": {
|
|
538
|
+
"type": "string",
|
|
539
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
540
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"topics": {
|
|
544
|
+
"type": "array",
|
|
545
|
+
"items": {
|
|
546
|
+
"description": "Temas: Wikilink o texto libre",
|
|
547
|
+
"anyOf": [
|
|
548
|
+
{
|
|
549
|
+
"type": "string",
|
|
550
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
551
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"type": "string"
|
|
555
|
+
}
|
|
556
|
+
]
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"status": {
|
|
560
|
+
"default": "Pendiente",
|
|
561
|
+
"anyOf": [
|
|
562
|
+
{
|
|
563
|
+
"type": "string",
|
|
564
|
+
"const": "Pendiente"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"type": "string",
|
|
568
|
+
"const": "En Proceso"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"type": "string",
|
|
572
|
+
"const": "Visto"
|
|
573
|
+
}
|
|
574
|
+
],
|
|
575
|
+
"description": "Estado de visualización de la película"
|
|
576
|
+
},
|
|
577
|
+
"rating": {
|
|
578
|
+
"description": "Valoración personal de la fuente.",
|
|
579
|
+
"anyOf": [
|
|
580
|
+
{
|
|
581
|
+
"type": "number",
|
|
582
|
+
"const": 7,
|
|
583
|
+
"description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"type": "number",
|
|
587
|
+
"const": 6,
|
|
588
|
+
"description": "Excelente, vale la pena repetirlo"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"type": "number",
|
|
592
|
+
"const": 5,
|
|
593
|
+
"description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"type": "number",
|
|
597
|
+
"const": 4,
|
|
598
|
+
"description": "Aceptable, sirve en caso de apuro."
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"type": "number",
|
|
602
|
+
"const": 3,
|
|
603
|
+
"description": "Malo, no lo hagas si puedes evitarlo."
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"type": "number",
|
|
607
|
+
"const": 2,
|
|
608
|
+
"description": "Atroz, evítalo activamente, repulsivo"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"type": "number",
|
|
612
|
+
"const": 1,
|
|
613
|
+
"description": "Malvado, te cambia la vida para mal."
|
|
614
|
+
}
|
|
615
|
+
]
|
|
616
|
+
},
|
|
617
|
+
"aliases": {
|
|
618
|
+
"description": "Alias de la nota.",
|
|
619
|
+
"type": "array",
|
|
620
|
+
"items": {
|
|
621
|
+
"type": "string"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"format": {
|
|
625
|
+
"default": "[[Vídeos]]",
|
|
626
|
+
"type": "string",
|
|
627
|
+
"const": "[[Vídeos]]",
|
|
628
|
+
"description": "Vídeos"
|
|
629
|
+
},
|
|
630
|
+
"url": {
|
|
631
|
+
"description": "URL de la fuente.",
|
|
632
|
+
"type": "string",
|
|
633
|
+
"format": "uri"
|
|
634
|
+
},
|
|
635
|
+
"author": {
|
|
636
|
+
"description": "Autores de la fuente.",
|
|
637
|
+
"type": "array",
|
|
638
|
+
"items": {
|
|
639
|
+
"type": "string"
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
"published": {
|
|
643
|
+
"description": "Fecha de publicación de la fuente.",
|
|
644
|
+
"anyOf": [
|
|
645
|
+
{
|
|
646
|
+
"type": "string",
|
|
647
|
+
"pattern": "^[0-9]{4}$",
|
|
648
|
+
"description": "Año: YYYY"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"type": "string",
|
|
652
|
+
"pattern": "^[0-9]{4}-[0-9]{2}$",
|
|
653
|
+
"description": "Mes: YYYY-MM"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"type": "string",
|
|
657
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
|
|
658
|
+
"description": "Fecha: YYYY-MM-DD"
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
662
|
+
"title": {
|
|
663
|
+
"type": "string",
|
|
664
|
+
"description": "Título de la película"
|
|
665
|
+
},
|
|
666
|
+
"platform": {
|
|
667
|
+
"type": "string",
|
|
668
|
+
"const": "YouTube"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"required": [
|
|
672
|
+
"topics",
|
|
673
|
+
"title",
|
|
674
|
+
"platform"
|
|
675
|
+
],
|
|
676
|
+
"description": "Vídeo de YouTube"
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
}
|