@segha/catalog 1.0.0 → 1.2.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.
@@ -391,820 +391,32 @@
391
391
  ],
392
392
  "description": "Ropa Interior"
393
393
  },
394
- "CatalogClothingSchema": {
394
+ "Layer": {
395
395
  "$schema": "https://json-schema.org/draft/2020-12/schema",
396
- "type": "object",
397
- "properties": {
398
- "garment": {
399
- "type": "string",
400
- "enum": [
401
- "Camisetas Interiores",
402
- "Calzoncillos",
403
- "Bragas",
404
- "Sujetadores",
405
- "Calcetines",
406
- "Camisetas",
407
- "Polos",
408
- "Camisas",
409
- "Blusas",
410
- "Tops",
411
- "Jerseys",
412
- "Sudaderas",
413
- "Cárdigans",
414
- "Chaquetas",
415
- "Pantalones",
416
- "Vaqueros",
417
- "Chinos",
418
- "Faldas",
419
- "Shorts",
420
- "Americanas",
421
- "Abrigos",
422
- "Gabardinas",
423
- "Parkas",
424
- "Cazadoras",
425
- "Chalecos",
426
- "Mallas",
427
- "Ropa Técnica",
428
- "Shorts Deportivos",
429
- "Camisetas Técnicas",
430
- "Vestidos",
431
- "Monos",
432
- "Zapatillas",
433
- "Zapatos",
434
- "Botas",
435
- "Sandalias",
436
- "Cinturones",
437
- "Gorras",
438
- "Sombreros",
439
- "Bufandas",
440
- "Guantes",
441
- "Bolsos",
442
- "Mochilas",
443
- "Gafas de Sol",
444
- "Pañuelos",
445
- "Relojes",
446
- "Joyas",
447
- "Pijamas",
448
- "Batas",
449
- "Bañadores",
450
- "Bikinis"
451
- ],
452
- "description": "Tipo de Prenda"
453
- },
454
- "slot": {
455
- "type": "string",
456
- "enum": [
457
- "Superior",
458
- "Inferior",
459
- "Cuerpo Completo",
460
- "Exterior",
461
- "Calzado",
462
- "Accesorios"
463
- ],
464
- "description": "Parte del outfit"
465
- },
466
- "variants": {
467
- "description": "Detalles Estructurales",
468
- "type": "array",
469
- "items": {
470
- "type": "string",
471
- "enum": [
472
- "Sin Mangas",
473
- "Mangas Cortas",
474
- "Mangas Largas",
475
- "Cuello Redondo",
476
- "Cuello Pico",
477
- "Cuello Alto",
478
- "Cuello Camisa",
479
- "Cuello Polo",
480
- "Cuello Panadero",
481
- "Cuello Mao",
482
- "Cuello Chimenea",
483
- "Capucha",
484
- "Overshirt",
485
- "Cropped",
486
- "Larga",
487
- "Pierna Recta",
488
- "Pitillo",
489
- "Ancha",
490
- "Cargo",
491
- "Acampanado",
492
- "Trench",
493
- "Plumífero",
494
- "Doble botonadura",
495
- "Botones",
496
- "Cremallera",
497
- "Velcro",
498
- "Cordones",
499
- "Broches",
500
- "Bolsillos",
501
- "Sin Bolsillos",
502
- "Reversible"
503
- ]
504
- }
505
- },
506
- "fit": {
507
- "description": "Ajuste",
508
- "type": "string",
509
- "enum": [
510
- "Entallado",
511
- "Ajustado",
512
- "Regular",
513
- "Relajado",
514
- "Holgado",
515
- "Extragrande"
516
- ]
517
- },
518
- "primary_color": {
519
- "type": "string",
520
- "enum": [
521
- "Blanco",
522
- "Negro",
523
- "Gris",
524
- "Beige",
525
- "Marrón",
526
- "Azul",
527
- "Verde",
528
- "Rojo",
529
- "Burdeos",
530
- "Rosa",
531
- "Amarillo",
532
- "Naranja",
533
- "Morado",
534
- "Camel",
535
- "Caqui",
536
- "Marino",
537
- "Crema",
538
- "Oro",
539
- "Plata",
540
- "Bronce"
541
- ],
542
- "description": "Color principal"
543
- },
544
- "secondary_color": {
545
- "description": "Color secundario",
546
- "type": "string",
547
- "enum": [
548
- "Blanco",
549
- "Negro",
550
- "Gris",
551
- "Beige",
552
- "Marrón",
553
- "Azul",
554
- "Verde",
555
- "Rojo",
556
- "Burdeos",
557
- "Rosa",
558
- "Amarillo",
559
- "Naranja",
560
- "Morado",
561
- "Camel",
562
- "Caqui",
563
- "Marino",
564
- "Crema",
565
- "Oro",
566
- "Plata",
567
- "Bronce"
568
- ]
569
- },
570
- "pattern": {
571
- "description": "Estampado",
572
- "type": "string",
573
- "enum": [
574
- "Liso",
575
- "Rayas",
576
- "Cuadros",
577
- "Lunares",
578
- "Animal Print",
579
- "Floral",
580
- "Geométrico",
581
- "Camuflaje",
582
- "EstampadoGráfico",
583
- "Degradado"
584
- ]
585
- },
586
- "materials": {
587
- "description": "Materiales",
588
- "type": "array",
589
- "items": {
590
- "type": "string",
591
- "enum": [
592
- "Algodón",
593
- "Lino",
594
- "Lana",
595
- "Seda",
596
- "Cuero",
597
- "Cachemir",
598
- "Ante",
599
- "Poliéster",
600
- "Nylon",
601
- "Elastano",
602
- "Viscosa",
603
- "Piel Sintética",
604
- "Gore-Tex",
605
- "Denim",
606
- "Punto",
607
- "Felpa",
608
- "Tweed",
609
- "Satén",
610
- "Terciopelo",
611
- "Jacquard",
612
- "Franela",
613
- "Gabardina"
614
- ]
615
- }
616
- },
617
- "layer": {
618
- "type": "string",
619
- "enum": [
620
- "Base",
621
- "Intermedia",
622
- "Exterior"
623
- ],
624
- "description": "Capa Térmica"
625
- },
626
- "season": {
627
- "description": "Estaciones",
628
- "type": "string",
629
- "enum": [
630
- "Invierno",
631
- "Verano",
632
- "Entretiempo",
633
- "Todo el año"
634
- ]
635
- },
636
- "use_case": {
637
- "description": "Casos de uso",
638
- "type": "array",
639
- "items": {
640
- "type": "string",
641
- "enum": [
642
- "Capsula",
643
- "Favorita",
644
- "Básico",
645
- "Deporte",
646
- "Trabajo",
647
- "Evento",
648
- "Viaje",
649
- "Casa",
650
- "Fiesta",
651
- "Playa",
652
- "Lluvia",
653
- "Frío Extremo"
654
- ]
655
- }
656
- },
657
- "formality": {
658
- "description": "Formalidad",
659
- "type": "string",
660
- "enum": [
661
- "Muy Informal",
662
- "Casual",
663
- "Arreglado",
664
- "Formal",
665
- "Etiqueta"
666
- ]
667
- },
668
- "brand": {
669
- "description": "The brand of the clothing",
670
- "type": "string"
671
- }
672
- },
673
- "required": [
674
- "garment",
675
- "slot",
676
- "primary_color",
677
- "layer"
396
+ "type": "string",
397
+ "enum": [
398
+ "Base",
399
+ "Intermedia",
400
+ "Exterior"
678
401
  ],
679
- "additionalProperties": false,
680
- "description": "Prenda de ropa: Datos obtenibles de catalogación"
402
+ "description": "Capa Térmica"
681
403
  },
682
- "ClothingSchema": {
404
+ "CommonFabric": {
683
405
  "$schema": "https://json-schema.org/draft/2020-12/schema",
684
- "type": "object",
685
- "properties": {
686
- "garment": {
687
- "type": "string",
688
- "enum": [
689
- "Camisetas Interiores",
690
- "Calzoncillos",
691
- "Bragas",
692
- "Sujetadores",
693
- "Calcetines",
694
- "Camisetas",
695
- "Polos",
696
- "Camisas",
697
- "Blusas",
698
- "Tops",
699
- "Jerseys",
700
- "Sudaderas",
701
- "Cárdigans",
702
- "Chaquetas",
703
- "Pantalones",
704
- "Vaqueros",
705
- "Chinos",
706
- "Faldas",
707
- "Shorts",
708
- "Americanas",
709
- "Abrigos",
710
- "Gabardinas",
711
- "Parkas",
712
- "Cazadoras",
713
- "Chalecos",
714
- "Mallas",
715
- "Ropa Técnica",
716
- "Shorts Deportivos",
717
- "Camisetas Técnicas",
718
- "Vestidos",
719
- "Monos",
720
- "Zapatillas",
721
- "Zapatos",
722
- "Botas",
723
- "Sandalias",
724
- "Cinturones",
725
- "Gorras",
726
- "Sombreros",
727
- "Bufandas",
728
- "Guantes",
729
- "Bolsos",
730
- "Mochilas",
731
- "Gafas de Sol",
732
- "Pañuelos",
733
- "Relojes",
734
- "Joyas",
735
- "Pijamas",
736
- "Batas",
737
- "Bañadores",
738
- "Bikinis"
739
- ],
740
- "description": "Tipo de Prenda"
741
- },
742
- "slot": {
743
- "type": "string",
744
- "enum": [
745
- "Superior",
746
- "Inferior",
747
- "Cuerpo Completo",
748
- "Exterior",
749
- "Calzado",
750
- "Accesorios"
751
- ],
752
- "description": "Parte del outfit"
753
- },
754
- "variants": {
755
- "description": "Detalles Estructurales",
756
- "type": "array",
757
- "items": {
758
- "type": "string",
759
- "enum": [
760
- "Sin Mangas",
761
- "Mangas Cortas",
762
- "Mangas Largas",
763
- "Cuello Redondo",
764
- "Cuello Pico",
765
- "Cuello Alto",
766
- "Cuello Camisa",
767
- "Cuello Polo",
768
- "Cuello Panadero",
769
- "Cuello Mao",
770
- "Cuello Chimenea",
771
- "Capucha",
772
- "Overshirt",
773
- "Cropped",
774
- "Larga",
775
- "Pierna Recta",
776
- "Pitillo",
777
- "Ancha",
778
- "Cargo",
779
- "Acampanado",
780
- "Trench",
781
- "Plumífero",
782
- "Doble botonadura",
783
- "Botones",
784
- "Cremallera",
785
- "Velcro",
786
- "Cordones",
787
- "Broches",
788
- "Bolsillos",
789
- "Sin Bolsillos",
790
- "Reversible"
791
- ]
792
- }
793
- },
794
- "fit": {
795
- "description": "Ajuste",
796
- "type": "string",
797
- "enum": [
798
- "Entallado",
799
- "Ajustado",
800
- "Regular",
801
- "Relajado",
802
- "Holgado",
803
- "Extragrande"
804
- ]
805
- },
806
- "primary_color": {
807
- "type": "string",
808
- "enum": [
809
- "Blanco",
810
- "Negro",
811
- "Gris",
812
- "Beige",
813
- "Marrón",
814
- "Azul",
815
- "Verde",
816
- "Rojo",
817
- "Burdeos",
818
- "Rosa",
819
- "Amarillo",
820
- "Naranja",
821
- "Morado",
822
- "Camel",
823
- "Caqui",
824
- "Marino",
825
- "Crema",
826
- "Oro",
827
- "Plata",
828
- "Bronce"
829
- ],
830
- "description": "Color principal"
831
- },
832
- "secondary_color": {
833
- "description": "Color secundario",
834
- "type": "string",
835
- "enum": [
836
- "Blanco",
837
- "Negro",
838
- "Gris",
839
- "Beige",
840
- "Marrón",
841
- "Azul",
842
- "Verde",
843
- "Rojo",
844
- "Burdeos",
845
- "Rosa",
846
- "Amarillo",
847
- "Naranja",
848
- "Morado",
849
- "Camel",
850
- "Caqui",
851
- "Marino",
852
- "Crema",
853
- "Oro",
854
- "Plata",
855
- "Bronce"
856
- ]
857
- },
858
- "pattern": {
859
- "description": "Estampado",
860
- "type": "string",
861
- "enum": [
862
- "Liso",
863
- "Rayas",
864
- "Cuadros",
865
- "Lunares",
866
- "Animal Print",
867
- "Floral",
868
- "Geométrico",
869
- "Camuflaje",
870
- "EstampadoGráfico",
871
- "Degradado"
872
- ]
873
- },
874
- "materials": {
875
- "description": "Materiales",
876
- "type": "array",
877
- "items": {
878
- "type": "string",
879
- "enum": [
880
- "Algodón",
881
- "Lino",
882
- "Lana",
883
- "Seda",
884
- "Cuero",
885
- "Cachemir",
886
- "Ante",
887
- "Poliéster",
888
- "Nylon",
889
- "Elastano",
890
- "Viscosa",
891
- "Piel Sintética",
892
- "Gore-Tex",
893
- "Denim",
894
- "Punto",
895
- "Felpa",
896
- "Tweed",
897
- "Satén",
898
- "Terciopelo",
899
- "Jacquard",
900
- "Franela",
901
- "Gabardina"
902
- ]
903
- }
904
- },
905
- "layer": {
906
- "type": "string",
907
- "enum": [
908
- "Base",
909
- "Intermedia",
910
- "Exterior"
911
- ],
912
- "description": "Capa Térmica"
913
- },
914
- "season": {
915
- "description": "Estaciones",
916
- "type": "string",
917
- "enum": [
918
- "Invierno",
919
- "Verano",
920
- "Entretiempo",
921
- "Todo el año"
922
- ]
923
- },
924
- "use_case": {
925
- "description": "Casos de uso",
926
- "type": "array",
927
- "items": {
928
- "type": "string",
929
- "enum": [
930
- "Capsula",
931
- "Favorita",
932
- "Básico",
933
- "Deporte",
934
- "Trabajo",
935
- "Evento",
936
- "Viaje",
937
- "Casa",
938
- "Fiesta",
939
- "Playa",
940
- "Lluvia",
941
- "Frío Extremo"
942
- ]
943
- }
944
- },
945
- "formality": {
946
- "description": "Formalidad",
947
- "type": "string",
948
- "enum": [
949
- "Muy Informal",
950
- "Casual",
951
- "Arreglado",
952
- "Formal",
953
- "Etiqueta"
954
- ]
955
- },
956
- "brand": {
957
- "description": "The brand of the clothing",
958
- "type": "string"
959
- },
960
- "cares": {
961
- "description": "Cuidados",
962
- "type": "array",
963
- "items": {
964
- "type": "string",
965
- "enum": [
966
- "Lavado a mano",
967
- "Lavado a máquina",
968
- "Lavado en seco",
969
- "Frio",
970
- "Caliente",
971
- "Planchado",
972
- "Planchado a vapor"
973
- ]
974
- }
975
- },
976
- "status": {
977
- "default": "Bien",
978
- "description": "Estado",
979
- "type": "string",
980
- "enum": [
981
- "Nuevo",
982
- "Bien",
983
- "Gastado",
984
- "Dañado",
985
- "Retirar"
986
- ]
987
- },
988
- "size": {
989
- "type": "string",
990
- "enum": [
991
- "28",
992
- "30",
993
- "32",
994
- "34",
995
- "36",
996
- "37",
997
- "38",
998
- "39",
999
- "40",
1000
- "41",
1001
- "42",
1002
- "43",
1003
- "44",
1004
- "45",
1005
- "46",
1006
- "48",
1007
- "XS",
1008
- "S",
1009
- "M",
1010
- "L",
1011
- "XL",
1012
- "XXL",
1013
- "XXXL"
1014
- ]
1015
- },
1016
- "measurements": {
1017
- "description": "Medidas",
1018
- "type": "array",
1019
- "items": {
1020
- "type": "number"
1021
- }
1022
- },
1023
- "type": {
1024
- "type": "string",
1025
- "const": "[[Recursos]]"
1026
- },
1027
- "subtype": {
1028
- "type": "string",
1029
- "const": "[[Prendas]]"
1030
- },
1031
- "areas": {
1032
- "type": "array",
1033
- "items": {
1034
- "type": "string",
1035
- "const": "[[Hogar]]"
1036
- }
1037
- },
1038
- "color": {
1039
- "type": "string",
1040
- "const": "#CB6120"
1041
- },
1042
- "icon": {
1043
- "type": "string",
1044
- "const": "shirt"
1045
- },
1046
- "cover": {
1047
- "type": "string"
1048
- }
1049
- },
1050
- "required": [
1051
- "garment",
1052
- "slot",
1053
- "primary_color",
1054
- "layer",
1055
- "status",
1056
- "size",
1057
- "type",
1058
- "subtype",
1059
- "areas",
1060
- "color",
1061
- "icon"
1062
- ],
1063
- "additionalProperties": false,
1064
- "description": "Prenda de ropa"
1065
- },
1066
- "DetailedClothingSchema": {
1067
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1068
- "type": "object",
1069
- "properties": {
1070
- "cares": {
1071
- "description": "Cuidados",
1072
- "type": "array",
1073
- "items": {
1074
- "type": "string",
1075
- "enum": [
1076
- "Lavado a mano",
1077
- "Lavado a máquina",
1078
- "Lavado en seco",
1079
- "Frio",
1080
- "Caliente",
1081
- "Planchado",
1082
- "Planchado a vapor"
1083
- ]
1084
- }
1085
- },
1086
- "status": {
1087
- "default": "Bien",
1088
- "description": "Estado",
1089
- "type": "string",
1090
- "enum": [
1091
- "Nuevo",
1092
- "Bien",
1093
- "Gastado",
1094
- "Dañado",
1095
- "Retirar"
1096
- ]
1097
- },
1098
- "size": {
1099
- "type": "string",
1100
- "enum": [
1101
- "28",
1102
- "30",
1103
- "32",
1104
- "34",
1105
- "36",
1106
- "37",
1107
- "38",
1108
- "39",
1109
- "40",
1110
- "41",
1111
- "42",
1112
- "43",
1113
- "44",
1114
- "45",
1115
- "46",
1116
- "48",
1117
- "XS",
1118
- "S",
1119
- "M",
1120
- "L",
1121
- "XL",
1122
- "XXL",
1123
- "XXXL"
1124
- ]
1125
- },
1126
- "measurements": {
1127
- "description": "Medidas",
1128
- "type": "array",
1129
- "items": {
1130
- "type": "number"
1131
- }
1132
- }
1133
- },
1134
- "required": [
1135
- "status",
1136
- "size"
1137
- ],
1138
- "additionalProperties": false,
1139
- "description": "Prenda de ropa: Datos adicionales de dificil obtención"
406
+ "type": "string",
407
+ "enum": [
408
+ "Denim",
409
+ "Punto",
410
+ "Felpa",
411
+ "Tweed",
412
+ "Satén",
413
+ "Terciopelo",
414
+ "Jacquard",
415
+ "Franela",
416
+ "Gabardina"
417
+ ]
1140
418
  },
1141
- "MetaClothingSchema": {
1142
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1143
- "type": "object",
1144
- "properties": {
1145
- "type": {
1146
- "type": "string",
1147
- "const": "[[Recursos]]"
1148
- },
1149
- "subtype": {
1150
- "type": "string",
1151
- "const": "[[Prendas]]"
1152
- },
1153
- "areas": {
1154
- "type": "array",
1155
- "items": {
1156
- "type": "string",
1157
- "const": "[[Hogar]]"
1158
- }
1159
- },
1160
- "color": {
1161
- "type": "string",
1162
- "const": "#CB6120"
1163
- },
1164
- "icon": {
1165
- "type": "string",
1166
- "const": "shirt"
1167
- },
1168
- "cover": {
1169
- "type": "string"
1170
- }
1171
- },
1172
- "required": [
1173
- "type",
1174
- "subtype",
1175
- "areas",
1176
- "color",
1177
- "icon"
1178
- ],
1179
- "additionalProperties": false,
1180
- "description": "Prenda de ropa: Metadatos de Nota"
1181
- },
1182
- "Layer": {
1183
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1184
- "type": "string",
1185
- "enum": [
1186
- "Base",
1187
- "Intermedia",
1188
- "Exterior"
1189
- ],
1190
- "description": "Capa Térmica"
1191
- },
1192
- "CommonFabric": {
1193
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1194
- "type": "string",
1195
- "enum": [
1196
- "Denim",
1197
- "Punto",
1198
- "Felpa",
1199
- "Tweed",
1200
- "Satén",
1201
- "Terciopelo",
1202
- "Jacquard",
1203
- "Franela",
1204
- "Gabardina"
1205
- ]
1206
- },
1207
- "Material": {
419
+ "Material": {
1208
420
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1209
421
  "type": "string",
1210
422
  "enum": [
@@ -1513,83 +725,881 @@
1513
725
  "Larga"
1514
726
  ]
1515
727
  },
1516
- "Variant": {
728
+ "Variant": {
729
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
730
+ "type": "string",
731
+ "enum": [
732
+ "Sin Mangas",
733
+ "Mangas Cortas",
734
+ "Mangas Largas",
735
+ "Cuello Redondo",
736
+ "Cuello Pico",
737
+ "Cuello Alto",
738
+ "Cuello Camisa",
739
+ "Cuello Polo",
740
+ "Cuello Panadero",
741
+ "Cuello Mao",
742
+ "Cuello Chimenea",
743
+ "Capucha",
744
+ "Overshirt",
745
+ "Cropped",
746
+ "Larga",
747
+ "Pierna Recta",
748
+ "Pitillo",
749
+ "Ancha",
750
+ "Cargo",
751
+ "Acampanado",
752
+ "Trench",
753
+ "Plumífero",
754
+ "Doble botonadura",
755
+ "Botones",
756
+ "Cremallera",
757
+ "Velcro",
758
+ "Cordones",
759
+ "Broches",
760
+ "Bolsillos",
761
+ "Sin Bolsillos",
762
+ "Reversible"
763
+ ]
764
+ },
765
+ "Variants": {
766
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
767
+ "description": "Detalles Estructurales",
768
+ "type": "array",
769
+ "items": {
770
+ "type": "string",
771
+ "enum": [
772
+ "Sin Mangas",
773
+ "Mangas Cortas",
774
+ "Mangas Largas",
775
+ "Cuello Redondo",
776
+ "Cuello Pico",
777
+ "Cuello Alto",
778
+ "Cuello Camisa",
779
+ "Cuello Polo",
780
+ "Cuello Panadero",
781
+ "Cuello Mao",
782
+ "Cuello Chimenea",
783
+ "Capucha",
784
+ "Overshirt",
785
+ "Cropped",
786
+ "Larga",
787
+ "Pierna Recta",
788
+ "Pitillo",
789
+ "Ancha",
790
+ "Cargo",
791
+ "Acampanado",
792
+ "Trench",
793
+ "Plumífero",
794
+ "Doble botonadura",
795
+ "Botones",
796
+ "Cremallera",
797
+ "Velcro",
798
+ "Cordones",
799
+ "Broches",
800
+ "Bolsillos",
801
+ "Sin Bolsillos",
802
+ "Reversible"
803
+ ]
804
+ }
805
+ },
806
+ "CatalogClothingSchema": {
807
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
808
+ "type": "object",
809
+ "properties": {
810
+ "name": {
811
+ "type": "string",
812
+ "description": "Nombre descriptivo de la prenda de ropa"
813
+ },
814
+ "garment": {
815
+ "type": "string",
816
+ "enum": [
817
+ "Camisetas Interiores",
818
+ "Calzoncillos",
819
+ "Bragas",
820
+ "Sujetadores",
821
+ "Calcetines",
822
+ "Camisetas",
823
+ "Polos",
824
+ "Camisas",
825
+ "Blusas",
826
+ "Tops",
827
+ "Jerseys",
828
+ "Sudaderas",
829
+ "Cárdigans",
830
+ "Chaquetas",
831
+ "Pantalones",
832
+ "Vaqueros",
833
+ "Chinos",
834
+ "Faldas",
835
+ "Shorts",
836
+ "Americanas",
837
+ "Abrigos",
838
+ "Gabardinas",
839
+ "Parkas",
840
+ "Cazadoras",
841
+ "Chalecos",
842
+ "Mallas",
843
+ "Ropa Técnica",
844
+ "Shorts Deportivos",
845
+ "Camisetas Técnicas",
846
+ "Vestidos",
847
+ "Monos",
848
+ "Zapatillas",
849
+ "Zapatos",
850
+ "Botas",
851
+ "Sandalias",
852
+ "Cinturones",
853
+ "Gorras",
854
+ "Sombreros",
855
+ "Bufandas",
856
+ "Guantes",
857
+ "Bolsos",
858
+ "Mochilas",
859
+ "Gafas de Sol",
860
+ "Pañuelos",
861
+ "Relojes",
862
+ "Joyas",
863
+ "Pijamas",
864
+ "Batas",
865
+ "Bañadores",
866
+ "Bikinis"
867
+ ],
868
+ "description": "Tipo de Prenda"
869
+ },
870
+ "slot": {
871
+ "type": "string",
872
+ "enum": [
873
+ "Superior",
874
+ "Inferior",
875
+ "Cuerpo Completo",
876
+ "Exterior",
877
+ "Calzado",
878
+ "Accesorios"
879
+ ],
880
+ "description": "Parte del outfit"
881
+ },
882
+ "variants": {
883
+ "description": "Detalles Estructurales",
884
+ "type": "array",
885
+ "items": {
886
+ "type": "string",
887
+ "enum": [
888
+ "Sin Mangas",
889
+ "Mangas Cortas",
890
+ "Mangas Largas",
891
+ "Cuello Redondo",
892
+ "Cuello Pico",
893
+ "Cuello Alto",
894
+ "Cuello Camisa",
895
+ "Cuello Polo",
896
+ "Cuello Panadero",
897
+ "Cuello Mao",
898
+ "Cuello Chimenea",
899
+ "Capucha",
900
+ "Overshirt",
901
+ "Cropped",
902
+ "Larga",
903
+ "Pierna Recta",
904
+ "Pitillo",
905
+ "Ancha",
906
+ "Cargo",
907
+ "Acampanado",
908
+ "Trench",
909
+ "Plumífero",
910
+ "Doble botonadura",
911
+ "Botones",
912
+ "Cremallera",
913
+ "Velcro",
914
+ "Cordones",
915
+ "Broches",
916
+ "Bolsillos",
917
+ "Sin Bolsillos",
918
+ "Reversible"
919
+ ]
920
+ }
921
+ },
922
+ "fit": {
923
+ "description": "Ajuste",
924
+ "type": "string",
925
+ "enum": [
926
+ "Entallado",
927
+ "Ajustado",
928
+ "Regular",
929
+ "Relajado",
930
+ "Holgado",
931
+ "Extragrande"
932
+ ]
933
+ },
934
+ "primary_color": {
935
+ "type": "string",
936
+ "enum": [
937
+ "Blanco",
938
+ "Negro",
939
+ "Gris",
940
+ "Beige",
941
+ "Marrón",
942
+ "Azul",
943
+ "Verde",
944
+ "Rojo",
945
+ "Burdeos",
946
+ "Rosa",
947
+ "Amarillo",
948
+ "Naranja",
949
+ "Morado",
950
+ "Camel",
951
+ "Caqui",
952
+ "Marino",
953
+ "Crema",
954
+ "Oro",
955
+ "Plata",
956
+ "Bronce"
957
+ ],
958
+ "description": "Color principal"
959
+ },
960
+ "secondary_color": {
961
+ "description": "Color secundario",
962
+ "type": "string",
963
+ "enum": [
964
+ "Blanco",
965
+ "Negro",
966
+ "Gris",
967
+ "Beige",
968
+ "Marrón",
969
+ "Azul",
970
+ "Verde",
971
+ "Rojo",
972
+ "Burdeos",
973
+ "Rosa",
974
+ "Amarillo",
975
+ "Naranja",
976
+ "Morado",
977
+ "Camel",
978
+ "Caqui",
979
+ "Marino",
980
+ "Crema",
981
+ "Oro",
982
+ "Plata",
983
+ "Bronce"
984
+ ]
985
+ },
986
+ "pattern": {
987
+ "description": "Estampado",
988
+ "type": "string",
989
+ "enum": [
990
+ "Liso",
991
+ "Rayas",
992
+ "Cuadros",
993
+ "Lunares",
994
+ "Animal Print",
995
+ "Floral",
996
+ "Geométrico",
997
+ "Camuflaje",
998
+ "EstampadoGráfico",
999
+ "Degradado"
1000
+ ]
1001
+ },
1002
+ "materials": {
1003
+ "description": "Materiales",
1004
+ "type": "array",
1005
+ "items": {
1006
+ "type": "string",
1007
+ "enum": [
1008
+ "Algodón",
1009
+ "Lino",
1010
+ "Lana",
1011
+ "Seda",
1012
+ "Cuero",
1013
+ "Cachemir",
1014
+ "Ante",
1015
+ "Poliéster",
1016
+ "Nylon",
1017
+ "Elastano",
1018
+ "Viscosa",
1019
+ "Piel Sintética",
1020
+ "Gore-Tex",
1021
+ "Denim",
1022
+ "Punto",
1023
+ "Felpa",
1024
+ "Tweed",
1025
+ "Satén",
1026
+ "Terciopelo",
1027
+ "Jacquard",
1028
+ "Franela",
1029
+ "Gabardina"
1030
+ ]
1031
+ }
1032
+ },
1033
+ "layer": {
1034
+ "type": "string",
1035
+ "enum": [
1036
+ "Base",
1037
+ "Intermedia",
1038
+ "Exterior"
1039
+ ],
1040
+ "description": "Capa Térmica"
1041
+ },
1042
+ "season": {
1043
+ "description": "Estaciones",
1044
+ "type": "string",
1045
+ "enum": [
1046
+ "Invierno",
1047
+ "Verano",
1048
+ "Entretiempo",
1049
+ "Todo el año"
1050
+ ]
1051
+ },
1052
+ "use_case": {
1053
+ "description": "Casos de uso",
1054
+ "type": "array",
1055
+ "items": {
1056
+ "type": "string",
1057
+ "enum": [
1058
+ "Capsula",
1059
+ "Favorita",
1060
+ "Básico",
1061
+ "Deporte",
1062
+ "Trabajo",
1063
+ "Evento",
1064
+ "Viaje",
1065
+ "Casa",
1066
+ "Fiesta",
1067
+ "Playa",
1068
+ "Lluvia",
1069
+ "Frío Extremo"
1070
+ ]
1071
+ }
1072
+ },
1073
+ "formality": {
1074
+ "description": "Formalidad",
1075
+ "type": "string",
1076
+ "enum": [
1077
+ "Muy Informal",
1078
+ "Casual",
1079
+ "Arreglado",
1080
+ "Formal",
1081
+ "Etiqueta"
1082
+ ]
1083
+ },
1084
+ "brand": {
1085
+ "description": "The brand of the clothing",
1086
+ "type": "string"
1087
+ }
1088
+ },
1089
+ "required": [
1090
+ "name",
1091
+ "garment",
1092
+ "slot",
1093
+ "primary_color",
1094
+ "layer"
1095
+ ],
1096
+ "additionalProperties": false,
1097
+ "description": "Prenda de ropa: Datos obtenibles de catalogación"
1098
+ },
1099
+ "ClothingSchema": {
1100
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1101
+ "type": "object",
1102
+ "properties": {
1103
+ "name": {
1104
+ "type": "string",
1105
+ "description": "Nombre descriptivo de la prenda de ropa"
1106
+ },
1107
+ "garment": {
1108
+ "type": "string",
1109
+ "enum": [
1110
+ "Camisetas Interiores",
1111
+ "Calzoncillos",
1112
+ "Bragas",
1113
+ "Sujetadores",
1114
+ "Calcetines",
1115
+ "Camisetas",
1116
+ "Polos",
1117
+ "Camisas",
1118
+ "Blusas",
1119
+ "Tops",
1120
+ "Jerseys",
1121
+ "Sudaderas",
1122
+ "Cárdigans",
1123
+ "Chaquetas",
1124
+ "Pantalones",
1125
+ "Vaqueros",
1126
+ "Chinos",
1127
+ "Faldas",
1128
+ "Shorts",
1129
+ "Americanas",
1130
+ "Abrigos",
1131
+ "Gabardinas",
1132
+ "Parkas",
1133
+ "Cazadoras",
1134
+ "Chalecos",
1135
+ "Mallas",
1136
+ "Ropa Técnica",
1137
+ "Shorts Deportivos",
1138
+ "Camisetas Técnicas",
1139
+ "Vestidos",
1140
+ "Monos",
1141
+ "Zapatillas",
1142
+ "Zapatos",
1143
+ "Botas",
1144
+ "Sandalias",
1145
+ "Cinturones",
1146
+ "Gorras",
1147
+ "Sombreros",
1148
+ "Bufandas",
1149
+ "Guantes",
1150
+ "Bolsos",
1151
+ "Mochilas",
1152
+ "Gafas de Sol",
1153
+ "Pañuelos",
1154
+ "Relojes",
1155
+ "Joyas",
1156
+ "Pijamas",
1157
+ "Batas",
1158
+ "Bañadores",
1159
+ "Bikinis"
1160
+ ],
1161
+ "description": "Tipo de Prenda"
1162
+ },
1163
+ "slot": {
1164
+ "type": "string",
1165
+ "enum": [
1166
+ "Superior",
1167
+ "Inferior",
1168
+ "Cuerpo Completo",
1169
+ "Exterior",
1170
+ "Calzado",
1171
+ "Accesorios"
1172
+ ],
1173
+ "description": "Parte del outfit"
1174
+ },
1175
+ "variants": {
1176
+ "description": "Detalles Estructurales",
1177
+ "type": "array",
1178
+ "items": {
1179
+ "type": "string",
1180
+ "enum": [
1181
+ "Sin Mangas",
1182
+ "Mangas Cortas",
1183
+ "Mangas Largas",
1184
+ "Cuello Redondo",
1185
+ "Cuello Pico",
1186
+ "Cuello Alto",
1187
+ "Cuello Camisa",
1188
+ "Cuello Polo",
1189
+ "Cuello Panadero",
1190
+ "Cuello Mao",
1191
+ "Cuello Chimenea",
1192
+ "Capucha",
1193
+ "Overshirt",
1194
+ "Cropped",
1195
+ "Larga",
1196
+ "Pierna Recta",
1197
+ "Pitillo",
1198
+ "Ancha",
1199
+ "Cargo",
1200
+ "Acampanado",
1201
+ "Trench",
1202
+ "Plumífero",
1203
+ "Doble botonadura",
1204
+ "Botones",
1205
+ "Cremallera",
1206
+ "Velcro",
1207
+ "Cordones",
1208
+ "Broches",
1209
+ "Bolsillos",
1210
+ "Sin Bolsillos",
1211
+ "Reversible"
1212
+ ]
1213
+ }
1214
+ },
1215
+ "fit": {
1216
+ "description": "Ajuste",
1217
+ "type": "string",
1218
+ "enum": [
1219
+ "Entallado",
1220
+ "Ajustado",
1221
+ "Regular",
1222
+ "Relajado",
1223
+ "Holgado",
1224
+ "Extragrande"
1225
+ ]
1226
+ },
1227
+ "primary_color": {
1228
+ "type": "string",
1229
+ "enum": [
1230
+ "Blanco",
1231
+ "Negro",
1232
+ "Gris",
1233
+ "Beige",
1234
+ "Marrón",
1235
+ "Azul",
1236
+ "Verde",
1237
+ "Rojo",
1238
+ "Burdeos",
1239
+ "Rosa",
1240
+ "Amarillo",
1241
+ "Naranja",
1242
+ "Morado",
1243
+ "Camel",
1244
+ "Caqui",
1245
+ "Marino",
1246
+ "Crema",
1247
+ "Oro",
1248
+ "Plata",
1249
+ "Bronce"
1250
+ ],
1251
+ "description": "Color principal"
1252
+ },
1253
+ "secondary_color": {
1254
+ "description": "Color secundario",
1255
+ "type": "string",
1256
+ "enum": [
1257
+ "Blanco",
1258
+ "Negro",
1259
+ "Gris",
1260
+ "Beige",
1261
+ "Marrón",
1262
+ "Azul",
1263
+ "Verde",
1264
+ "Rojo",
1265
+ "Burdeos",
1266
+ "Rosa",
1267
+ "Amarillo",
1268
+ "Naranja",
1269
+ "Morado",
1270
+ "Camel",
1271
+ "Caqui",
1272
+ "Marino",
1273
+ "Crema",
1274
+ "Oro",
1275
+ "Plata",
1276
+ "Bronce"
1277
+ ]
1278
+ },
1279
+ "pattern": {
1280
+ "description": "Estampado",
1281
+ "type": "string",
1282
+ "enum": [
1283
+ "Liso",
1284
+ "Rayas",
1285
+ "Cuadros",
1286
+ "Lunares",
1287
+ "Animal Print",
1288
+ "Floral",
1289
+ "Geométrico",
1290
+ "Camuflaje",
1291
+ "EstampadoGráfico",
1292
+ "Degradado"
1293
+ ]
1294
+ },
1295
+ "materials": {
1296
+ "description": "Materiales",
1297
+ "type": "array",
1298
+ "items": {
1299
+ "type": "string",
1300
+ "enum": [
1301
+ "Algodón",
1302
+ "Lino",
1303
+ "Lana",
1304
+ "Seda",
1305
+ "Cuero",
1306
+ "Cachemir",
1307
+ "Ante",
1308
+ "Poliéster",
1309
+ "Nylon",
1310
+ "Elastano",
1311
+ "Viscosa",
1312
+ "Piel Sintética",
1313
+ "Gore-Tex",
1314
+ "Denim",
1315
+ "Punto",
1316
+ "Felpa",
1317
+ "Tweed",
1318
+ "Satén",
1319
+ "Terciopelo",
1320
+ "Jacquard",
1321
+ "Franela",
1322
+ "Gabardina"
1323
+ ]
1324
+ }
1325
+ },
1326
+ "layer": {
1327
+ "type": "string",
1328
+ "enum": [
1329
+ "Base",
1330
+ "Intermedia",
1331
+ "Exterior"
1332
+ ],
1333
+ "description": "Capa Térmica"
1334
+ },
1335
+ "season": {
1336
+ "description": "Estaciones",
1337
+ "type": "string",
1338
+ "enum": [
1339
+ "Invierno",
1340
+ "Verano",
1341
+ "Entretiempo",
1342
+ "Todo el año"
1343
+ ]
1344
+ },
1345
+ "use_case": {
1346
+ "description": "Casos de uso",
1347
+ "type": "array",
1348
+ "items": {
1349
+ "type": "string",
1350
+ "enum": [
1351
+ "Capsula",
1352
+ "Favorita",
1353
+ "Básico",
1354
+ "Deporte",
1355
+ "Trabajo",
1356
+ "Evento",
1357
+ "Viaje",
1358
+ "Casa",
1359
+ "Fiesta",
1360
+ "Playa",
1361
+ "Lluvia",
1362
+ "Frío Extremo"
1363
+ ]
1364
+ }
1365
+ },
1366
+ "formality": {
1367
+ "description": "Formalidad",
1368
+ "type": "string",
1369
+ "enum": [
1370
+ "Muy Informal",
1371
+ "Casual",
1372
+ "Arreglado",
1373
+ "Formal",
1374
+ "Etiqueta"
1375
+ ]
1376
+ },
1377
+ "brand": {
1378
+ "description": "The brand of the clothing",
1379
+ "type": "string"
1380
+ },
1381
+ "cares": {
1382
+ "description": "Cuidados",
1383
+ "type": "array",
1384
+ "items": {
1385
+ "type": "string",
1386
+ "enum": [
1387
+ "Lavado a mano",
1388
+ "Lavado a máquina",
1389
+ "Lavado en seco",
1390
+ "Frio",
1391
+ "Caliente",
1392
+ "Planchado",
1393
+ "Planchado a vapor"
1394
+ ]
1395
+ }
1396
+ },
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
+ "size": {
1410
+ "type": "string",
1411
+ "enum": [
1412
+ "28",
1413
+ "30",
1414
+ "32",
1415
+ "34",
1416
+ "36",
1417
+ "37",
1418
+ "38",
1419
+ "39",
1420
+ "40",
1421
+ "41",
1422
+ "42",
1423
+ "43",
1424
+ "44",
1425
+ "45",
1426
+ "46",
1427
+ "48",
1428
+ "XS",
1429
+ "S",
1430
+ "M",
1431
+ "L",
1432
+ "XL",
1433
+ "XXL",
1434
+ "XXXL"
1435
+ ]
1436
+ },
1437
+ "measurements": {
1438
+ "description": "Medidas",
1439
+ "type": "array",
1440
+ "items": {
1441
+ "type": "number"
1442
+ }
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
+ }
1470
+ },
1471
+ "required": [
1472
+ "name",
1473
+ "garment",
1474
+ "slot",
1475
+ "primary_color",
1476
+ "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": {
1517
1489
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1518
- "type": "string",
1519
- "enum": [
1520
- "Sin Mangas",
1521
- "Mangas Cortas",
1522
- "Mangas Largas",
1523
- "Cuello Redondo",
1524
- "Cuello Pico",
1525
- "Cuello Alto",
1526
- "Cuello Camisa",
1527
- "Cuello Polo",
1528
- "Cuello Panadero",
1529
- "Cuello Mao",
1530
- "Cuello Chimenea",
1531
- "Capucha",
1532
- "Overshirt",
1533
- "Cropped",
1534
- "Larga",
1535
- "Pierna Recta",
1536
- "Pitillo",
1537
- "Ancha",
1538
- "Cargo",
1539
- "Acampanado",
1540
- "Trench",
1541
- "Plumífero",
1542
- "Doble botonadura",
1543
- "Botones",
1544
- "Cremallera",
1545
- "Velcro",
1546
- "Cordones",
1547
- "Broches",
1548
- "Bolsillos",
1549
- "Sin Bolsillos",
1550
- "Reversible"
1551
- ]
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
+ "size"
1559
+ ],
1560
+ "additionalProperties": false,
1561
+ "description": "Prenda de ropa: Datos adicionales de dificil obtención"
1552
1562
  },
1553
- "Variants": {
1563
+ "MetaClothingSchema": {
1554
1564
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1555
- "description": "Detalles Estructurales",
1556
- "type": "array",
1557
- "items": {
1558
- "type": "string",
1559
- "enum": [
1560
- "Sin Mangas",
1561
- "Mangas Cortas",
1562
- "Mangas Largas",
1563
- "Cuello Redondo",
1564
- "Cuello Pico",
1565
- "Cuello Alto",
1566
- "Cuello Camisa",
1567
- "Cuello Polo",
1568
- "Cuello Panadero",
1569
- "Cuello Mao",
1570
- "Cuello Chimenea",
1571
- "Capucha",
1572
- "Overshirt",
1573
- "Cropped",
1574
- "Larga",
1575
- "Pierna Recta",
1576
- "Pitillo",
1577
- "Ancha",
1578
- "Cargo",
1579
- "Acampanado",
1580
- "Trench",
1581
- "Plumífero",
1582
- "Doble botonadura",
1583
- "Botones",
1584
- "Cremallera",
1585
- "Velcro",
1586
- "Cordones",
1587
- "Broches",
1588
- "Bolsillos",
1589
- "Sin Bolsillos",
1590
- "Reversible"
1591
- ]
1592
- }
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"
1593
1603
  }
1594
1604
  }
1595
1605
  }