@segha/catalog 0.1.0 → 1.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +28 -11
  2. package/README.md +42 -40
  3. package/es/Clothing/Colors.ts +14 -0
  4. package/es/Clothing/Fit.ts +3 -1
  5. package/es/Clothing/Garment.ts +43 -7
  6. package/es/Clothing/{use_cases.ts → UseCases.ts} +4 -0
  7. package/es/Clothing/index.ts +10 -9
  8. package/es/Clothing/materials.ts +10 -0
  9. package/es/Clothing/variants.ts +25 -2
  10. package/json-schemas/CatalogClothingSchema.json +74 -8
  11. package/json-schemas/ClothingSchema.json +74 -8
  12. package/json-schemas/es/CatalogClothingSchema.json +74 -8
  13. package/json-schemas/es/Clothing/Accessories.json +7 -2
  14. package/json-schemas/es/Clothing/AdditionalFeatures.json +9 -0
  15. package/json-schemas/es/Clothing/Bottom.json +2 -1
  16. package/json-schemas/es/Clothing/CatalogClothingSchema.json +74 -8
  17. package/json-schemas/es/Clothing/Closures.json +11 -0
  18. package/json-schemas/es/Clothing/ClothingSchema.json +74 -8
  19. package/json-schemas/es/Clothing/Color.json +4 -1
  20. package/json-schemas/es/Clothing/CommonFabric.json +7 -1
  21. package/json-schemas/es/Clothing/Dress.json +2 -1
  22. package/json-schemas/es/Clothing/Fit.json +3 -1
  23. package/json-schemas/es/Clothing/Garment.json +19 -1
  24. package/json-schemas/es/Clothing/Home.json +9 -0
  25. package/json-schemas/es/Clothing/Material.json +11 -1
  26. package/json-schemas/es/Clothing/Materials.json +11 -1
  27. package/json-schemas/es/Clothing/MetallicColor.json +9 -0
  28. package/json-schemas/es/Clothing/NaturalMaterial.json +3 -1
  29. package/json-schemas/es/Clothing/Necks.json +6 -1
  30. package/json-schemas/es/Clothing/Pants.json +2 -1
  31. package/json-schemas/es/Clothing/Pattern.json +8 -1
  32. package/json-schemas/es/Clothing/PrimaryColor.json +4 -1
  33. package/json-schemas/es/Clothing/SecondaryColor.json +4 -1
  34. package/json-schemas/es/Clothing/Shoes.json +2 -1
  35. package/json-schemas/es/Clothing/Sportswear.json +11 -0
  36. package/json-schemas/es/Clothing/Swimsuits.json +9 -0
  37. package/json-schemas/es/Clothing/SyntheticMaterial.json +3 -1
  38. package/json-schemas/es/Clothing/Top.json +2 -1
  39. package/json-schemas/es/Clothing/Underwear.json +12 -0
  40. package/json-schemas/es/Clothing/UseCase.json +5 -1
  41. package/json-schemas/es/Clothing/UseCases.json +5 -1
  42. package/json-schemas/es/Clothing/Variant.json +15 -1
  43. package/json-schemas/es/Clothing/Variants.json +15 -1
  44. package/json-schemas/es/Clothing/index.json +225 -704
  45. package/json-schemas/es/ClothingSchema.json +74 -8
  46. package/json-schemas/es/index.json +148 -16
  47. package/json-schemas/index.json +148 -16
  48. package/package.json +21 -3
@@ -97,7 +97,19 @@
97
97
  "Camel",
98
98
  "Caqui",
99
99
  "Marino",
100
- "Crema"
100
+ "Crema",
101
+ "Oro",
102
+ "Plata",
103
+ "Bronce"
104
+ ]
105
+ },
106
+ "MetallicColor": {
107
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
108
+ "type": "string",
109
+ "enum": [
110
+ "Oro",
111
+ "Plata",
112
+ "Bronce"
101
113
  ]
102
114
  },
103
115
  "Pattern": {
@@ -107,7 +119,14 @@
107
119
  "enum": [
108
120
  "Liso",
109
121
  "Rayas",
110
- "Cuadros"
122
+ "Cuadros",
123
+ "Lunares",
124
+ "Animal Print",
125
+ "Floral",
126
+ "Geométrico",
127
+ "Camuflaje",
128
+ "EstampadoGráfico",
129
+ "Degradado"
111
130
  ]
112
131
  },
