@segha/catalog 2.1.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 +179 -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 +19 -23
- package/es/Article/types.ts +1 -4
- package/es/Book/index.ts +23 -27
- package/es/Book/types.ts +1 -4
- package/es/Clothing/index.ts +29 -14
- 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 +25 -28
- package/es/Movie/types.ts +1 -4
- package/es/Note.ts +6 -0
- package/es/Painting/index.ts +23 -0
- package/es/Painting/types.ts +6 -0
- package/es/Video/index.ts +35 -0
- package/es/Video/types.ts +9 -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/{es/CatalogArticleSchema.json → CatalogWikipediaSchema.json} +6 -7
- 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/{es/Article/DetailedArticleSchema.json → DetailedWikipediaSchema.json} +9 -10
- 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/{es/Book/MetaBookSchema.json → MetaWikipediaSchema.json} +11 -12
- package/json-schemas/MovieSchema.json +0 -1
- package/json-schemas/NoteSchema.json +106 -5
- package/json-schemas/WikipediaSchema.json +107 -0
- 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/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/{es/Article/CatalogArticleSchema.json → en/CatalogWikipediaSchema.json} +6 -7
- 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/{es/DetailedArticleSchema.json → en/DetailedWikipediaSchema.json} +9 -10
- 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/{es/MetaBookSchema.json → en/MetaWikipediaSchema.json} +11 -12
- 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/{es/Article/MetaArticleSchema.json → en/Wikipedia/MetaWikipediaSchema.json} +14 -10
- 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 +202 -61
- package/json-schemas/es/Article/index.json +196 -178
- package/json-schemas/es/ArticleSchema.json +202 -61
- package/json-schemas/es/Book/BookSchema.json +240 -80
- package/json-schemas/es/Book/index.json +226 -210
- package/json-schemas/es/BookSchema.json +240 -80
- package/json-schemas/es/CatalogClothingSchema.json +1 -1
- package/json-schemas/es/Clothing/CatalogClothingSchema.json +1 -1
- package/json-schemas/es/Clothing/ClothingSchema.json +173 -46
- package/json-schemas/es/Clothing/index.json +174 -163
- package/json-schemas/es/ClothingSchema.json +173 -46
- 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 +233 -80
- package/json-schemas/es/Movie/index.json +224 -214
- package/json-schemas/es/MovieSchema.json +233 -80
- package/json-schemas/es/NoteSchema.json +1540 -248
- package/json-schemas/es/Painting/PaintingSchema.json +232 -0
- package/json-schemas/es/Painting/index.json +239 -0
- package/json-schemas/es/PaintingSchema.json +232 -0
- 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 +221 -0
- package/json-schemas/es/index.json +3655 -967
- package/json-schemas/index.json +338 -23
- package/package.json +10 -4
- package/es/Areas.ts +0 -24
- package/json-schemas/es/Book/CatalogBookSchema.json +0 -44
- package/json-schemas/es/Book/DetailedBookSchema.json +0 -49
- package/json-schemas/es/CatalogBookSchema.json +0 -44
- package/json-schemas/es/CatalogMovieSchema.json +0 -49
- package/json-schemas/es/Clothing/DetailedClothingSchema.json +0 -75
- package/json-schemas/es/Clothing/MetaClothingSchema.json +0 -41
- package/json-schemas/es/DetailedBookSchema.json +0 -49
- package/json-schemas/es/DetailedClothingSchema.json +0 -75
- package/json-schemas/es/DetailedMovieSchema.json +0 -48
- package/json-schemas/es/MetaArticleSchema.json +0 -46
- package/json-schemas/es/MetaClothingSchema.json +0 -41
- package/json-schemas/es/MetaMovieSchema.json +0 -51
- package/json-schemas/es/Movie/CatalogMovieSchema.json +0 -49
- package/json-schemas/es/Movie/DetailedMovieSchema.json +0 -48
- package/json-schemas/es/Movie/MetaMovieSchema.json +0 -51
- /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
|
@@ -1093,13 +1093,184 @@
|
|
|
1093
1093
|
"primary_color",
|
|
1094
1094
|
"layer"
|
|
1095
1095
|
],
|
|
1096
|
-
"
|
|
1096
|
+
"deprecated": true,
|
|
1097
1097
|
"description": "Prenda de ropa: Datos obtenibles de catalogación"
|
|
1098
1098
|
},
|
|
1099
1099
|
"ClothingSchema": {
|
|
1100
1100
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1101
1101
|
"type": "object",
|
|
1102
1102
|
"properties": {
|
|
1103
|
+
"type": {
|
|
1104
|
+
"default": "[[Recursos]]",
|
|
1105
|
+
"type": "string",
|
|
1106
|
+
"const": "[[Recursos]]",
|
|
1107
|
+
"description": "Elementos materiales o digitales (herramientas, dispositivos, software) que facilitan la acción."
|
|
1108
|
+
},
|
|
1109
|
+
"areas": {
|
|
1110
|
+
"default": [
|
|
1111
|
+
"[[Hogar]]"
|
|
1112
|
+
],
|
|
1113
|
+
"type": "array",
|
|
1114
|
+
"items": {
|
|
1115
|
+
"type": "string",
|
|
1116
|
+
"enum": [
|
|
1117
|
+
"[[Alimentación]]",
|
|
1118
|
+
"[[Salud]]",
|
|
1119
|
+
"[[Conocimiento]]",
|
|
1120
|
+
"[[Pensamiento Estructurado]]",
|
|
1121
|
+
"[[Hogar]]",
|
|
1122
|
+
"[[Productividad]]",
|
|
1123
|
+
"[[Exploración]]",
|
|
1124
|
+
"[[Vínculos]]",
|
|
1125
|
+
"[[Ejercicio]]",
|
|
1126
|
+
"[[Energía Vital]]",
|
|
1127
|
+
"[[Trabajo]]",
|
|
1128
|
+
"[[Finanzas]]",
|
|
1129
|
+
"[[Salud Mental]]",
|
|
1130
|
+
"[[Creatividad]]"
|
|
1131
|
+
],
|
|
1132
|
+
"description": "Área"
|
|
1133
|
+
},
|
|
1134
|
+
"description": "Áreas"
|
|
1135
|
+
},
|
|
1136
|
+
"color": {
|
|
1137
|
+
"default": "#CB6120",
|
|
1138
|
+
"description": "Color de la nota.",
|
|
1139
|
+
"type": "string",
|
|
1140
|
+
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
1141
|
+
},
|
|
1142
|
+
"icon": {
|
|
1143
|
+
"default": "shirt",
|
|
1144
|
+
"description": "Icono de Lucide.",
|
|
1145
|
+
"type": "string",
|
|
1146
|
+
"pattern": "^[a-z-]+$"
|
|
1147
|
+
},
|
|
1148
|
+
"banner": {
|
|
1149
|
+
"description": "Imagen",
|
|
1150
|
+
"anyOf": [
|
|
1151
|
+
{
|
|
1152
|
+
"type": "string",
|
|
1153
|
+
"format": "uri"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"type": "string",
|
|
1157
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
1158
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
1159
|
+
}
|
|
1160
|
+
]
|
|
1161
|
+
},
|
|
1162
|
+
"cover": {
|
|
1163
|
+
"description": "Portada de la prenda de ropa.",
|
|
1164
|
+
"anyOf": [
|
|
1165
|
+
{
|
|
1166
|
+
"anyOf": [
|
|
1167
|
+
{
|
|
1168
|
+
"type": "string",
|
|
1169
|
+
"format": "uri"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"type": "string",
|
|
1173
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
1174
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1177
|
+
"description": "Imagen: URL o Wikilink de una imagen."
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"type": "null"
|
|
1181
|
+
}
|
|
1182
|
+
]
|
|
1183
|
+
},
|
|
1184
|
+
"projects": {
|
|
1185
|
+
"description": "Proyectos asociados.",
|
|
1186
|
+
"type": "array",
|
|
1187
|
+
"items": {
|
|
1188
|
+
"type": "string",
|
|
1189
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
1190
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"topics": {
|
|
1194
|
+
"type": "array",
|
|
1195
|
+
"items": {
|
|
1196
|
+
"description": "Temas: Wikilink o texto libre",
|
|
1197
|
+
"anyOf": [
|
|
1198
|
+
{
|
|
1199
|
+
"type": "string",
|
|
1200
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
1201
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"type": "string"
|
|
1205
|
+
}
|
|
1206
|
+
]
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
1209
|
+
"status": {
|
|
1210
|
+
"default": "Bien",
|
|
1211
|
+
"description": "Estado",
|
|
1212
|
+
"type": "string",
|
|
1213
|
+
"enum": [
|
|
1214
|
+
"Nuevo",
|
|
1215
|
+
"Bien",
|
|
1216
|
+
"Gastado",
|
|
1217
|
+
"Dañado",
|
|
1218
|
+
"Retirar"
|
|
1219
|
+
]
|
|
1220
|
+
},
|
|
1221
|
+
"rating": {
|
|
1222
|
+
"description": "Puntuación de la nota.",
|
|
1223
|
+
"anyOf": [
|
|
1224
|
+
{
|
|
1225
|
+
"type": "number",
|
|
1226
|
+
"const": 7,
|
|
1227
|
+
"description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"type": "number",
|
|
1231
|
+
"const": 6,
|
|
1232
|
+
"description": "Excelente, vale la pena repetirlo"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"type": "number",
|
|
1236
|
+
"const": 5,
|
|
1237
|
+
"description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"type": "number",
|
|
1241
|
+
"const": 4,
|
|
1242
|
+
"description": "Aceptable, sirve en caso de apuro."
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"type": "number",
|
|
1246
|
+
"const": 3,
|
|
1247
|
+
"description": "Malo, no lo hagas si puedes evitarlo."
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"type": "number",
|
|
1251
|
+
"const": 2,
|
|
1252
|
+
"description": "Atroz, evítalo activamente, repulsivo"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"type": "number",
|
|
1256
|
+
"const": 1,
|
|
1257
|
+
"description": "Malvado, te cambia la vida para mal."
|
|
1258
|
+
}
|
|
1259
|
+
]
|
|
1260
|
+
},
|
|
1261
|
+
"aliases": {
|
|
1262
|
+
"description": "Alias de la nota.",
|
|
1263
|
+
"type": "array",
|
|
1264
|
+
"items": {
|
|
1265
|
+
"type": "string"
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
"subtype": {
|
|
1269
|
+
"default": "[[Prendas]]",
|
|
1270
|
+
"type": "string",
|
|
1271
|
+
"const": "[[Prendas]]",
|
|
1272
|
+
"description": "Prendas de ropa"
|
|
1273
|
+
},
|
|
1103
1274
|
"name": {
|
|
1104
1275
|
"type": "string",
|
|
1105
1276
|
"description": "Nombre descriptivo de la prenda de ropa"
|
|
@@ -1394,18 +1565,6 @@
|
|
|
1394
1565
|
]
|
|
1395
1566
|
}
|
|
1396
1567
|
},
|
|
1397
|
-
"status": {
|
|
1398
|
-
"default": "Bien",
|
|
1399
|
-
"description": "Estado",
|
|
1400
|
-
"type": "string",
|
|
1401
|
-
"enum": [
|
|
1402
|
-
"Nuevo",
|
|
1403
|
-
"Bien",
|
|
1404
|
-
"Gastado",
|
|
1405
|
-
"Dañado",
|
|
1406
|
-
"Retirar"
|
|
1407
|
-
]
|
|
1408
|
-
},
|
|
1409
1568
|
"size": {
|
|
1410
1569
|
"type": "string",
|
|
1411
1570
|
"enum": [
|
|
@@ -1440,166 +1599,18 @@
|
|
|
1440
1599
|
"items": {
|
|
1441
1600
|
"type": "number"
|
|
1442
1601
|
}
|
|
1443
|
-
},
|
|
1444
|
-
"type": {
|
|
1445
|
-
"type": "string",
|
|
1446
|
-
"const": "[[Recursos]]"
|
|
1447
|
-
},
|
|
1448
|
-
"subtype": {
|
|
1449
|
-
"type": "string",
|
|
1450
|
-
"const": "[[Prendas]]"
|
|
1451
|
-
},
|
|
1452
|
-
"areas": {
|
|
1453
|
-
"type": "array",
|
|
1454
|
-
"items": {
|
|
1455
|
-
"type": "string",
|
|
1456
|
-
"const": "[[Hogar]]"
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
"color": {
|
|
1460
|
-
"type": "string",
|
|
1461
|
-
"const": "#CB6120"
|
|
1462
|
-
},
|
|
1463
|
-
"icon": {
|
|
1464
|
-
"type": "string",
|
|
1465
|
-
"const": "shirt"
|
|
1466
|
-
},
|
|
1467
|
-
"cover": {
|
|
1468
|
-
"type": "string"
|
|
1469
1602
|
}
|
|
1470
1603
|
},
|
|
1471
1604
|
"required": [
|
|
1605
|
+
"topics",
|
|
1472
1606
|
"name",
|
|
1473
1607
|
"garment",
|
|
1474
1608
|
"slot",
|
|
1475
1609
|
"primary_color",
|
|
1476
1610
|
"layer",
|
|
1477
|
-
"status",
|
|
1478
|
-
"size",
|
|
1479
|
-
"type",
|
|
1480
|
-
"subtype",
|
|
1481
|
-
"areas",
|
|
1482
|
-
"color",
|
|
1483
|
-
"icon"
|
|
1484
|
-
],
|
|
1485
|
-
"additionalProperties": false,
|
|
1486
|
-
"description": "Prenda de ropa"
|
|
1487
|
-
},
|
|
1488
|
-
"DetailedClothingSchema": {
|
|
1489
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1490
|
-
"type": "object",
|
|
1491
|
-
"properties": {
|
|
1492
|
-
"cares": {
|
|
1493
|
-
"description": "Cuidados",
|
|
1494
|
-
"type": "array",
|
|
1495
|
-
"items": {
|
|
1496
|
-
"type": "string",
|
|
1497
|
-
"enum": [
|
|
1498
|
-
"Lavado a mano",
|
|
1499
|
-
"Lavado a máquina",
|
|
1500
|
-
"Lavado en seco",
|
|
1501
|
-
"Frio",
|
|
1502
|
-
"Caliente",
|
|
1503
|
-
"Planchado",
|
|
1504
|
-
"Planchado a vapor"
|
|
1505
|
-
]
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
|
-
"status": {
|
|
1509
|
-
"default": "Bien",
|
|
1510
|
-
"description": "Estado",
|
|
1511
|
-
"type": "string",
|
|
1512
|
-
"enum": [
|
|
1513
|
-
"Nuevo",
|
|
1514
|
-
"Bien",
|
|
1515
|
-
"Gastado",
|
|
1516
|
-
"Dañado",
|
|
1517
|
-
"Retirar"
|
|
1518
|
-
]
|
|
1519
|
-
},
|
|
1520
|
-
"size": {
|
|
1521
|
-
"type": "string",
|
|
1522
|
-
"enum": [
|
|
1523
|
-
"28",
|
|
1524
|
-
"30",
|
|
1525
|
-
"32",
|
|
1526
|
-
"34",
|
|
1527
|
-
"36",
|
|
1528
|
-
"37",
|
|
1529
|
-
"38",
|
|
1530
|
-
"39",
|
|
1531
|
-
"40",
|
|
1532
|
-
"41",
|
|
1533
|
-
"42",
|
|
1534
|
-
"43",
|
|
1535
|
-
"44",
|
|
1536
|
-
"45",
|
|
1537
|
-
"46",
|
|
1538
|
-
"48",
|
|
1539
|
-
"XS",
|
|
1540
|
-
"S",
|
|
1541
|
-
"M",
|
|
1542
|
-
"L",
|
|
1543
|
-
"XL",
|
|
1544
|
-
"XXL",
|
|
1545
|
-
"XXXL"
|
|
1546
|
-
]
|
|
1547
|
-
},
|
|
1548
|
-
"measurements": {
|
|
1549
|
-
"description": "Medidas",
|
|
1550
|
-
"type": "array",
|
|
1551
|
-
"items": {
|
|
1552
|
-
"type": "number"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
"required": [
|
|
1557
|
-
"status",
|
|
1558
1611
|
"size"
|
|
1559
1612
|
],
|
|
1560
|
-
"
|
|
1561
|
-
"description": "Prenda de ropa: Datos adicionales"
|
|
1562
|
-
},
|
|
1563
|
-
"MetaClothingSchema": {
|
|
1564
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1565
|
-
"type": "object",
|
|
1566
|
-
"properties": {
|
|
1567
|
-
"type": {
|
|
1568
|
-
"type": "string",
|
|
1569
|
-
"const": "[[Recursos]]"
|
|
1570
|
-
},
|
|
1571
|
-
"subtype": {
|
|
1572
|
-
"type": "string",
|
|
1573
|
-
"const": "[[Prendas]]"
|
|
1574
|
-
},
|
|
1575
|
-
"areas": {
|
|
1576
|
-
"type": "array",
|
|
1577
|
-
"items": {
|
|
1578
|
-
"type": "string",
|
|
1579
|
-
"const": "[[Hogar]]"
|
|
1580
|
-
}
|
|
1581
|
-
},
|
|
1582
|
-
"color": {
|
|
1583
|
-
"type": "string",
|
|
1584
|
-
"const": "#CB6120"
|
|
1585
|
-
},
|
|
1586
|
-
"icon": {
|
|
1587
|
-
"type": "string",
|
|
1588
|
-
"const": "shirt"
|
|
1589
|
-
},
|
|
1590
|
-
"cover": {
|
|
1591
|
-
"type": "string"
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1594
|
-
"required": [
|
|
1595
|
-
"type",
|
|
1596
|
-
"subtype",
|
|
1597
|
-
"areas",
|
|
1598
|
-
"color",
|
|
1599
|
-
"icon"
|
|
1600
|
-
],
|
|
1601
|
-
"additionalProperties": false,
|
|
1602
|
-
"description": "Prenda de ropa: Metadatos de Nota"
|
|
1613
|
+
"description": "Prenda de ropa"
|
|
1603
1614
|
}
|
|
1604
1615
|
}
|
|
1605
1616
|
}
|
|
@@ -2,6 +2,177 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
|
+
"type": {
|
|
6
|
+
"default": "[[Recursos]]",
|
|
7
|
+
"type": "string",
|
|
8
|
+
"const": "[[Recursos]]",
|
|
9
|
+
"description": "Elementos materiales o digitales (herramientas, dispositivos, software) que facilitan la acción."
|
|
10
|
+
},
|
|
11
|
+
"areas": {
|
|
12
|
+
"default": [
|
|
13
|
+
"[[Hogar]]"
|
|
14
|
+
],
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"enum": [
|
|
19
|
+
"[[Alimentación]]",
|
|
20
|
+
"[[Salud]]",
|
|
21
|
+
"[[Conocimiento]]",
|
|
22
|
+
"[[Pensamiento Estructurado]]",
|
|
23
|
+
"[[Hogar]]",
|
|
24
|
+
"[[Productividad]]",
|
|
25
|
+
"[[Exploración]]",
|
|
26
|
+
"[[Vínculos]]",
|
|
27
|
+
"[[Ejercicio]]",
|
|
28
|
+
"[[Energía Vital]]",
|
|
29
|
+
"[[Trabajo]]",
|
|
30
|
+
"[[Finanzas]]",
|
|
31
|
+
"[[Salud Mental]]",
|
|
32
|
+
"[[Creatividad]]"
|
|
33
|
+
],
|
|
34
|
+
"description": "Área"
|
|
35
|
+
},
|
|
36
|
+
"description": "Áreas"
|
|
37
|
+
},
|
|
38
|
+
"color": {
|
|
39
|
+
"default": "#CB6120",
|
|
40
|
+
"description": "Color de la nota.",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
43
|
+
},
|
|
44
|
+
"icon": {
|
|
45
|
+
"default": "shirt",
|
|
46
|
+
"description": "Icono de Lucide.",
|
|
47
|
+
"type": "string",
|
|
48
|
+
"pattern": "^[a-z-]+$"
|
|
49
|
+
},
|
|
50
|
+
"banner": {
|
|
51
|
+
"description": "Imagen",
|
|
52
|
+
"anyOf": [
|
|
53
|
+
{
|
|
54
|
+
"type": "string",
|
|
55
|
+
"format": "uri"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"type": "string",
|
|
59
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
60
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"cover": {
|
|
65
|
+
"description": "Portada de la prenda de ropa.",
|
|
66
|
+
"anyOf": [
|
|
67
|
+
{
|
|
68
|
+
"anyOf": [
|
|
69
|
+
{
|
|
70
|
+
"type": "string",
|
|
71
|
+
"format": "uri"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "string",
|
|
75
|
+
"pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
|
|
76
|
+
"description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"description": "Imagen: URL o Wikilink de una imagen."
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"type": "null"
|
|
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": "Bien",
|
|
113
|
+
"description": "Estado",
|
|
114
|
+
"type": "string",
|
|
115
|
+
"enum": [
|
|
116
|
+
"Nuevo",
|
|
117
|
+
"Bien",
|
|
118
|
+
"Gastado",
|
|
119
|
+
"Dañado",
|
|
120
|
+
"Retirar"
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
"rating": {
|
|
124
|
+
"description": "Puntuación de la nota.",
|
|
125
|
+
"anyOf": [
|
|
126
|
+
{
|
|
127
|
+
"type": "number",
|
|
128
|
+
"const": 7,
|
|
129
|
+
"description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"type": "number",
|
|
133
|
+
"const": 6,
|
|
134
|
+
"description": "Excelente, vale la pena repetirlo"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"type": "number",
|
|
138
|
+
"const": 5,
|
|
139
|
+
"description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"type": "number",
|
|
143
|
+
"const": 4,
|
|
144
|
+
"description": "Aceptable, sirve en caso de apuro."
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"type": "number",
|
|
148
|
+
"const": 3,
|
|
149
|
+
"description": "Malo, no lo hagas si puedes evitarlo."
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "number",
|
|
153
|
+
"const": 2,
|
|
154
|
+
"description": "Atroz, evítalo activamente, repulsivo"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"type": "number",
|
|
158
|
+
"const": 1,
|
|
159
|
+
"description": "Malvado, te cambia la vida para mal."
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
"aliases": {
|
|
164
|
+
"description": "Alias de la nota.",
|
|
165
|
+
"type": "array",
|
|
166
|
+
"items": {
|
|
167
|
+
"type": "string"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"subtype": {
|
|
171
|
+
"default": "[[Prendas]]",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"const": "[[Prendas]]",
|
|
174
|
+
"description": "Prendas de ropa"
|
|
175
|
+
},
|
|
5
176
|
"name": {
|
|
6
177
|
"type": "string",
|
|
7
178
|
"description": "Nombre descriptivo de la prenda de ropa"
|
|
@@ -296,18 +467,6 @@
|
|
|
296
467
|
]
|
|
297
468
|
}
|
|
298
469
|
},
|
|
299
|
-
"status": {
|
|
300
|
-
"default": "Bien",
|
|
301
|
-
"description": "Estado",
|
|
302
|
-
"type": "string",
|
|
303
|
-
"enum": [
|
|
304
|
-
"Nuevo",
|
|
305
|
-
"Bien",
|
|
306
|
-
"Gastado",
|
|
307
|
-
"Dañado",
|
|
308
|
-
"Retirar"
|
|
309
|
-
]
|
|
310
|
-
},
|
|
311
470
|
"size": {
|
|
312
471
|
"type": "string",
|
|
313
472
|
"enum": [
|
|
@@ -342,48 +501,16 @@
|
|
|
342
501
|
"items": {
|
|
343
502
|
"type": "number"
|
|
344
503
|
}
|
|
345
|
-
},
|
|
346
|
-
"type": {
|
|
347
|
-
"type": "string",
|
|
348
|
-
"const": "[[Recursos]]"
|
|
349
|
-
},
|
|
350
|
-
"subtype": {
|
|
351
|
-
"type": "string",
|
|
352
|
-
"const": "[[Prendas]]"
|
|
353
|
-
},
|
|
354
|
-
"areas": {
|
|
355
|
-
"type": "array",
|
|
356
|
-
"items": {
|
|
357
|
-
"type": "string",
|
|
358
|
-
"const": "[[Hogar]]"
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
"color": {
|
|
362
|
-
"type": "string",
|
|
363
|
-
"const": "#CB6120"
|
|
364
|
-
},
|
|
365
|
-
"icon": {
|
|
366
|
-
"type": "string",
|
|
367
|
-
"const": "shirt"
|
|
368
|
-
},
|
|
369
|
-
"cover": {
|
|
370
|
-
"type": "string"
|
|
371
504
|
}
|
|
372
505
|
},
|
|
373
506
|
"required": [
|
|
507
|
+
"topics",
|
|
374
508
|
"name",
|
|
375
509
|
"garment",
|
|
376
510
|
"slot",
|
|
377
511
|
"primary_color",
|
|
378
512
|
"layer",
|
|
379
|
-
"
|
|
380
|
-
"size",
|
|
381
|
-
"type",
|
|
382
|
-
"subtype",
|
|
383
|
-
"areas",
|
|
384
|
-
"color",
|
|
385
|
-
"icon"
|
|
513
|
+
"size"
|
|
386
514
|
],
|
|
387
|
-
"additionalProperties": false,
|
|
388
515
|
"description": "Prenda de ropa"
|
|
389
516
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "string",
|
|
4
|
+
"const": "[[Crónicas]]",
|
|
5
|
+
"description": "Narraciones detalladas sobre eventos, experiencias personales, cambios de vida, cambios de estado. (Diarios, Hebdomarios, Mensarios, Estacionarios, Anuarios)"
|
|
6
|
+
}
|