@segha/catalog 3.0.0 → 4.1.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 +49 -0
- 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 +22 -41
- package/es/Core/Common.ts +2 -2
- package/json-schemas/es/Article/ArticleSchema.json +1 -2
- package/json-schemas/es/Article/index.json +1 -2
- package/json-schemas/es/ArticleSchema.json +1 -2
- package/json-schemas/es/Book/BookSchema.json +1 -2
- package/json-schemas/es/Book/index.json +1 -2
- package/json-schemas/es/BookSchema.json +1 -2
- 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 +27 -23
- 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 +150 -446
- package/json-schemas/es/ClothingSchema.json +27 -23
- package/json-schemas/es/Core/CommonSchema.json +2 -3
- package/json-schemas/es/Core/ResourceSchema.json +1 -2
- package/json-schemas/es/Core/SourceSchema.json +1 -2
- package/json-schemas/es/Core/index.json +4 -7
- package/json-schemas/es/EncyclopediaEntry/EncyclopediaEntrySchema.json +1 -2
- package/json-schemas/es/EncyclopediaEntry/WikipediaEntrySchema.json +1 -2
- package/json-schemas/es/EncyclopediaEntry/index.json +2 -4
- package/json-schemas/es/EncyclopediaEntrySchema.json +1 -2
- package/json-schemas/es/Movie/MovieSchema.json +1 -2
- package/json-schemas/es/Movie/index.json +1 -2
- package/json-schemas/es/MovieSchema.json +1 -2
- package/json-schemas/es/NoteSchema.json +33 -35
- package/json-schemas/es/Painting/PaintingSchema.json +1 -2
- package/json-schemas/es/Painting/index.json +1 -2
- package/json-schemas/es/PaintingSchema.json +1 -2
- package/json-schemas/es/Video/VideoSchema.json +1 -2
- package/json-schemas/es/Video/VimeoSchema.json +1 -2
- package/json-schemas/es/Video/YoutubeSchema.json +1 -2
- package/json-schemas/es/Video/index.json +3 -6
- package/json-schemas/es/VideoSchema.json +1 -2
- package/json-schemas/es/VimeoSchema.json +1 -2
- package/json-schemas/es/WikipediaEntrySchema.json +1 -2
- package/json-schemas/es/YoutubeSchema.json +1 -2
- package/json-schemas/es/index.json +69 -369
- package/package.json +1 -1
- package/json-schemas/es/CatalogClothingSchema.json +0 -293
- package/json-schemas/es/Clothing/Cares.json +0 -17
- package/json-schemas/es/Clothing/CatalogClothingSchema.json +0 -293
- package/json-schemas/es/Clothing/Materials.json +0 -32
- package/json-schemas/es/Clothing/UseCases.json +0 -22
- package/json-schemas/es/Clothing/Variants.json +0 -41
package/package.json
CHANGED
|
@@ -1,293 +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
|
-
"deprecated": true,
|
|
292
|
-
"description": "Prenda de ropa: Datos obtenibles de catalogación"
|
|
293
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"description": "Cuidados",
|
|
4
|
-
"type": "array",
|
|
5
|
-
"items": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"enum": [
|
|
8
|
-
"Lavado a mano",
|
|
9
|
-
"Lavado a máquina",
|
|
10
|
-
"Lavado en seco",
|
|
11
|
-
"Frio",
|
|
12
|
-
"Caliente",
|
|
13
|
-
"Planchado",
|
|
14
|
-
"Planchado a vapor"
|
|
15
|
-
]
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,293 +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
|
-
"deprecated": true,
|
|
292
|
-
"description": "Prenda de ropa: Datos obtenibles de catalogación"
|
|
293
|
-
}
|
|
@@ -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,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
|
-
}
|