113
132
  "PrimaryColor": {
@@ -130,7 +149,10 @@
130
149
  "Camel",
131
150
  "Caqui",
132
151
  "Marino",
133
- "Crema"
152
+ "Crema",
153
+ "Oro",
154
+ "Plata",
155
+ "Bronce"
134
156
  ],
135
157
  "description": "Color principal"
136
158
  },
@@ -155,7 +177,10 @@
155
177
  "Camel",
156
178
  "Caqui",
157
179
  "Marino",
158
- "Crema"
180
+ "Crema",
181
+ "Oro",
182
+ "Plata",
183
+ "Bronce"
159
184
  ]
160
185
  },
161
186
  "SpecialColor": {
@@ -174,9 +199,11 @@
174
199
  "type": "string",
175
200
  "enum": [
176
201
  "Entallado",
202
+ "Ajustado",
177
203
  "Regular",
178
204
  "Relajado",
179
- "Oversize"
205
+ "Holgado",
206
+ "Extragrande"
180
207
  ]
181
208
  },
182
209
  "Formality": {
@@ -201,8 +228,13 @@
201
228
  "Bufandas",
202
229
  "Guantes",
203
230
  "Bolsos",
204
- "Mochilas"
205
- ]
231
+ "Mochilas",
232
+ "Gafas de Sol",
233
+ "Pañuelos",
234
+ "Relojes",
235
+ "Joyas"
236
+ ],
237
+ "description": "Accesorios"
206
238
  },
207
239
  "Bottom": {
208
240
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -213,7 +245,8 @@
213
245
  "Chinos",
214
246
  "Faldas",
215
247
  "Shorts"
216
- ]
248
+ ],
249
+ "description": "Ropa Inferior"
217
250
  },
218
251
  "Dress": {
219
252
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -221,12 +254,18 @@
221
254
  "enum": [
222
255
  "Vestidos",
223
256
  "Monos"
224
- ]
257
+ ],
258
+ "description": "Pieza única"
225
259
  },
226
260
  "Garment": {
227
261
  "$schema": "https://json-schema.org/draft/2020-12/schema",
228
262
  "type": "string",
229
263
  "enum": [
264
+ "Camisetas Interiores",
265
+ "Calzoncillos",
266
+ "Bragas",
267
+ "Sujetadores",
268
+ "Calcetines",
230
269
  "Camisetas",
231
270
  "Polos",
232
271
  "Camisas",
@@ -241,11 +280,16 @@
241
280
  "Chinos",
242
281
  "Faldas",
243
282
  "Shorts",
283
+ "Americanas",
244
284
  "Abrigos",
245
285
  "Gabardinas",
246
286
  "Parkas",
247
287
  "Cazadoras",
248
288
  "Chalecos",
289
+ "Mallas",
290
+ "Ropa Técnica",
291
+ "Shorts Deportivos",
292
+ "Camisetas Técnicas",
249
293
  "Vestidos",
250
294
  "Monos",
251
295
  "Zapatillas",
@@ -258,10 +302,27 @@
258
302
  "Bufandas",
259
303
  "Guantes",
260
304
  "Bolsos",
261
- "Mochilas"
305
+ "Mochilas",
306
+ "Gafas de Sol",
307
+ "Pañuelos",
308
+ "Relojes",
309
+ "Joyas",
310
+ "Pijamas",
311
+ "Batas",
312
+ "Bañadores",
313
+ "Bikinis"
262
314
  ],
263
315
  "description": "Tipo de Prenda"
264
316
  },
