@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,292 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"name": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"description": "Nombre descriptivo de la prenda de ropa"
|
|
8
|
-
},
|
|
9
|
-
"garment": {
|
|
10
|
-
"type": "string",
|
|
11
|
-
"enum": [
|
|
12
|
-
"Camisetas Interiores",
|
|
13
|
-
"Calzoncillos",
|
|
14
|
-
"Bragas",
|
|
15
|
-
"Sujetadores",
|
|
16
|
-
"Calcetines",
|
|
17
|
-
"Camisetas",
|
|
18
|
-
"Polos",
|
|
19
|
-
"Camisas",
|
|
20
|
-
"Blusas",
|
|
21
|
-
"Tops",
|
|
22
|
-
"Jerseys",
|
|
23
|
-
"Sudaderas",
|
|
24
|
-
"Cárdigans",
|
|
25
|
-
"Chaquetas",
|
|
26
|
-
"Pantalones",
|
|
27
|
-
"Vaqueros",
|
|
28
|
-
"Chinos",
|
|
29
|
-
"Faldas",
|
|
30
|
-
"Shorts",
|
|
31
|
-
"Americanas",
|
|
32
|
-
"Abrigos",
|
|
33
|
-
"Gabardinas",
|
|
34
|
-
"Parkas",
|
|
35
|
-
"Cazadoras",
|
|
36
|
-
"Chalecos",
|
|
37
|
-
"Mallas",
|
|
38
|
-
"Ropa Técnica",
|
|
39
|
-
"Shorts Deportivos",
|
|
40
|
-
"Camisetas Técnicas",
|
|
41
|
-
"Vestidos",
|
|
42
|
-
"Monos",
|
|
43
|
-
"Zapatillas",
|
|
44
|
-
"Zapatos",
|
|
45
|
-
"Botas",
|
|
46
|
-
"Sandalias",
|
|
47
|
-
"Cinturones",
|
|
48
|
-
"Gorras",
|
|
49
|
-
"Sombreros",
|
|
50
|
-
"Bufandas",
|
|
51
|
-
"Guantes",
|
|
52
|
-
"Bolsos",
|
|
53
|
-
"Mochilas",
|
|
54
|
-
"Gafas de Sol",
|
|
55
|
-
"Pañuelos",
|
|
56
|
-
"Relojes",
|
|
57
|
-
"Joyas",
|
|
58
|
-
"Pijamas",
|
|
59
|
-
"Batas",
|
|
60
|
-
"Bañadores",
|
|
61
|
-
"Bikinis"
|
|
62
|
-
],
|
|
63
|
-
"description": "Tipo de Prenda"
|
|
64
|
-
},
|
|
65
|
-
"slot": {
|
|
66
|
-
"type": "string",
|
|
67
|
-
"enum": [
|
|
68
|
-
"Superior",
|
|
69
|
-
"Inferior",
|
|
70
|
-
"Cuerpo Completo",
|
|
71
|
-
"Exterior",
|
|
72
|
-
"Calzado",
|
|
73
|
-
"Accesorios"
|
|
74
|
-
],
|
|
75
|
-
"description": "Parte del outfit"
|
|
76
|
-
},
|
|
77
|
-
"variants": {
|
|
78
|
-
"description": "Detalles Estructurales",
|
|
79
|
-
"type": "array",
|
|
80
|
-
"items": {
|
|
81
|
-
"type": "string",
|
|
82
|
-
"enum": [
|
|
83
|
-
"Sin Mangas",
|
|
84
|
-
"Mangas Cortas",
|
|
85
|
-
"Mangas Largas",
|
|
86
|
-
"Cuello Redondo",
|
|
87
|
-
"Cuello Pico",
|
|
88
|
-
"Cuello Alto",
|
|
89
|
-
"Cuello Camisa",
|
|
90
|
-
"Cuello Polo",
|
|
91
|
-
"Cuello Panadero",
|
|
92
|
-
"Cuello Mao",
|
|
93
|
-
"Cuello Chimenea",
|
|
94
|
-
"Capucha",
|
|
95
|
-
"Overshirt",
|
|
96
|
-
"Cropped",
|
|
97
|
-
"Larga",
|
|
98
|
-
"Pierna Recta",
|
|
99
|
-
"Pitillo",
|
|
100
|
-
"Ancha",
|
|
101
|
-
"Cargo",
|
|
102
|
-
"Acampanado",
|
|
103
|
-
"Trench",
|
|
104
|
-
"Plumífero",
|
|
105
|
-
"Doble botonadura",
|
|
106
|
-
"Botones",
|
|
107
|
-
"Cremallera",
|
|
108
|
-
"Velcro",
|
|
109
|
-
"Cordones",
|
|
110
|
-
"Broches",
|
|
111
|
-
"Bolsillos",
|
|
112
|
-
"Sin Bolsillos",
|
|
113
|
-
"Reversible"
|
|
114
|
-
]
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
"fit": {
|
|
118
|
-
"description": "Ajuste",
|
|
119
|
-
"type": "string",
|
|
120
|
-
"enum": [
|
|
121
|
-
"Entallado",
|
|
122
|
-
"Ajustado",
|
|
123
|
-
"Regular",
|
|
124
|
-
"Relajado",
|
|
125
|
-
"Holgado",
|
|
126
|
-
"Extragrande"
|
|
127
|
-
]
|
|
128
|
-
},
|
|
129
|
-
"primary_color": {
|
|
130
|
-
"type": "string",
|
|
131
|
-
"enum": [
|
|
132
|
-
"Blanco",
|
|
133
|
-
"Negro",
|
|
134
|
-
"Gris",
|
|
135
|
-
"Beige",
|
|
136
|
-
"Marrón",
|
|
137
|
-
"Azul",
|
|
138
|
-
"Verde",
|
|
139
|
-
"Rojo",
|
|
140
|
-
"Burdeos",
|
|
141
|
-
"Rosa",
|
|
142
|
-
"Amarillo",
|
|
143
|
-
"Naranja",
|
|
144
|
-
"Morado",
|
|
145
|
-
"Camel",
|
|
146
|
-
"Caqui",
|
|
147
|
-
"Marino",
|
|
148
|
-
"Crema",
|
|
149
|
-
"Oro",
|
|
150
|
-
"Plata",
|
|
151
|
-
"Bronce"
|
|
152
|
-
],
|
|
153
|
-
"description": "Color principal"
|
|
154
|
-
},
|
|
155
|
-
"secondary_color": {
|
|
156
|
-
"description": "Color secundario",
|
|
157
|
-
"type": "string",
|
|
158
|
-
"enum": [
|
|
159
|
-
"Blanco",
|
|
160
|
-
"Negro",
|
|
161
|
-
"Gris",
|
|
162
|
-
"Beige",
|
|
163
|
-
"Marrón",
|
|
164
|
-
"Azul",
|
|
165
|
-
"Verde",
|
|
166
|
-
"Rojo",
|
|
167
|
-
"Burdeos",
|
|
168
|
-
"Rosa",
|
|
169
|
-
"Amarillo",
|
|
170
|
-
"Naranja",
|
|
171
|
-
"Morado",
|
|
172
|
-
"Camel",
|
|
173
|
-
"Caqui",
|
|
174
|
-
"Marino",
|
|
175
|
-
"Crema",
|
|
176
|
-
"Oro",
|
|
177
|
-
"Plata",
|
|
178
|
-
"Bronce"
|
|
179
|
-
]
|
|
180
|
-
},
|
|
181
|
-
"pattern": {
|
|
182
|
-
"description": "Estampado",
|
|
183
|
-
"type": "string",
|
|
184
|
-
"enum": [
|
|
185
|
-
"Liso",
|
|
186
|
-
"Rayas",
|
|
187
|
-
"Cuadros",
|
|
188
|
-
"Lunares",
|
|
189
|
-
"Animal Print",
|
|
190
|
-
"Floral",
|
|
191
|
-
"Geométrico",
|
|
192
|
-
"Camuflaje",
|
|
193
|
-
"EstampadoGráfico",
|
|
194
|
-
"Degradado"
|
|
195
|
-
]
|
|
196
|
-
},
|
|
197
|
-
"materials": {
|
|
198
|
-
"description": "Materiales",
|
|
199
|
-
"type": "array",
|
|
200
|
-
"items": {
|
|
201
|
-
"type": "string",
|
|
202
|
-
"enum": [
|
|
203
|
-
"Algodón",
|
|
204
|
-
"Lino",
|
|
205
|
-
"Lana",
|
|
206
|
-
"Seda",
|
|
207
|
-
"Cuero",
|
|
208
|
-
"Cachemir",
|
|
209
|
-
"Ante",
|
|
210
|
-
"Poliéster",
|
|
211
|
-
"Nylon",
|
|
212
|
-
"Elastano",
|
|
213
|
-
"Viscosa",
|
|
214
|
-
"Piel Sintética",
|
|
215
|
-
"Gore-Tex",
|
|
216
|
-
"Denim",
|
|
217
|
-
"Punto",
|
|
218
|
-
"Felpa",
|
|
219
|
-
"Tweed",
|
|
220
|
-
"Satén",
|
|
221
|
-
"Terciopelo",
|
|
222
|
-
"Jacquard",
|
|
223
|
-
"Franela",
|
|
224
|
-
"Gabardina"
|
|
225
|
-
]
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"layer": {
|
|
229
|
-
"type": "string",
|
|
230
|
-
"enum": [
|
|
231
|
-
"Base",
|
|
232
|
-
"Intermedia",
|
|
233
|
-
"Exterior"
|
|
234
|
-
],
|
|
235
|
-
"description": "Capa Térmica"
|
|
236
|
-
},
|
|
237
|
-
"season": {
|
|
238
|
-
"description": "Estaciones",
|
|
239
|
-
"type": "string",
|
|
240
|
-
"enum": [
|
|
241
|
-
"Invierno",
|
|
242
|
-
"Verano",
|
|
243
|
-
"Entretiempo",
|
|
244
|
-
"Todo el año"
|
|
245
|
-
]
|
|
246
|
-
},
|
|
247
|
-
"use_case": {
|
|
248
|
-
"description": "Casos de uso",
|
|
249
|
-
"type": "array",
|
|
250
|
-
"items": {
|
|
251
|
-
"type": "string",
|
|
252
|
-
"enum": [
|
|
253
|
-
"Capsula",
|
|
254
|
-
"Favorita",
|
|
255
|
-
"Básico",
|
|
256
|
-
"Deporte",
|
|
257
|
-
"Trabajo",
|
|
258
|
-
"Evento",
|
|
259
|
-
"Viaje",
|
|
260
|
-
"Casa",
|
|
261
|
-
"Fiesta",
|
|
262
|
-
"Playa",
|
|
263
|
-
"Lluvia",
|
|
264
|
-
"Frío Extremo"
|
|
265
|
-
]
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
"formality": {
|
|
269
|
-
"description": "Formalidad",
|
|
270
|
-
"type": "string",
|
|
271
|
-
"enum": [
|
|
272
|
-
"Muy Informal",
|
|
273
|
-
"Casual",
|
|
274
|
-
"Arreglado",
|
|
275
|
-
"Formal",
|
|
276
|
-
"Etiqueta"
|
|
277
|
-
]
|
|
278
|
-
},
|
|
279
|
-
"brand": {
|
|
280
|
-
"description": "The brand of the clothing",
|
|
281
|
-
"type": "string"
|
|
282
|
-
}
|
|
283
|
-
},
|
|
284
|
-
"required": [
|
|
285
|
-
"name",
|
|
286
|
-
"garment",
|
|
287
|
-
"slot",
|
|
288
|
-
"primary_color",
|
|
289
|
-
"layer"
|
|
290
|
-
],
|
|
291
|
-
"description": "Prenda de ropa: Datos obtenibles de catalogación"
|
|
292
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"cares": {
|
|
6
|
-
"description": "Cuidados",
|
|
7
|
-
"type": "array",
|
|
8
|
-
"items": {
|
|
9
|
-
"type": "string",
|
|
10
|
-
"enum": [
|
|
11
|
-
"Lavado a mano",
|
|
12
|
-
"Lavado a máquina",
|
|
13
|
-
"Lavado en seco",
|
|
14
|
-
"Frio",
|
|
15
|
-
"Caliente",
|
|
16
|
-
"Planchado",
|
|
17
|
-
"Planchado a vapor"
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"status": {
|
|
22
|
-
"default": "Bien",
|
|
23
|
-
"description": "Estado",
|
|
24
|
-
"type": "string",
|
|
25
|
-
"enum": [
|
|
26
|
-
"Nuevo",
|
|
27
|
-
"Bien",
|
|
28
|
-
"Gastado",
|
|
29
|
-
"Dañado",
|
|
30
|
-
"Retirar"
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
"size": {
|
|
34
|
-
"type": "string",
|
|
35
|
-
"enum": [
|
|
36
|
-
"28",
|
|
37
|
-
"30",
|
|
38
|
-
"32",
|
|
39
|
-
"34",
|
|
40
|
-
"36",
|
|
41
|
-
"37",
|
|
42
|
-
"38",
|
|
43
|
-
"39",
|
|
44
|
-
"40",
|
|
45
|
-
"41",
|
|
46
|
-
"42",
|
|
47
|
-
"43",
|
|
48
|
-
"44",
|
|
49
|
-
"45",
|
|
50
|
-
"46",
|
|
51
|
-
"48",
|
|
52
|
-
"XS",
|
|
53
|
-
"S",
|
|
54
|
-
"M",
|
|
55
|
-
"L",
|
|
56
|
-
"XL",
|
|
57
|
-
"XXL",
|
|
58
|
-
"XXXL"
|
|
59
|
-
]
|
|
60
|
-
},
|
|
61
|
-
"measurements": {
|
|
62
|
-
"description": "Medidas",
|
|
63
|
-
"type": "array",
|
|
64
|
-
"items": {
|
|
65
|
-
"type": "number"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"required": [
|
|
70
|
-
"size"
|
|
71
|
-
],
|
|
72
|
-
"description": "Prenda de ropa: Datos adicionales"
|
|
73
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"description": "Materiales",
|
|
4
|
-
"type": "array",
|
|
5
|
-
"items": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"enum": [
|
|
8
|
-
"Algodón",
|
|
9
|
-
"Lino",
|
|
10
|
-
"Lana",
|
|
11
|
-
"Seda",
|
|
12
|
-
"Cuero",
|
|
13
|
-
"Cachemir",
|
|
14
|
-
"Ante",
|
|
15
|
-
"Poliéster",
|
|
16
|
-
"Nylon",
|
|
17
|
-
"Elastano",
|
|
18
|
-
"Viscosa",
|
|
19
|
-
"Piel Sintética",
|
|
20
|
-
"Gore-Tex",
|
|
21
|
-
"Denim",
|
|
22
|
-
"Punto",
|
|
23
|
-
"Felpa",
|
|
24
|
-
"Tweed",
|
|
25
|
-
"Satén",
|
|
26
|
-
"Terciopelo",
|
|
27
|
-
"Jacquard",
|
|
28
|
-
"Franela",
|
|
29
|
-
"Gabardina"
|
|
30
|
-
]
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,60 +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": "[[Recursos]]"
|
|
8
|
-
},
|
|
9
|
-
"subtype": {
|
|
10
|
-
"type": "string",
|
|
11
|
-
"const": "[[Prendas]]"
|
|
12
|
-
},
|
|
13
|
-
"areas": {
|
|
14
|
-
"default": [
|
|
15
|
-
"[[Hogar]]"
|
|
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": "#CB6120",
|
|
42
|
-
"description": "Color de la nota.",
|
|
43
|
-
"type": "string"
|
|
44
|
-
},
|
|
45
|
-
"icon": {
|
|
46
|
-
"default": "shirt",
|
|
47
|
-
"description": "Icono de Lucide.",
|
|
48
|
-
"type": "string"
|
|
49
|
-
},
|
|
50
|
-
"cover": {
|
|
51
|
-
"description": "Foto de la prenda de ropa.",
|
|
52
|
-
"type": "string"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"required": [
|
|
56
|
-
"type",
|
|
57
|
-
"subtype"
|
|
58
|
-
],
|
|
59
|
-
"description": "Prenda de ropa: Metadatos de Nota"
|
|
60
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"description": "Casos de uso",
|
|
4
|
-
"type": "array",
|
|
5
|
-
"items": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"enum": [
|
|
8
|
-
"Capsula",
|
|
9
|
-
"Favorita",
|
|
10
|
-
"Básico",
|
|
11
|
-
"Deporte",
|
|
12
|
-
"Trabajo",
|
|
13
|
-
"Evento",
|
|
14
|
-
"Viaje",
|
|
15
|
-
"Casa",
|
|
16
|
-
"Fiesta",
|
|
17
|
-
"Playa",
|
|
18
|
-
"Lluvia",
|
|
19
|
-
"Frío Extremo"
|
|
20
|
-
]
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"description": "Detalles Estructurales",
|
|
4
|
-
"type": "array",
|
|
5
|
-
"items": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"enum": [
|
|
8
|
-
"Sin Mangas",
|
|
9
|
-
"Mangas Cortas",
|
|
10
|
-
"Mangas Largas",
|
|
11
|
-
"Cuello Redondo",
|
|
12
|
-
"Cuello Pico",
|
|
13
|
-
"Cuello Alto",
|
|
14
|
-
"Cuello Camisa",
|
|
15
|
-
"Cuello Polo",
|
|
16
|
-
"Cuello Panadero",
|
|
17
|
-
"Cuello Mao",
|
|
18
|
-
"Cuello Chimenea",
|
|
19
|
-
"Capucha",
|
|
20
|
-
"Overshirt",
|
|
21
|
-
"Cropped",
|
|
22
|
-
"Larga",
|
|
23
|
-
"Pierna Recta",
|
|
24
|
-
"Pitillo",
|
|
25
|
-
"Ancha",
|
|
26
|
-
"Cargo",
|
|
27
|
-
"Acampanado",
|
|
28
|
-
"Trench",
|
|
29
|
-
"Plumífero",
|
|
30
|
-
"Doble botonadura",
|
|
31
|
-
"Botones",
|
|
32
|
-
"Cremallera",
|
|
33
|
-
"Velcro",
|
|
34
|
-
"Cordones",
|
|
35
|
-
"Broches",
|
|
36
|
-
"Bolsillos",
|
|
37
|
-
"Sin Bolsillos",
|
|
38
|
-
"Reversible"
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,38 +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 Proceso",
|
|
10
|
-
"Leído",
|
|
11
|
-
"Consolidado"
|
|
12
|
-
],
|
|
13
|
-
"description": "Estado de lectura"
|
|
14
|
-
},
|
|
15
|
-
"projects": {
|
|
16
|
-
"description": "Proyectos",
|
|
17
|
-
"type": "array",
|
|
18
|
-
"items": {
|
|
19
|
-
"type": "string"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"topics": {
|
|
23
|
-
"description": "Temas",
|
|
24
|
-
"type": "array",
|
|
25
|
-
"items": {
|
|
26
|
-
"type": "string"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"rating": {
|
|
30
|
-
"description": "Puntuación del artículo",
|
|
31
|
-
"type": "number"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"required": [
|
|
35
|
-
"status"
|
|
36
|
-
],
|
|
37
|
-
"description": "Artículo: Datos adicionales"
|
|
38
|
-
}
|
|
@@ -1,43 +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 Proceso",
|
|
10
|
-
"Leído",
|
|
11
|
-
"Consolidado"
|
|
12
|
-
],
|
|
13
|
-
"description": "Estado de lectura"
|
|
14
|
-
},
|
|
15
|
-
"topics": {
|
|
16
|
-
"description": "Temas",
|
|
17
|
-
"type": "array",
|
|
18
|
-
"items": {
|
|
19
|
-
"type": "string"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"rating": {
|
|
23
|
-
"description": "Puntuación del libro",
|
|
24
|
-
"type": "number"
|
|
25
|
-
},
|
|
26
|
-
"online_rating": {
|
|
27
|
-
"description": "Puntuación en línea",
|
|
28
|
-
"type": "number"
|
|
29
|
-
},
|
|
30
|
-
"last_time_read": {
|
|
31
|
-
"description": "Última vez leído",
|
|
32
|
-
"type": "string"
|
|
33
|
-
},
|
|
34
|
-
"times_read": {
|
|
35
|
-
"description": "Veces leído",
|
|
36
|
-
"type": "number"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"required": [
|
|
40
|
-
"status"
|
|
41
|
-
],
|
|
42
|
-
"description": "Libro: Datos adicionales"
|
|
43
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"cares": {
|
|
6
|
-
"description": "Cuidados",
|
|
7
|
-
"type": "array",
|
|
8
|
-
"items": {
|
|
9
|
-
"type": "string",
|
|
10
|
-
"enum": [
|
|
11
|
-
"Lavado a mano",
|
|
12
|
-
"Lavado a máquina",
|
|
13
|
-
"Lavado en seco",
|
|
14
|
-
"Frio",
|
|
15
|
-
"Caliente",
|
|
16
|
-
"Planchado",
|
|
17
|
-
"Planchado a vapor"
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"status": {
|
|
22
|
-
"default": "Bien",
|
|
23
|
-
"description": "Estado",
|
|
24
|
-
"type": "string",
|
|
25
|
-
"enum": [
|
|
26
|
-
"Nuevo",
|
|
27
|
-
"Bien",
|
|
28
|
-
"Gastado",
|
|
29
|
-
"Dañado",
|
|
30
|
-
"Retirar"
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
"size": {
|
|
34
|
-
"type": "string",
|
|
35
|
-
"enum": [
|
|
36
|
-
"28",
|
|
37
|
-
"30",
|
|
38
|
-
"32",
|
|
39
|
-
"34",
|
|
40
|
-
"36",
|
|
41
|
-
"37",
|
|
42
|
-
"38",
|
|
43
|
-
"39",
|
|
44
|
-
"40",
|
|
45
|
-
"41",
|
|
46
|
-
"42",
|
|
47
|
-
"43",
|
|
48
|
-
"44",
|
|
49
|
-
"45",
|
|
50
|
-
"46",
|
|
51
|
-
"48",
|
|
52
|
-
"XS",
|
|
53
|
-
"S",
|
|
54
|
-
"M",
|
|
55
|
-
"L",
|
|
56
|
-
"XL",
|
|
57
|
-
"XXL",
|
|
58
|
-
"XXXL"
|
|
59
|
-
]
|
|
60
|
-
},
|
|
61
|
-
"measurements": {
|
|
62
|
-
"description": "Medidas",
|
|
63
|
-
"type": "array",
|
|
64
|
-
"items": {
|
|
65
|
-
"type": "number"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"required": [
|
|
70
|
-
"size"
|
|
71
|
-
],
|
|
72
|
-
"description": "Prenda de ropa: Datos adicionales"
|
|
73
|
-
}
|