@segha/catalog 2.2.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +168 -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/index.ts +29 -15
- 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/CatalogClothingSchema.json +1 -0
- package/json-schemas/es/Clothing/CatalogClothingSchema.json +1 -0
- package/json-schemas/es/Clothing/ClothingSchema.json +173 -64
- package/json-schemas/es/Clothing/index.json +174 -197
- package/json-schemas/es/ClothingSchema.json +173 -64
- 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 +1301 -489
- 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 +3020 -3495
- 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/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/DetailedClothingSchema.json +0 -73
- package/json-schemas/es/Clothing/MetaClothingSchema.json +0 -60
- 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
|
@@ -2,78 +2,11 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"type": "object",
|
|
4
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
|
-
"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
5
|
"type": {
|
|
6
|
+
"default": "[[Fuentes]]",
|
|
71
7
|
"type": "string",
|
|
72
|
-
"const": "[[Fuentes]]"
|
|
73
|
-
|
|
74
|
-
"format": {
|
|
75
|
-
"type": "string",
|
|
76
|
-
"const": "[[Artículos]]"
|
|
8
|
+
"const": "[[Fuentes]]",
|
|
9
|
+
"description": "Bibliografías, recursos validados sobre los que acumular información."
|
|
77
10
|
},
|
|
78
11
|
"areas": {
|
|
79
12
|
"default": [
|
|
@@ -105,34 +38,207 @@
|
|
|
105
38
|
"color": {
|
|
106
39
|
"default": "#3171B2",
|
|
107
40
|
"description": "Color de la nota.",
|
|
108
|
-
"type": "string"
|
|
41
|
+
"type": "string",
|
|
42
|
+
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
109
43
|
},
|
|
110
44
|
"icon": {
|
|
111
45
|
"default": "newspaper",
|
|
112
46
|
"description": "Icono de Lucide.",
|
|
113
|
-
"type": "string"
|
|
47
|
+
"type": "string",
|
|
48
|
+
"pattern": "^[a-z-]+$"
|
|
114
49
|
},
|
|
115
50
|
"banner": {
|
|
116
51
|
"description": "Banner de la nota.",
|
|
117
52
|
"anyOf": [
|
|
118
53
|
{
|
|
119
|
-
"
|
|
54
|
+
"anyOf": [
|
|
55
|
+
{
|
|
56
|
+
"type": "string",
|
|
57
|
+
"format": "uri"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "string",
|
|
61
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
62
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"description": "Imagen: URL o Wikilink de una imagen."
|
|
120
66
|
},
|
|
121
67
|
{
|
|
122
68
|
"type": "null"
|
|
123
69
|
}
|
|
124
70
|
]
|
|
125
71
|
},
|
|
72
|
+
"cover": {
|
|
73
|
+
"description": "Cubierta",
|
|
74
|
+
"anyOf": [
|
|
75
|
+
{
|
|
76
|
+
"type": "string",
|
|
77
|
+
"format": "uri"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"type": "string",
|
|
81
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
82
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"projects": {
|
|
87
|
+
"description": "Proyectos asociados.",
|
|
88
|
+
"type": "array",
|
|
89
|
+
"items": {
|
|
90
|
+
"type": "string",
|
|
91
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
92
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"topics": {
|
|
96
|
+
"type": "array",
|
|
97
|
+
"items": {
|
|
98
|
+
"description": "Temas: Wikilink o texto libre",
|
|
99
|
+
"anyOf": [
|
|
100
|
+
{
|
|
101
|
+
"type": "string",
|
|
102
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
103
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"type": "string"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"status": {
|
|
112
|
+
"default": "Pendiente",
|
|
113
|
+
"anyOf": [
|
|
114
|
+
{
|
|
115
|
+
"type": "string",
|
|
116
|
+
"const": "Pendiente"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"type": "string",
|
|
120
|
+
"const": "En Proceso"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "string",
|
|
124
|
+
"const": "Leído"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"type": "string",
|
|
128
|
+
"const": "Consolidado"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"description": "Estado de procesamiento del artículo"
|
|
132
|
+
},
|
|
133
|
+
"rating": {
|
|
134
|
+
"description": "Valoración personal de la fuente.",
|
|
135
|
+
"anyOf": [
|
|
136
|
+
{
|
|
137
|
+
"type": "number",
|
|
138
|
+
"const": 7,
|
|
139
|
+
"description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"type": "number",
|
|
143
|
+
"const": 6,
|
|
144
|
+
"description": "Excelente, vale la pena repetirlo"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"type": "number",
|
|
148
|
+
"const": 5,
|
|
149
|
+
"description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "number",
|
|
153
|
+
"const": 4,
|
|
154
|
+
"description": "Aceptable, sirve en caso de apuro."
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"type": "number",
|
|
158
|
+
"const": 3,
|
|
159
|
+
"description": "Malo, no lo hagas si puedes evitarlo."
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"type": "number",
|
|
163
|
+
"const": 2,
|
|
164
|
+
"description": "Atroz, evítalo activamente, repulsivo"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"type": "number",
|
|
168
|
+
"const": 1,
|
|
169
|
+
"description": "Malvado, te cambia la vida para mal."
|
|
170
|
+
}
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
"aliases": {
|
|
174
|
+
"description": "Alias de la nota.",
|
|
175
|
+
"type": "array",
|
|
176
|
+
"items": {
|
|
177
|
+
"type": "string"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"format": {
|
|
181
|
+
"default": "[[Artículos]]",
|
|
182
|
+
"type": "string",
|
|
183
|
+
"const": "[[Artículos]]",
|
|
184
|
+
"description": "Artículos"
|
|
185
|
+
},
|
|
126
186
|
"url": {
|
|
127
|
-
"
|
|
187
|
+
"type": "string",
|
|
188
|
+
"format": "uri",
|
|
189
|
+
"description": "URL del artículo"
|
|
190
|
+
},
|
|
191
|
+
"author": {
|
|
192
|
+
"description": "Autores de la fuente.",
|
|
193
|
+
"type": "array",
|
|
194
|
+
"items": {
|
|
195
|
+
"type": "string"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"published": {
|
|
199
|
+
"description": "Fecha de publicación de la fuente.",
|
|
200
|
+
"anyOf": [
|
|
201
|
+
{
|
|
202
|
+
"type": "string",
|
|
203
|
+
"pattern": "^[0-9]{4}$",
|
|
204
|
+
"description": "Año: YYYY"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"type": "string",
|
|
208
|
+
"pattern": "^[0-9]{4}-[0-9]{2}$",
|
|
209
|
+
"description": "Mes: YYYY-MM"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"type": "string",
|
|
213
|
+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
|
|
214
|
+
"description": "Fecha: YYYY-MM-DD"
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
"title": {
|
|
219
|
+
"type": "string",
|
|
220
|
+
"description": "Título del artículo"
|
|
221
|
+
},
|
|
222
|
+
"description": {
|
|
223
|
+
"description": "Descripción",
|
|
224
|
+
"anyOf": [
|
|
225
|
+
{
|
|
226
|
+
"type": "string"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"type": "null"
|
|
230
|
+
}
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
"excerpt": {
|
|
234
|
+
"description": "Extracto del artículo",
|
|
128
235
|
"type": "string"
|
|
129
236
|
}
|
|
130
237
|
},
|
|
131
238
|
"required": [
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"format"
|
|
239
|
+
"topics",
|
|
240
|
+
"url",
|
|
241
|
+
"title"
|
|
136
242
|
],
|
|
137
243
|
"description": "Artículo"
|
|
138
244
|
}
|