317
+ "Home": {
318
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
319
+ "type": "string",
320
+ "enum": [
321
+ "Pijamas",
322
+ "Batas"
323
+ ],
324
+ "description": "Ropa de Casa"
325
+ },
265
326
  "Outerwear": {
266
327
  "$schema": "https://json-schema.org/draft/2020-12/schema",
267
328
  "type": "string",
@@ -279,7 +340,28 @@
279
340
  "Zapatos",
280
341
  "Botas",
281
342
  "Sandalias"
282
- ]
343
+ ],
344
+ "description": "Calzado"
345
+ },
346
+ "Sportswear": {
347
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
348
+ "type": "string",
349
+ "enum": [
350
+ "Mallas",
351
+ "Ropa Técnica",
352
+ "Shorts Deportivos",
353
+ "Camisetas Técnicas"
354
+ ],
355
+ "description": "Ropa Deportiva"
356
+ },
357
+ "Swimsuits": {
358
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
359
+ "type": "string",
360
+ "enum": [
361
+ "Bañadores",
362
+ "Bikinis"
363
+ ],
364
+ "description": "Trajes de baño"
283
365
  },
284
366
  "Top": {
285
367
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -294,673 +376,60 @@
294
376
  "Sudaderas",
295
377
  "Cárdigans",
296
378
  "Chaquetas"
297
- ]
298
- },
299
- "CatalogClothingSchema": {
300
- "$schema": "https://json-schema.org/draft/2020-12/schema",
301
- "type": "object",
302
- "properties": {
303
- "garment": {
304
- "type": "string",
305
- "enum": [
306
- "Camisetas",
307
- "Polos",
308
- "Camisas",
309
- "Blusas",
310
- "Tops",
311
- "Jerseys",
312
- "Sudaderas",
313
- "Cárdigans",
314
- "Chaquetas",
315
- "Pantalones",
316
- "Vaqueros",
317
- "Chinos",
318
- "Faldas",
319
- "Shorts",
320
- "Abrigos",
321
- "Gabardinas",
322
- "Parkas",
323
- "Cazadoras",
324
- "Chalecos",
325
- "Vestidos",
326
- "Monos",
327
- "Zapatillas",
328
- "Zapatos",
329
- "Botas",
330
- "Sandalias",
331
- "Cinturones",
332
- "Gorras",
333
- "Sombreros",
334
- "Bufandas",
335
- "Guantes",
336
- "Bolsos",
337
- "Mochilas"
338
- ],
339
- "description": "Tipo de Prenda"
340
- },
341
- "slot": {
342
- "type": "string",
343
- "enum": [
344
- "Superior",
345
- "Inferior",
346
- "Cuerpo Completo",
347
- "Exterior",
348
- "Calzado",
349
- "Accesorios"
350
- ],
351
- "description": "Parte del outfit"
352
- },
353
- "variants": {
354
- "description": "Detalles Estructurales",
355
- "type": "array",
356
- "items": {
357
- "type": "string",
358
- "enum": [
359
- "Sin Mangas",
360
- "Mangas Cortas",
361
- "Mangas Largas",
362
- "Cuello Redondo",
363
- "Cuello Pico",
364
- "Cuello Alto",
365
- "Cuello Camisa",
366
- "Overshirt",
367
- "Cropped",
368
- "Larga",
369
- "Pierna Recta",
370
- "Pitillo",
371
- "Ancha",
372
- "Cargo",
373
- "Trench",
374
- "Plumífero",
375
- "Doble botonadura"
376
- ]
377
- }
378
- },
379
- "fit": {
380
- "description": "Ajuste",
381
- "type": "string",
382
- "enum": [
383
- "Entallado",
384
- "Regular",
385
- "Relajado",
386
- "Oversize"
387
- ]
388
- },
389
- "primary_color": {
390
- "type": "string",
391
- "enum": [
392
- "Blanco",
393
- "Negro",
394
- "Gris",
395
- "Beige",
396
- "Marrón",
397
- "Azul",
398
- "Verde",
399
- "Rojo",
400
- "Burdeos",
401
- "Rosa",
402
- "Amarillo",
403
- "Naranja",
404
- "Morado",
405
- "Camel",
406
- "Caqui",
407
- "Marino",
408
- "Crema"
409
- ],
410
- "description": "Color principal"
411
- },
412
- "secondary_color": {
413
- "description": "Color secundario",
414
- "type": "string",
415
- "enum": [
416
- "Blanco",
417
- "Negro",
418
- "Gris",
419
- "Beige",
420
- "Marrón",
421
- "Azul",
422
- "Verde",
423
- "Rojo",
424
- "Burdeos",
425
- "Rosa",
426
- "Amarillo",
427
- "Naranja",
428
- "Morado",
429
- "Camel",
430
- "Caqui",
431
- "Marino",
432
- "Crema"
433
- ]
434
- },
435
- "pattern": {
436
- "description": "Estampado",
437
- "type": "string",
438
- "enum": [
439
- "Liso",
440
- "Rayas",
441
- "Cuadros"
442
- ]
443
- },
444
- "materials": {
445
- "description": "Materiales",
446
- "type": "array",
447
- "items": {
448
- "type": "string",
449
- "enum": [
450
- "Algodón",
451
- "Lino",
452
- "Lana",
453
- "Seda",
454
- "Cuero",
455
- "Poliéster",
456
- "Nylon",
457
- "Elastano",
458
- "Viscosa",
459
- "Denim",
460
- "Punto",
461
- "Felpa"
462
- ]
463
- }
464
- },
465
- "layer": {
466
- "type": "string",
467
- "enum": [
468
- "Base",
469
- "Intermedia",
470
- "Exterior"
471
- ],
472
- "description": "Capa Térmica"
473
- },
474
- "season": {
475
- "description": "Estaciones",
476
- "type": "string",
477
- "enum": [
478
- "Invierno",
479
- "Verano",
480
- "Entretiempo",
481
- "Todo el año"
482
- ]
483
- },
484
- "use_case": {
485
- "description": "Casos de uso",
486
- "type": "array",
487
- "items": {
488
- "type": "string",
489
- "enum": [
490
- "Capsula",
491
- "Favorita",
492
- "Básico",
493
- "Deporte",
494
- "Trabajo",
495
- "Evento",
496
- "Viaje",
497
- "Casa"
498
- ]
499
- }
500
- },
501
- "formality": {
502
- "description": "Formalidad",
503
- "type": "string",
504
- "enum": [
505
- "Muy Informal",
506
- "Casual",
507
- "Arreglado",
508
- "Formal",
509
- "Etiqueta"
510
- ]
511
- },
512
- "brand": {
513
- "description": "The brand of the clothing",
514
- "type": "string"
515
- }
516
- },
517
- "required": [
518
- "garment",
519
- "slot",
520
- "primary_color",
521
- "layer"
522
379
  ],
523
- "additionalProperties": false,
524
- "description": "Prenda de ropa: Datos obtenibles de catalogación"
380
+ "description": "Ropa Superior"
525
381
  },
526
- "ClothingSchema": {
382
+ "Underwear": {
527
383
  "$schema": "https://json-schema.org/draft/2020-12/schema",
528
- "type": "object",
529
- "properties": {
530
- "garment": {
531
- "type": "string",
532
- "enum": [
533
- "Camisetas",
534
- "Polos",
535
- "Camisas",
536
- "Blusas",
537
- "Tops",
538
- "Jerseys",
539
- "Sudaderas",
540
- "Cárdigans",
541
- "Chaquetas",
542
- "Pantalones",
543
- "Vaqueros",
544
- "Chinos",
545
- "Faldas",
546
- "Shorts",
547
- "Abrigos",
548
- "Gabardinas",
549
- "Parkas",
550
- "Cazadoras",
551
- "Chalecos",
552
- "Vestidos",
553
- "Monos",
554
- "Zapatillas",
555
- "Zapatos",
556
- "Botas",
557
- "Sandalias",
558
- "Cinturones",
559
- "Gorras",
560
- "Sombreros",
561
- "Bufandas",
562
- "Guantes",
563
- "Bolsos",
564
- "Mochilas"
565
- ],
566
- "description": "Tipo de Prenda"
567
- },
568
- "slot": {
569
- "type": "string",
570
- "enum": [
571
- "Superior",
572
- "Inferior",
573
- "Cuerpo Completo",
574
- "Exterior",
575
- "Calzado",
576
- "Accesorios"
577
- ],
578
- "description": "Parte del outfit"
579
- },
580
- "variants": {
581
- "description": "Detalles Estructurales",
582
- "type": "array",
583
- "items": {
584
- "type": "string",
585
- "enum": [
586
- "Sin Mangas",
587
- "Mangas Cortas",
588
- "Mangas Largas",
589
- "Cuello Redondo",
590
- "Cuello Pico",
591
- "Cuello Alto",
592
- "Cuello Camisa",
593
- "Overshirt",
594
- "Cropped",
595
- "Larga",
596
- "Pierna Recta",
597
- "Pitillo",
598
- "Ancha",
599
- "Cargo",
600
- "Trench",
601
- "Plumífero",
602
- "Doble botonadura"
603
- ]
604
- }
605
- },
606
- "fit": {
607
- "description": "Ajuste",
608
- "type": "string",
609
- "enum": [
610
- "Entallado",
611
- "Regular",
612
- "Relajado",
613
- "Oversize"
614
- ]
615
- },
616
- "primary_color": {
617
- "type": "string",
618
- "enum": [
619
- "Blanco",
620
- "Negro",
621
- "Gris",
622
- "Beige",
623
- "Marrón",
624
- "Azul",
625
- "Verde",
626
- "Rojo",
627
- "Burdeos",
628
- "Rosa",
629
- "Amarillo",
630
- "Naranja",
631
- "Morado",
632
- "Camel",
633
- "Caqui",
634
- "Marino",
635
- "Crema"
636
- ],
637
- "description": "Color principal"
638
- },
639
- "secondary_color": {
640
- "description": "Color secundario",
641
- "type": "string",
642
- "enum": [
643
- "Blanco",
644
- "Negro",
645
- "Gris",
646
- "Beige",
647
- "Marrón",
648
- "Azul",
649
- "Verde",
650
- "Rojo",
651
- "Burdeos",
652
- "Rosa",
653
- "Amarillo",
654
- "Naranja",
655
- "Morado",
656
- "Camel",
657
- "Caqui",
658
- "Marino",
659
- "Crema"
660
- ]
661
- },
662
- "pattern": {
663
- "description": "Estampado",
664
- "type": "string",
665
- "enum": [
666
- "Liso",
667
- "Rayas",
668
- "Cuadros"
669
- ]
670
- },
671
- "materials": {
672
- "description": "Materiales",
673
- "type": "array",
674
- "items": {
675
- "type": "string",
676
- "enum": [
677
- "Algodón",
678
- "Lino",
679
- "Lana",
680
- "Seda",
681
- "Cuero",
682
- "Poliéster",
683
- "Nylon",
684
- "Elastano",
685
- "Viscosa",
686
- "Denim",
687
- "Punto",
688
- "Felpa"
689
- ]
690
- }
691
- },
692
- "layer": {
693
- "type": "string",
694
- "enum": [
695
- "Base",
696
- "Intermedia",
697
- "Exterior"
698
- ],
699
- "description": "Capa Térmica"
700
- },
701
- "season": {
702
- "description": "Estaciones",
703
- "type": "string",
704
- "enum": [
705
- "Invierno",
706
- "Verano",
707
- "Entretiempo",
708
- "Todo el año"
709
- ]
710
- },
711
- "use_case": {
712
- "description": "Casos de uso",
713
- "type": "array",
714
- "items": {
715
- "type": "string",
716
- "enum": [
717
- "Capsula",
718
- "Favorita",
719
- "Básico",
720
- "Deporte",
721
- "Trabajo",
722
- "Evento",
723
- "Viaje",
724
- "Casa"
725
- ]
726
- }
727
- },
728
- "formality": {
729
- "description": "Formalidad",
730
- "type": "string",
731
- "enum": [
732
- "Muy Informal",
733
- "Casual",
734
- "Arreglado",
735
- "Formal",
736
- "Etiqueta"
737
- ]
738
- },
739
- "brand": {
740
- "description": "The brand of the clothing",
741
- "type": "string"
742
- },
743
- "cares": {
744
- "description": "Cuidados",
745
- "type": "array",
746
- "items": {
747
- "type": "string",
748
- "enum": [
749
- "Lavado a mano",
750
- "Lavado a máquina",
751
- "Lavado en seco",
752
- "Frio",
753
- "Caliente",
754
- "Planchado",
755
- "Planchado a vapor"
756
- ]
757
- }
758
- },
759
- "status": {
760
- "default": "Bien",
761
- "description": "Estado",
762
- "type": "string",
763
- "enum": [
764
- "Nuevo",
765
- "Bien",
766
- "Gastado",
767
- "Dañado",
768
- "Retirar"
769
- ]
770
- },
771
- "size": {
772
- "type": "string",
773
- "enum": [
774
- "28",
775
- "30",
776
- "32",
777
- "34",
778
- "36",
779
- "37",
780
- "38",
781
- "39",
782
- "40",
783
- "41",
784
- "42",
785
- "43",
786
- "44",
787
- "45",
788
- "46",
789
- "48",
790
- "XS",
791
- "S",
792
- "M",
793
- "L",
794
- "XL",
795
- "XXL",
796
- "XXXL"
797
- ]
798
- },
799
- "measurements": {
800
- "description": "Medidas",
801
- "type": "array",
802
- "items": {
803
- "type": "number"
804
- }
805
- },
806
- "type": {
807
- "type": "string",
808
- "const": "[[Recursos]]"
809
- },
810
- "subtype": {
811
- "type": "string",
812
- "const": "[[Prendas]]"
813
- },
814
- "areas": {
815
- "type": "array",
816
- "items": {
817
- "type": "string",
818
- "const": "[[Hogar]]"
819
- }
820
- },
821
- "color": {
822
- "type": "string",
823
- "const": "#CB6120"
824
- },
825
- "icon": {
826
- "type": "string",
827
- "const": "shirt"
828
- },
829
- "cover": {
830
- "type": "string"
831
- }
832
- },
833
- "required": [
834
- "garment",
835
- "slot",
836
- "primary_color",
837
- "layer",
838
- "status",
839
- "size",
840
- "type",
841
- "subtype",
842
- "areas",
843
- "color",
844
- "icon"
384
+ "type": "string",
385
+ "enum": [
386
+ "Camisetas Interiores",
387
+ "Calzoncillos",
388
+ "Bragas",
389
+ "Sujetadores",
390
+ "Calcetines"
845
391
  ],
846
- "additionalProperties": false,
847
- "description": "Prenda de ropa"
392
+ "description": "Ropa Interior"
848
393
  },
849
- "DetailedClothingSchema": {
394
+ "UseCase": {
850
395
  "$schema": "https://json-schema.org/draft/2020-12/schema",
851
- "type": "object",
852
- "properties": {
853
- "cares": {
854
- "description": "Cuidados",
855
- "type": "array",
856
- "items": {
857
- "type": "string",
858
- "enum": [
859
- "Lavado a mano",
860
- "Lavado a máquina",
861
- "Lavado en seco",
862
- "Frio",
863
- "Caliente",
864
- "Planchado",
865
- "Planchado a vapor"
866
- ]
867
- }
868
- },
869
- "status": {
870
- "default": "Bien",
871
- "description": "Estado",
872
- "type": "string",
873
- "enum": [
874
- "Nuevo",
875
- "Bien",
876
- "Gastado",
877
- "Dañado",
878
- "Retirar"
879
- ]
880
- },
881
- "size": {
882
- "type": "string",
883
- "enum": [
884
- "28",
885
- "30",
886
- "32",
887
- "34",
888
- "36",
889
- "37",
890
- "38",
891
- "39",
892
- "40",
893
- "41",
894
- "42",
895
- "43",
896
- "44",
897
- "45",
898
- "46",
899
- "48",
900
- "XS",
901
- "S",
902
- "M",
903
- "L",
904
- "XL",
905
- "XXL",
906
- "XXXL"
907
- ]
908
- },
909
- "measurements": {
910
- "description": "Medidas",
911
- "type": "array",
912
- "items": {
913
- "type": "number"
914
- }
915
- }
916
- },
917
- "required": [
918
- "status",
919
- "size"
920
- ],
921
- "additionalProperties": false,
922
- "description": "Prenda de ropa: Datos adicionales de dificil obtención"
396
+ "type": "string",
397
+ "enum": [
398
+ "Capsula",
399
+ "Favorita",
400
+ "Básico",
401
+ "Deporte",
402
+ "Trabajo",
403
+ "Evento",
404
+ "Viaje",
405
+ "Casa",
406
+ "Fiesta",
407
+ "Playa",
408
+ "Lluvia",
409
+ "Frío Extremo"
410
+ ]
923
411
  },
924
- "MetaClothingSchema": {
412
+ "UseCases": {
925
413
  "$schema": "https://json-schema.org/draft/2020-12/schema",
926
- "type": "object",
927
- "properties": {
928
- "type": {
929
- "type": "string",
930
- "const": "[[Recursos]]"
931
- },
932
- "subtype": {
933
- "type": "string",
934
- "const": "[[Prendas]]"
935
- },
936
- "areas": {
937
- "type": "array",
938
- "items": {
939
- "type": "string",
940
- "const": "[[Hogar]]"
941
- }
942
- },
943
- "color": {
944
- "type": "string",
945
- "const": "#CB6120"
946
- },
947
- "icon": {
948
- "type": "string",
949
- "const": "shirt"
950
- },
951
- "cover": {
952
- "type": "string"
953
- }
954
- },
955
- "required": [
956
- "type",
957
- "subtype",
958
- "areas",
959
- "color",
960
- "icon"
961
- ],
962
- "additionalProperties": false,
963
- "description": "Prenda de ropa: Metadatos de Nota"
414
+ "description": "Casos de uso",
415
+ "type": "array",
416
+ "items": {
417
+ "type": "string",
418
+ "enum": [
419
+ "Capsula",
420
+ "Favorita",
421
+ "Básico",
422
+ "Deporte",
423
+ "Trabajo",
424
+ "Evento",
425
+ "Viaje",
426
+ "Casa",
427
+ "Fiesta",
428
+ "Playa",
429
+ "Lluvia",
430
+ "Frío Extremo"
431
+ ]
432
+ }
964
433
  },
965
434
  "Layer": {
966
435
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -978,7 +447,13 @@
978
447
  "enum": [
979
448
  "Denim",
980
449
  "Punto",
981
- "Felpa"
450
+ "Felpa",
451
+ "Tweed",
452
+ "Satén",
453
+ "Terciopelo",
454
+ "Jacquard",
455
+ "Franela",
456
+ "Gabardina"
982
457
  ]
983
458
  },
984
459
  "Material": {
@@ -990,13 +465,23 @@
990
465
  "Lana",
991
466
  "Seda",
992
467
  "Cuero",
468
+ "Cachemir",
469
+ "Ante",
993
470
  "Poliéster",
994
471
  "Nylon",
995
472
  "Elastano",
996
473
  "Viscosa",
474
+ "Piel Sintética",
475
+ "Gore-Tex",
997
476
  "Denim",
998
477
  "Punto",
999
- "Felpa"
478
+ "Felpa",
479
+ "Tweed",
480
+ "Satén",
481
+ "Terciopelo",
482
+ "Jacquard",
483
+ "Franela",
484
+ "Gabardina"
1000
485
  ]
1001
486
  },
1002
487
  "Materials": {
@@ -1011,13 +496,23 @@
1011
496
  "Lana",
1012
497
  "Seda",
1013
498
  "Cuero",
499
+ "Cachemir",
500
+ "Ante",
1014
501
  "Poliéster",
1015
502
  "Nylon",
1016
503
  "Elastano",
1017
504
  "Viscosa",
505
+ "Piel Sintética",
506
+ "Gore-Tex",
1018
507
  "Denim",
1019
508
  "Punto",
1020
- "Felpa"
509
+ "Felpa",
510
+ "Tweed",
511
+ "Satén",
512
+ "Terciopelo",
513
+ "Jacquard",
514
+ "Franela",
515
+ "Gabardina"
1021
516
  ]
1022
517
  }
1023
518
  },
@@ -1029,7 +524,9 @@
1029
524
  "Lino",
1030
525
  "Lana",
1031
526
  "Seda",
1032
- "Cuero"
527
+ "Cuero",
528
+ "Cachemir",
529
+ "Ante"
1033
530
  ]
1034
531
  },
1035
532
  "SyntheticMaterial": {
@@ -1039,7 +536,9 @@
1039
536
  "Poliéster",
1040
537
  "Nylon",
1041
538
  "Elastano",
1042
- "Viscosa"
539
+ "Viscosa",
540
+ "Piel Sintética",
541
+ "Gore-Tex"
1043
542
  ]
1044
543
  },
1045
544
  "Measurements": {
@@ -1162,37 +661,25 @@
1162
661
  "Retirar"
1163
662
  ]
1164
663
  },
1165
- "UseCase": {
664
+ "AdditionalFeatures": {
1166
665
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1167
666
  "type": "string",
1168
667
  "enum": [
1169
- "Capsula",
1170
- "Favorita",
1171
- "Básico",
1172
- "Deporte",
1173
- "Trabajo",
1174
- "Evento",
1175
- "Viaje",
1176
- "Casa"
668
+ "Bolsillos",
669
+ "Sin Bolsillos",
670
+ "Reversible"
1177
671
  ]
1178
672
  },
1179
- "UseCases": {
673
+ "Closures": {
1180
674
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1181
- "description": "Casos de uso",
1182
- "type": "array",
1183
- "items": {
1184
- "type": "string",
1185
- "enum": [
1186
- "Capsula",
1187
- "Favorita",
1188
- "Básico",
1189
- "Deporte",
1190
- "Trabajo",
1191
- "Evento",
1192
- "Viaje",
1193
- "Casa"
1194
- ]
1195
- }
675
+ "type": "string",
676
+ "enum": [
677
+ "Botones",
678
+ "Cremallera",
679
+ "Velcro",
680
+ "Cordones",
681
+ "Broches"
682
+ ]
1196
683
  },
1197
684
  "Necks": {
1198
685
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -1201,7 +688,12 @@
1201
688
  "Cuello Redondo",
1202
689
  "Cuello Pico",
1203
690
  "Cuello Alto",
1204
- "Cuello Camisa"
691
+ "Cuello Camisa",
692
+ "Cuello Polo",
693
+ "Cuello Panadero",
694
+ "Cuello Mao",
695
+ "Cuello Chimenea",
696
+ "Capucha"
1205
697
  ]
1206
698
  },
1207
699
  "Pants": {
@@ -1211,7 +703,8 @@
1211
703
  "Pierna Recta",
1212
704
  "Pitillo",
1213
705
  "Ancha",
1214
- "Cargo"
706
+ "Cargo",
707
+ "Acampanado"
1215
708
  ]
1216
709
  },
1217
710
  "Sleeves": {
@@ -1243,6 +736,11 @@
1243
736
  "Cuello Pico",
1244
737
  "Cuello Alto",
1245
738
  "Cuello Camisa",
739
+ "Cuello Polo",
740
+ "Cuello Panadero",
741
+ "Cuello Mao",
742
+ "Cuello Chimenea",
743
+ "Capucha",
1246
744
  "Overshirt",
1247
745
  "Cropped",
1248
746
  "Larga",
@@ -1250,9 +748,18 @@
1250
748
  "Pitillo",
1251
749
  "Ancha",
1252
750
  "Cargo",
751
+ "Acampanado",
1253
752
  "Trench",
1254
753
  "Plumífero",
1255
- "Doble botonadura"
754
+ "Doble botonadura",
755
+ "Botones",
756
+ "Cremallera",
757
+ "Velcro",
758
+ "Cordones",
759
+ "Broches",
760
+ "Bolsillos",
761
+ "Sin Bolsillos",
762
+ "Reversible"
1256
763
  ]
1257
764
  },
1258
765
  "Variants": {
@@ -1269,6 +776,11 @@
1269
776
  "Cuello Pico",
1270
777
  "Cuello Alto",
1271
778
  "Cuello Camisa",
779
+ "Cuello Polo",
780
+ "Cuello Panadero",
781
+ "Cuello Mao",
782
+ "Cuello Chimenea",
783
+ "Capucha",
1272
784
  "Overshirt",
1273
785
  "Cropped",
1274
786
  "Larga",
@@ -1276,9 +788,18 @@
1276
788
  "Pitillo",
1277
789
  "Ancha",
1278
790
  "Cargo",
791
+ "Acampanado",
1279
792
  "Trench",
1280
793
  "Plumífero",
1281
- "Doble botonadura"
794
+ "Doble botonadura",
795
+ "Botones",
796
+ "Cremallera",
797
+ "Velcro",
798
+ "Cordones",
799
+ "Broches",
800
+ "Bolsillos",
801
+ "Sin Bolsillos",
802
+ "Reversible"
1282
803
  ]
1283
804
  }
1284
805
  }