@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
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"topics": {
|
|
103
|
+
"description": "Temas: Wikilink o texto libre",
|
|
103
104
|
"type": "array",
|
|
104
105
|
"items": {
|
|
105
|
-
"description": "Temas: Wikilink o texto libre",
|
|
106
106
|
"anyOf": [
|
|
107
107
|
{
|
|
108
108
|
"type": "string",
|
|
@@ -243,7 +243,6 @@
|
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
245
|
"required": [
|
|
246
|
-
"topics",
|
|
247
246
|
"url",
|
|
248
247
|
"title"
|
|
249
248
|
],
|
|
@@ -343,9 +342,9 @@
|
|
|
343
342
|
}
|
|
344
343
|
},
|
|
345
344
|
"topics": {
|
|
345
|
+
"description": "Temas: Wikilink o texto libre",
|
|
346
346
|
"type": "array",
|
|
347
347
|
"items": {
|
|
348
|
-
"description": "Temas: Wikilink o texto libre",
|
|
349
348
|
"anyOf": [
|
|
350
349
|
{
|
|
351
350
|
"type": "string",
|
|
@@ -527,7 +526,6 @@
|
|
|
527
526
|
}
|
|
528
527
|
},
|
|
529
528
|
"required": [
|
|
530
|
-
"topics",
|
|
531
529
|
"title"
|
|
532
530
|
],
|
|
533
531
|
"description": "Libro"
|
|
@@ -626,9 +624,9 @@
|
|
|
626
624
|
}
|
|
627
625
|
},
|
|
628
626
|
"topics": {
|
|
627
|
+
"description": "Temas: Wikilink o texto libre",
|
|
629
628
|
"type": "array",
|
|
630
629
|
"items": {
|
|
631
|
-
"description": "Temas: Wikilink o texto libre",
|
|
632
630
|
"anyOf": [
|
|
633
631
|
{
|
|
634
632
|
"type": "string",
|
|
@@ -643,7 +641,6 @@
|
|
|
643
641
|
},
|
|
644
642
|
"status": {
|
|
645
643
|
"default": "Bien",
|
|
646
|
-
"description": "Estado",
|
|
647
644
|
"type": "string",
|
|
648
645
|
"enum": [
|
|
649
646
|
"Nuevo",
|
|
@@ -651,7 +648,8 @@
|
|
|
651
648
|
"Gastado",
|
|
652
649
|
"Dañado",
|
|
653
650
|
"Retirar"
|
|
654
|
-
]
|
|
651
|
+
],
|
|
652
|
+
"description": "Estado de la prenda de ropa"
|
|
655
653
|
},
|
|
656
654
|
"rating": {
|
|
657
655
|
"description": "Puntuación de la nota.",
|
|
@@ -815,11 +813,11 @@
|
|
|
815
813
|
"Bolsillos",
|
|
816
814
|
"Sin Bolsillos",
|
|
817
815
|
"Reversible"
|
|
818
|
-
]
|
|
816
|
+
],
|
|
817
|
+
"description": "Detalles Estructurales"
|
|
819
818
|
}
|
|
820
819
|
},
|
|
821
820
|
"fit": {
|
|
822
|
-
"description": "Ajuste",
|
|
823
821
|
"type": "string",
|
|
824
822
|
"enum": [
|
|
825
823
|
"Entallado",
|
|
@@ -828,7 +826,8 @@
|
|
|
828
826
|
"Relajado",
|
|
829
827
|
"Holgado",
|
|
830
828
|
"Extragrande"
|
|
831
|
-
]
|
|
829
|
+
],
|
|
830
|
+
"description": "Ajuste"
|
|
832
831
|
},
|
|
833
832
|
"primary_color": {
|
|
834
833
|
"type": "string",
|
|
@@ -857,7 +856,6 @@
|
|
|
857
856
|
"description": "Color principal"
|
|
858
857
|
},
|
|
859
858
|
"secondary_color": {
|
|
860
|
-
"description": "Color secundario",
|
|
861
859
|
"type": "string",
|
|
862
860
|
"enum": [
|
|
863
861
|
"Blanco",
|
|
@@ -880,10 +878,10 @@
|
|
|
880
878
|
"Oro",
|
|
881
879
|
"Plata",
|
|
882
880
|
"Bronce"
|
|
883
|
-
]
|
|
881
|
+
],
|
|
882
|
+
"description": "Color secundario"
|
|
884
883
|
},
|
|
885
884
|
"pattern": {
|
|
886
|
-
"description": "Estampado",
|
|
887
885
|
"type": "string",
|
|
888
886
|
"enum": [
|
|
889
887
|
"Liso",
|
|
@@ -896,7 +894,8 @@
|
|
|
896
894
|
"Camuflaje",
|
|
897
895
|
"EstampadoGráfico",
|
|
898
896
|
"Degradado"
|
|
899
|
-
]
|
|
897
|
+
],
|
|
898
|
+
"description": "Estampado"
|
|
900
899
|
},
|
|
901
900
|
"materials": {
|
|
902
901
|
"description": "Materiales",
|
|
@@ -926,7 +925,8 @@
|
|
|
926
925
|
"Jacquard",
|
|
927
926
|
"Franela",
|
|
928
927
|
"Gabardina"
|
|
929
|
-
]
|
|
928
|
+
],
|
|
929
|
+
"description": "Materiales"
|
|
930
930
|
}
|
|
931
931
|
},
|
|
932
932
|
"layer": {
|
|
@@ -939,14 +939,15 @@
|
|
|
939
939
|
"description": "Capa Térmica"
|
|
940
940
|
},
|
|
941
941
|
"season": {
|
|
942
|
-
"
|
|
942
|
+
"default": "Todo el año",
|
|
943
943
|
"type": "string",
|
|
944
944
|
"enum": [
|
|
945
945
|
"Invierno",
|
|
946
946
|
"Verano",
|
|
947
947
|
"Entretiempo",
|
|
948
948
|
"Todo el año"
|
|
949
|
-
]
|
|
949
|
+
],
|
|
950
|
+
"description": "Estaciones"
|
|
950
951
|
},
|
|
951
952
|
"use_case": {
|
|
952
953
|
"description": "Casos de uso",
|
|
@@ -966,11 +967,12 @@
|
|
|
966
967
|
"Playa",
|
|
967
968
|
"Lluvia",
|
|
968
969
|
"Frío Extremo"
|
|
969
|
-
]
|
|
970
|
+
],
|
|
971
|
+
"description": "Casos de uso"
|
|
970
972
|
}
|
|
971
973
|
},
|
|
972
974
|
"formality": {
|
|
973
|
-
"
|
|
975
|
+
"default": "Casual",
|
|
974
976
|
"type": "string",
|
|
975
977
|
"enum": [
|
|
976
978
|
"Muy Informal",
|
|
@@ -978,14 +980,15 @@
|
|
|
978
980
|
"Arreglado",
|
|
979
981
|
"Formal",
|
|
980
982
|
"Etiqueta"
|
|
981
|
-
]
|
|
983
|
+
],
|
|
984
|
+
"description": "Formalidad"
|
|
982
985
|
},
|
|
983
986
|
"brand": {
|
|
984
987
|
"description": "The brand of the clothing",
|
|
985
988
|
"type": "string"
|
|
986
989
|
},
|
|
987
990
|
"cares": {
|
|
988
|
-
"description": "
|
|
991
|
+
"description": "Cuidado de la prenda",
|
|
989
992
|
"type": "array",
|
|
990
993
|
"items": {
|
|
991
994
|
"type": "string",
|
|
@@ -997,7 +1000,8 @@
|
|
|
997
1000
|
"Caliente",
|
|
998
1001
|
"Planchado",
|
|
999
1002
|
"Planchado a vapor"
|
|
1000
|
-
]
|
|
1003
|
+
],
|
|
1004
|
+
"description": "Cuidado de la prenda"
|
|
1001
1005
|
}
|
|
1002
1006
|
},
|
|
1003
1007
|
"size": {
|
|
@@ -1029,21 +1033,19 @@
|
|
|
1029
1033
|
]
|
|
1030
1034
|
},
|
|
1031
1035
|
"measurements": {
|
|
1032
|
-
"description": "Medidas",
|
|
1033
1036
|
"type": "array",
|
|
1034
1037
|
"items": {
|
|
1035
1038
|
"type": "number"
|
|
1036
|
-
}
|
|
1039
|
+
},
|
|
1040
|
+
"description": "Medidas"
|
|
1037
1041
|
}
|
|
1038
1042
|
},
|
|
1039
1043
|
"required": [
|
|
1040
|
-
"topics",
|
|
1041
1044
|
"name",
|
|
1042
1045
|
"garment",
|
|
1043
1046
|
"slot",
|
|
1044
1047
|
"primary_color",
|
|
1045
|
-
"layer"
|
|
1046
|
-
"size"
|
|
1048
|
+
"layer"
|
|
1047
1049
|
],
|
|
1048
1050
|
"description": "Prenda de ropa"
|
|
1049
1051
|
},
|
|
@@ -1149,9 +1151,9 @@
|
|
|
1149
1151
|
}
|
|
1150
1152
|
},
|
|
1151
1153
|
"topics": {
|
|
1154
|
+
"description": "Temas: Wikilink o texto libre",
|
|
1152
1155
|
"type": "array",
|
|
1153
1156
|
"items": {
|
|
1154
|
-
"description": "Temas: Wikilink o texto libre",
|
|
1155
1157
|
"anyOf": [
|
|
1156
1158
|
{
|
|
1157
1159
|
"type": "string",
|
|
@@ -1292,7 +1294,6 @@
|
|
|
1292
1294
|
}
|
|
1293
1295
|
},
|
|
1294
1296
|
"required": [
|
|
1295
|
-
"topics",
|
|
1296
1297
|
"url",
|
|
1297
1298
|
"title"
|
|
1298
1299
|
],
|
|
@@ -1392,9 +1393,9 @@
|
|
|
1392
1393
|
}
|
|
1393
1394
|
},
|
|
1394
1395
|
"topics": {
|
|
1396
|
+
"description": "Temas: Wikilink o texto libre",
|
|
1395
1397
|
"type": "array",
|
|
1396
1398
|
"items": {
|
|
1397
|
-
"description": "Temas: Wikilink o texto libre",
|
|
1398
1399
|
"anyOf": [
|
|
1399
1400
|
{
|
|
1400
1401
|
"type": "string",
|
|
@@ -1572,7 +1573,6 @@
|
|
|
1572
1573
|
}
|
|
1573
1574
|
},
|
|
1574
1575
|
"required": [
|
|
1575
|
-
"topics",
|
|
1576
1576
|
"url",
|
|
1577
1577
|
"title"
|
|
1578
1578
|
],
|
|
@@ -1672,9 +1672,9 @@
|
|
|
1672
1672
|
}
|
|
1673
1673
|
},
|
|
1674
1674
|
"topics": {
|
|
1675
|
+
"description": "Temas: Wikilink o texto libre",
|
|
1675
1676
|
"type": "array",
|
|
1676
1677
|
"items": {
|
|
1677
|
-
"description": "Temas: Wikilink o texto libre",
|
|
1678
1678
|
"anyOf": [
|
|
1679
1679
|
{
|
|
1680
1680
|
"type": "string",
|
|
@@ -1804,7 +1804,6 @@
|
|
|
1804
1804
|
}
|
|
1805
1805
|
},
|
|
1806
1806
|
"required": [
|
|
1807
|
-
"topics",
|
|
1808
1807
|
"title"
|
|
1809
1808
|
],
|
|
1810
1809
|
"description": "Pintura"
|
|
@@ -1895,9 +1894,9 @@
|
|
|
1895
1894
|
}
|
|
1896
1895
|
},
|
|
1897
1896
|
"topics": {
|
|
1897
|
+
"description": "Temas: Wikilink o texto libre",
|
|
1898
1898
|
"type": "array",
|
|
1899
1899
|
"items": {
|
|
1900
|
-
"description": "Temas: Wikilink o texto libre",
|
|
1901
1900
|
"anyOf": [
|
|
1902
1901
|
{
|
|
1903
1902
|
"type": "string",
|
|
@@ -2032,7 +2031,6 @@
|
|
|
2032
2031
|
}
|
|
2033
2032
|
},
|
|
2034
2033
|
"required": [
|
|
2035
|
-
"topics",
|
|
2036
2034
|
"title",
|
|
2037
2035
|
"platform"
|
|
2038
2036
|
],
|
|
@@ -2136,9 +2134,9 @@
|
|
|
2136
2134
|
}
|
|
2137
2135
|
},
|
|
2138
2136
|
"topics": {
|
|
2137
|
+
"description": "Temas: Wikilink o texto libre",
|
|
2139
2138
|
"type": "array",
|
|
2140
2139
|
"items": {
|
|
2141
|
-
"description": "Temas: Wikilink o texto libre",
|
|
2142
2140
|
"anyOf": [
|
|
2143
2141
|
{
|
|
2144
2142
|
"type": "string",
|
|
@@ -2279,7 +2277,6 @@
|
|
|
2279
2277
|
}
|
|
2280
2278
|
},
|
|
2281
2279
|
"required": [
|
|
2282
|
-
"topics",
|
|
2283
2280
|
"url",
|
|
2284
2281
|
"title"
|
|
2285
2282
|
],
|
|
@@ -2380,9 +2377,9 @@
|
|
|
2380
2377
|
}
|
|
2381
2378
|
},
|
|
2382
2379
|
"topics": {
|
|
2380
|
+
"description": "Temas: Wikilink o texto libre",
|
|
2383
2381
|
"type": "array",
|
|
2384
2382
|
"items": {
|
|
2385
|
-
"description": "Temas: Wikilink o texto libre",
|
|
2386
2383
|
"anyOf": [
|
|
2387
2384
|
{
|
|
2388
2385
|
"type": "string",
|
|
@@ -2564,304 +2561,10 @@
|
|
|
2564
2561
|
}
|
|
2565
2562
|
},
|
|
2566
2563
|
"required": [
|
|
2567
|
-
"topics",
|
|
2568
2564
|
"title"
|
|
2569
2565
|
],
|
|
2570
2566
|
"description": "Libro"
|
|
2571
2567
|
},
|
|
2572
|
-
"CatalogClothingSchema": {
|
|
2573
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2574
|
-
"type": "object",
|
|
2575
|
-
"properties": {
|
|
2576
|
-
"name": {
|
|
2577
|
-
"type": "string",
|
|
2578
|
-
"description": "Nombre descriptivo de la prenda de ropa"
|
|
2579
|
-
},
|
|
2580
|
-
"garment": {
|
|
2581
|
-
"type": "string",
|
|
2582
|
-
"enum": [
|
|
2583
|
-
"Camisetas Interiores",
|
|
2584
|
-
"Calzoncillos",
|
|
2585
|
-
"Bragas",
|
|
2586
|
-
"Sujetadores",
|
|
2587
|
-
"Calcetines",
|
|
2588
|
-
"Camisetas",
|
|
2589
|
-
"Polos",
|
|
2590
|
-
"Camisas",
|
|
2591
|
-
"Blusas",
|
|
2592
|
-
"Tops",
|
|
2593
|
-
"Jerseys",
|
|
2594
|
-
"Sudaderas",
|
|
2595
|
-
"Cárdigans",
|
|
2596
|
-
"Chaquetas",
|
|
2597
|
-
"Pantalones",
|
|
2598
|
-
"Vaqueros",
|
|
2599
|
-
"Chinos",
|
|
2600
|
-
"Faldas",
|
|
2601
|
-
"Shorts",
|
|
2602
|
-
"Americanas",
|
|
2603
|
-
"Abrigos",
|
|
2604
|
-
"Gabardinas",
|
|
2605
|
-
"Parkas",
|
|
2606
|
-
"Cazadoras",
|
|
2607
|
-
"Chalecos",
|
|
2608
|
-
"Mallas",
|
|
2609
|
-
"Ropa Técnica",
|
|
2610
|
-
"Shorts Deportivos",
|
|
2611
|
-
"Camisetas Técnicas",
|
|
2612
|
-
"Vestidos",
|
|
2613
|
-
"Monos",
|
|
2614
|
-
"Zapatillas",
|
|
2615
|
-
"Zapatos",
|
|
2616
|
-
"Botas",
|
|
2617
|
-
"Sandalias",
|
|
2618
|
-
"Cinturones",
|
|
2619
|
-
"Gorras",
|
|
2620
|
-
"Sombreros",
|
|
2621
|
-
"Bufandas",
|
|
2622
|
-
"Guantes",
|
|
2623
|
-
"Bolsos",
|
|
2624
|
-
"Mochilas",
|
|
2625
|
-
"Gafas de Sol",
|
|
2626
|
-
"Pañuelos",
|
|
2627
|
-
"Relojes",
|
|
2628
|
-
"Joyas",
|
|
2629
|
-
"Pijamas",
|
|
2630
|
-
"Batas",
|
|
2631
|
-
"Bañadores",
|
|
2632
|
-
"Bikinis"
|
|
2633
|
-
],
|
|
2634
|
-
"description": "Tipo de Prenda"
|
|
2635
|
-
},
|
|
2636
|
-
"slot": {
|
|
2637
|
-
"type": "string",
|
|
2638
|
-
"enum": [
|
|
2639
|
-
"Superior",
|
|
2640
|
-
"Inferior",
|
|
2641
|
-
"Cuerpo Completo",
|
|
2642
|
-
"Exterior",
|
|
2643
|
-
"Calzado",
|
|
2644
|
-
"Accesorios"
|
|
2645
|
-
],
|
|
2646
|
-
"description": "Parte del outfit"
|
|
2647
|
-
},
|
|
2648
|
-
"variants": {
|
|
2649
|
-
"description": "Detalles Estructurales",
|
|
2650
|
-
"type": "array",
|
|
2651
|
-
"items": {
|
|
2652
|
-
"type": "string",
|
|
2653
|
-
"enum": [
|
|
2654
|
-
"Sin Mangas",
|
|
2655
|
-
"Mangas Cortas",
|
|
2656
|
-
"Mangas Largas",
|
|
2657
|
-
"Cuello Redondo",
|
|
2658
|
-
"Cuello Pico",
|
|
2659
|
-
"Cuello Alto",
|
|
2660
|
-
"Cuello Camisa",
|
|
2661
|
-
"Cuello Polo",
|
|
2662
|
-
"Cuello Panadero",
|
|
2663
|
-
"Cuello Mao",
|
|
2664
|
-
"Cuello Chimenea",
|
|
2665
|
-
"Capucha",
|
|
2666
|
-
"Overshirt",
|
|
2667
|
-
"Cropped",
|
|
2668
|
-
"Larga",
|
|
2669
|
-
"Pierna Recta",
|
|
2670
|
-
"Pitillo",
|
|
2671
|
-
"Ancha",
|
|
2672
|
-
"Cargo",
|
|
2673
|
-
"Acampanado",
|
|
2674
|
-
"Trench",
|
|
2675
|
-
"Plumífero",
|
|
2676
|
-
"Doble botonadura",
|
|
2677
|
-
"Botones",
|
|
2678
|
-
"Cremallera",
|
|
2679
|
-
"Velcro",
|
|
2680
|
-
"Cordones",
|
|
2681
|
-
"Broches",
|
|
2682
|
-
"Bolsillos",
|
|
2683
|
-
"Sin Bolsillos",
|
|
2684
|
-
"Reversible"
|
|
2685
|
-
]
|
|
2686
|
-
}
|
|
2687
|
-
},
|
|
2688
|
-
"fit": {
|
|
2689
|
-
"description": "Ajuste",
|
|
2690
|
-
"type": "string",
|
|
2691
|
-
"enum": [
|
|
2692
|
-
"Entallado",
|
|
2693
|
-
"Ajustado",
|
|
2694
|
-
"Regular",
|
|
2695
|
-
"Relajado",
|
|
2696
|
-
"Holgado",
|
|
2697
|
-
"Extragrande"
|
|
2698
|
-
]
|
|
2699
|
-
},
|
|
2700
|
-
"primary_color": {
|
|
2701
|
-
"type": "string",
|
|
2702
|
-
"enum": [
|
|
2703
|
-
"Blanco",
|
|
2704
|
-
"Negro",
|
|
2705
|
-
"Gris",
|
|
2706
|
-
"Beige",
|
|
2707
|
-
"Marrón",
|
|
2708
|
-
"Azul",
|
|
2709
|
-
"Verde",
|
|
2710
|
-
"Rojo",
|
|
2711
|
-
"Burdeos",
|
|
2712
|
-
"Rosa",
|
|
2713
|
-
"Amarillo",
|
|
2714
|
-
"Naranja",
|
|
2715
|
-
"Morado",
|
|
2716
|
-
"Camel",
|
|
2717
|
-
"Caqui",
|
|
2718
|
-
"Marino",
|
|
2719
|
-
"Crema",
|
|
2720
|
-
"Oro",
|
|
2721
|
-
"Plata",
|
|
2722
|
-
"Bronce"
|
|
2723
|
-
],
|
|
2724
|
-
"description": "Color principal"
|
|
2725
|
-
},
|
|
2726
|
-
"secondary_color": {
|
|
2727
|
-
"description": "Color secundario",
|
|
2728
|
-
"type": "string",
|
|
2729
|
-
"enum": [
|
|
2730
|
-
"Blanco",
|
|
2731
|
-
"Negro",
|
|
2732
|
-
"Gris",
|
|
2733
|
-
"Beige",
|
|
2734
|
-
"Marrón",
|
|
2735
|
-
"Azul",
|
|
2736
|
-
"Verde",
|
|
2737
|
-
"Rojo",
|
|
2738
|
-
"Burdeos",
|
|
2739
|
-
"Rosa",
|
|
2740
|
-
"Amarillo",
|
|
2741
|
-
"Naranja",
|
|
2742
|
-
"Morado",
|
|
2743
|
-
"Camel",
|
|
2744
|
-
"Caqui",
|
|
2745
|
-
"Marino",
|
|
2746
|
-
"Crema",
|
|
2747
|
-
"Oro",
|
|
2748
|
-
"Plata",
|
|
2749
|
-
"Bronce"
|
|
2750
|
-
]
|
|
2751
|
-
},
|
|
2752
|
-
"pattern": {
|
|
2753
|
-
"description": "Estampado",
|
|
2754
|
-
"type": "string",
|
|
2755
|
-
"enum": [
|
|
2756
|
-
"Liso",
|
|
2757
|
-
"Rayas",
|
|
2758
|
-
"Cuadros",
|
|
2759
|
-
"Lunares",
|
|
2760
|
-
"Animal Print",
|
|
2761
|
-
"Floral",
|
|
2762
|
-
"Geométrico",
|
|
2763
|
-
"Camuflaje",
|
|
2764
|
-
"EstampadoGráfico",
|
|
2765
|
-
"Degradado"
|
|
2766
|
-
]
|
|
2767
|
-
},
|
|
2768
|
-
"materials": {
|
|
2769
|
-
"description": "Materiales",
|
|
2770
|
-
"type": "array",
|
|
2771
|
-
"items": {
|
|
2772
|
-
"type": "string",
|
|
2773
|
-
"enum": [
|
|
2774
|
-
"Algodón",
|
|
2775
|
-
"Lino",
|
|
2776
|
-
"Lana",
|
|
2777
|
-
"Seda",
|
|
2778
|
-
"Cuero",
|
|
2779
|
-
"Cachemir",
|
|
2780
|
-
"Ante",
|
|
2781
|
-
"Poliéster",
|
|
2782
|
-
"Nylon",
|
|
2783
|
-
"Elastano",
|
|
2784
|
-
"Viscosa",
|
|
2785
|
-
"Piel Sintética",
|
|
2786
|
-
"Gore-Tex",
|
|
2787
|
-
"Denim",
|
|
2788
|
-
"Punto",
|
|
2789
|
-
"Felpa",
|
|
2790
|
-
"Tweed",
|
|
2791
|
-
"Satén",
|
|
2792
|
-
"Terciopelo",
|
|
2793
|
-
"Jacquard",
|
|
2794
|
-
"Franela",
|
|
2795
|
-
"Gabardina"
|
|
2796
|
-
]
|
|
2797
|
-
}
|
|
2798
|
-
},
|
|
2799
|
-
"layer": {
|
|
2800
|
-
"type": "string",
|
|
2801
|
-
"enum": [
|
|
2802
|
-
"Base",
|
|
2803
|
-
"Intermedia",
|
|
2804
|
-
"Exterior"
|
|
2805
|
-
],
|
|
2806
|
-
"description": "Capa Térmica"
|
|
2807
|
-
},
|
|
2808
|
-
"season": {
|
|
2809
|
-
"description": "Estaciones",
|
|
2810
|
-
"type": "string",
|
|
2811
|
-
"enum": [
|
|
2812
|
-
"Invierno",
|
|
2813
|
-
"Verano",
|
|
2814
|
-
"Entretiempo",
|
|
2815
|
-
"Todo el año"
|
|
2816
|
-
]
|
|
2817
|
-
},
|
|
2818
|
-
"use_case": {
|
|
2819
|
-
"description": "Casos de uso",
|
|
2820
|
-
"type": "array",
|
|
2821
|
-
"items": {
|
|
2822
|
-
"type": "string",
|
|
2823
|
-
"enum": [
|
|
2824
|
-
"Capsula",
|
|
2825
|
-
"Favorita",
|
|
2826
|
-
"Básico",
|
|
2827
|
-
"Deporte",
|
|
2828
|
-
"Trabajo",
|
|
2829
|
-
"Evento",
|
|
2830
|
-
"Viaje",
|
|
2831
|
-
"Casa",
|
|
2832
|
-
"Fiesta",
|
|
2833
|
-
"Playa",
|
|
2834
|
-
"Lluvia",
|
|
2835
|
-
"Frío Extremo"
|
|
2836
|
-
]
|
|
2837
|
-
}
|
|
2838
|
-
},
|
|
2839
|
-
"formality": {
|
|
2840
|
-
"description": "Formalidad",
|
|
2841
|
-
"type": "string",
|
|
2842
|
-
"enum": [
|
|
2843
|
-
"Muy Informal",
|
|
2844
|
-
"Casual",
|
|
2845
|
-
"Arreglado",
|
|
2846
|
-
"Formal",
|
|
2847
|
-
"Etiqueta"
|
|
2848
|
-
]
|
|
2849
|
-
},
|
|
2850
|
-
"brand": {
|
|
2851
|
-
"description": "The brand of the clothing",
|
|
2852
|
-
"type": "string"
|
|
2853
|
-
}
|
|
2854
|
-
},
|
|
2855
|
-
"required": [
|
|
2856
|
-
"name",
|
|
2857
|
-
"garment",
|
|
2858
|
-
"slot",
|
|
2859
|
-
"primary_color",
|
|
2860
|
-
"layer"
|
|
2861
|
-
],
|
|
2862
|
-
"deprecated": true,
|
|
2863
|
-
"description": "Prenda de ropa: Datos obtenibles de catalogación"
|
|
2864
|
-
},
|
|
2865
2568
|
"ClothingSchema": {
|
|
2866
2569
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2867
2570
|
"type": "object",
|
|
@@ -2957,9 +2660,9 @@
|
|
|
2957
2660
|
}
|
|
2958
2661
|
},
|
|
2959
2662
|
"topics": {
|
|
2663
|
+
"description": "Temas: Wikilink o texto libre",
|
|
2960
2664
|
"type": "array",
|
|
2961
2665
|
"items": {
|
|
2962
|
-
"description": "Temas: Wikilink o texto libre",
|
|
2963
2666
|
"anyOf": [
|
|
2964
2667
|
{
|
|
2965
2668
|
"type": "string",
|
|
@@ -2974,7 +2677,6 @@
|
|
|
2974
2677
|
},
|
|
2975
2678
|
"status": {
|
|
2976
2679
|
"default": "Bien",
|
|
2977
|
-
"description": "Estado",
|
|
2978
2680
|
"type": "string",
|
|
2979
2681
|
"enum": [
|
|
2980
2682
|
"Nuevo",
|
|
@@ -2982,7 +2684,8 @@
|
|
|
2982
2684
|
"Gastado",
|
|
2983
2685
|
"Dañado",
|
|
2984
2686
|
"Retirar"
|
|
2985
|
-
]
|
|
2687
|
+
],
|
|
2688
|
+
"description": "Estado de la prenda de ropa"
|
|
2986
2689
|
},
|
|
2987
2690
|
"rating": {
|
|
2988
2691
|
"description": "Puntuación de la nota.",
|
|
@@ -3146,11 +2849,11 @@
|
|
|
3146
2849
|
"Bolsillos",
|
|
3147
2850
|
"Sin Bolsillos",
|
|
3148
2851
|
"Reversible"
|
|
3149
|
-
]
|
|
2852
|
+
],
|
|
2853
|
+
"description": "Detalles Estructurales"
|
|
3150
2854
|
}
|
|
3151
2855
|
},
|
|
3152
2856
|
"fit": {
|
|
3153
|
-
"description": "Ajuste",
|
|
3154
2857
|
"type": "string",
|
|
3155
2858
|
"enum": [
|
|
3156
2859
|
"Entallado",
|
|
@@ -3159,7 +2862,8 @@
|
|
|
3159
2862
|
"Relajado",
|
|
3160
2863
|
"Holgado",
|
|
3161
2864
|
"Extragrande"
|
|
3162
|
-
]
|
|
2865
|
+
],
|
|
2866
|
+
"description": "Ajuste"
|
|
3163
2867
|
},
|
|
3164
2868
|
"primary_color": {
|
|
3165
2869
|
"type": "string",
|
|
@@ -3188,7 +2892,6 @@
|
|
|
3188
2892
|
"description": "Color principal"
|
|
3189
2893
|
},
|
|
3190
2894
|
"secondary_color": {
|
|
3191
|
-
"description": "Color secundario",
|
|
3192
2895
|
"type": "string",
|
|
3193
2896
|
"enum": [
|
|
3194
2897
|
"Blanco",
|
|
@@ -3211,10 +2914,10 @@
|
|
|
3211
2914
|
"Oro",
|
|
3212
2915
|
"Plata",
|
|
3213
2916
|
"Bronce"
|
|
3214
|
-
]
|
|
2917
|
+
],
|
|
2918
|
+
"description": "Color secundario"
|
|
3215
2919
|
},
|
|
3216
2920
|
"pattern": {
|
|
3217
|
-
"description": "Estampado",
|
|
3218
2921
|
"type": "string",
|
|
3219
2922
|
"enum": [
|
|
3220
2923
|
"Liso",
|
|
@@ -3227,7 +2930,8 @@
|
|
|
3227
2930
|
"Camuflaje",
|
|
3228
2931
|
"EstampadoGráfico",
|
|
3229
2932
|
"Degradado"
|
|
3230
|
-
]
|
|
2933
|
+
],
|
|
2934
|
+
"description": "Estampado"
|
|
3231
2935
|
},
|
|
3232
2936
|
"materials": {
|
|
3233
2937
|
"description": "Materiales",
|
|
@@ -3257,7 +2961,8 @@
|
|
|
3257
2961
|
"Jacquard",
|
|
3258
2962
|
"Franela",
|
|
3259
2963
|
"Gabardina"
|
|
3260
|
-
]
|
|
2964
|
+
],
|
|
2965
|
+
"description": "Materiales"
|
|
3261
2966
|
}
|
|
3262
2967
|
},
|
|
3263
2968
|
"layer": {
|
|
@@ -3270,14 +2975,15 @@
|
|
|
3270
2975
|
"description": "Capa Térmica"
|
|
3271
2976
|
},
|
|
3272
2977
|
"season": {
|
|
3273
|
-
"
|
|
2978
|
+
"default": "Todo el año",
|
|
3274
2979
|
"type": "string",
|
|
3275
2980
|
"enum": [
|
|
3276
2981
|
"Invierno",
|
|
3277
2982
|
"Verano",
|
|
3278
2983
|
"Entretiempo",
|
|
3279
2984
|
"Todo el año"
|
|
3280
|
-
]
|
|
2985
|
+
],
|
|
2986
|
+
"description": "Estaciones"
|
|
3281
2987
|
},
|
|
3282
2988
|
"use_case": {
|
|
3283
2989
|
"description": "Casos de uso",
|
|
@@ -3297,11 +3003,12 @@
|
|
|
3297
3003
|
"Playa",
|
|
3298
3004
|
"Lluvia",
|
|
3299
3005
|
"Frío Extremo"
|
|
3300
|
-
]
|
|
3006
|
+
],
|
|
3007
|
+
"description": "Casos de uso"
|
|
3301
3008
|
}
|
|
3302
3009
|
},
|
|
3303
3010
|
"formality": {
|
|
3304
|
-
"
|
|
3011
|
+
"default": "Casual",
|
|
3305
3012
|
"type": "string",
|
|
3306
3013
|
"enum": [
|
|
3307
3014
|
"Muy Informal",
|
|
@@ -3309,14 +3016,15 @@
|
|
|
3309
3016
|
"Arreglado",
|
|
3310
3017
|
"Formal",
|
|
3311
3018
|
"Etiqueta"
|
|
3312
|
-
]
|
|
3019
|
+
],
|
|
3020
|
+
"description": "Formalidad"
|
|
3313
3021
|
},
|
|
3314
3022
|
"brand": {
|
|
3315
3023
|
"description": "The brand of the clothing",
|
|
3316
3024
|
"type": "string"
|
|
3317
3025
|
},
|
|
3318
3026
|
"cares": {
|
|
3319
|
-
"description": "
|
|
3027
|
+
"description": "Cuidado de la prenda",
|
|
3320
3028
|
"type": "array",
|
|
3321
3029
|
"items": {
|
|
3322
3030
|
"type": "string",
|
|
@@ -3328,7 +3036,8 @@
|
|
|
3328
3036
|
"Caliente",
|
|
3329
3037
|
"Planchado",
|
|
3330
3038
|
"Planchado a vapor"
|
|
3331
|
-
]
|
|
3039
|
+
],
|
|
3040
|
+
"description": "Cuidado de la prenda"
|
|
3332
3041
|
}
|
|
3333
3042
|
},
|
|
3334
3043
|
"size": {
|
|
@@ -3360,21 +3069,19 @@
|
|
|
3360
3069
|
]
|
|
3361
3070
|
},
|
|
3362
3071
|
"measurements": {
|
|
3363
|
-
"description": "Medidas",
|
|
3364
3072
|
"type": "array",
|
|
3365
3073
|
"items": {
|
|
3366
3074
|
"type": "number"
|
|
3367
|
-
}
|
|
3075
|
+
},
|
|
3076
|
+
"description": "Medidas"
|
|
3368
3077
|
}
|
|
3369
3078
|
},
|
|
3370
3079
|
"required": [
|
|
3371
|
-
"topics",
|
|
3372
3080
|
"name",
|
|
3373
3081
|
"garment",
|
|
3374
3082
|
"slot",
|
|
3375
3083
|
"primary_color",
|
|
3376
|
-
"layer"
|
|
3377
|
-
"size"
|
|
3084
|
+
"layer"
|
|
3378
3085
|
],
|
|
3379
3086
|
"description": "Prenda de ropa"
|
|
3380
3087
|
},
|
|
@@ -3481,9 +3188,9 @@
|
|
|
3481
3188
|
}
|
|
3482
3189
|
},
|
|
3483
3190
|
"topics": {
|
|
3191
|
+
"description": "Temas: Wikilink o texto libre",
|
|
3484
3192
|
"type": "array",
|
|
3485
3193
|
"items": {
|
|
3486
|
-
"description": "Temas: Wikilink o texto libre",
|
|
3487
3194
|
"anyOf": [
|
|
3488
3195
|
{
|
|
3489
3196
|
"type": "string",
|
|
@@ -3624,7 +3331,6 @@
|
|
|
3624
3331
|
}
|
|
3625
3332
|
},
|
|
3626
3333
|
"required": [
|
|
3627
|
-
"topics",
|
|
3628
3334
|
"url",
|
|
3629
3335
|
"title"
|
|
3630
3336
|
],
|
|
@@ -3725,9 +3431,9 @@
|
|
|
3725
3431
|
}
|
|
3726
3432
|
},
|
|
3727
3433
|
"topics": {
|
|
3434
|
+
"description": "Temas: Wikilink o texto libre",
|
|
3728
3435
|
"type": "array",
|
|
3729
3436
|
"items": {
|
|
3730
|
-
"description": "Temas: Wikilink o texto libre",
|
|
3731
3437
|
"anyOf": [
|
|
3732
3438
|
{
|
|
3733
3439
|
"type": "string",
|
|
@@ -3905,7 +3611,6 @@
|
|
|
3905
3611
|
}
|
|
3906
3612
|
},
|
|
3907
3613
|
"required": [
|
|
3908
|
-
"topics",
|
|
3909
3614
|
"url",
|
|
3910
3615
|
"title"
|
|
3911
3616
|
],
|
|
@@ -4006,9 +3711,9 @@
|
|
|
4006
3711
|
}
|
|
4007
3712
|
},
|
|
4008
3713
|
"topics": {
|
|
3714
|
+
"description": "Temas: Wikilink o texto libre",
|
|
4009
3715
|
"type": "array",
|
|
4010
3716
|
"items": {
|
|
4011
|
-
"description": "Temas: Wikilink o texto libre",
|
|
4012
3717
|
"anyOf": [
|
|
4013
3718
|
{
|
|
4014
3719
|
"type": "string",
|
|
@@ -4138,7 +3843,6 @@
|
|
|
4138
3843
|
}
|
|
4139
3844
|
},
|
|
4140
3845
|
"required": [
|
|
4141
|
-
"topics",
|
|
4142
3846
|
"title"
|
|
4143
3847
|
],
|
|
4144
3848
|
"description": "Pintura"
|
|
@@ -4230,9 +3934,9 @@
|
|
|
4230
3934
|
}
|
|
4231
3935
|
},
|
|
4232
3936
|
"topics": {
|
|
3937
|
+
"description": "Temas: Wikilink o texto libre",
|
|
4233
3938
|
"type": "array",
|
|
4234
3939
|
"items": {
|
|
4235
|
-
"description": "Temas: Wikilink o texto libre",
|
|
4236
3940
|
"anyOf": [
|
|
4237
3941
|
{
|
|
4238
3942
|
"type": "string",
|
|
@@ -4367,7 +4071,6 @@
|
|
|
4367
4071
|
}
|
|
4368
4072
|
},
|
|
4369
4073
|
"required": [
|
|
4370
|
-
"topics",
|
|
4371
4074
|
"title",
|
|
4372
4075
|
"platform"
|
|
4373
4076
|
],
|
|
@@ -4460,9 +4163,9 @@
|
|
|
4460
4163
|
}
|
|
4461
4164
|
},
|
|
4462
4165
|
"topics": {
|
|
4166
|
+
"description": "Temas: Wikilink o texto libre",
|
|
4463
4167
|
"type": "array",
|
|
4464
4168
|
"items": {
|
|
4465
|
-
"description": "Temas: Wikilink o texto libre",
|
|
4466
4169
|
"anyOf": [
|
|
4467
4170
|
{
|
|
4468
4171
|
"type": "string",
|
|
@@ -4588,7 +4291,6 @@
|
|
|
4588
4291
|
}
|
|
4589
4292
|
},
|
|
4590
4293
|
"required": [
|
|
4591
|
-
"topics",
|
|
4592
4294
|
"title",
|
|
4593
4295
|
"platform"
|
|
4594
4296
|
],
|
|
@@ -4697,9 +4399,9 @@
|
|
|
4697
4399
|
}
|
|
4698
4400
|
},
|
|
4699
4401
|
"topics": {
|
|
4402
|
+
"description": "Temas: Wikilink o texto libre",
|
|
4700
4403
|
"type": "array",
|
|
4701
4404
|
"items": {
|
|
4702
|
-
"description": "Temas: Wikilink o texto libre",
|
|
4703
4405
|
"anyOf": [
|
|
4704
4406
|
{
|
|
4705
4407
|
"type": "string",
|
|
@@ -4844,7 +4546,6 @@
|
|
|
4844
4546
|
}
|
|
4845
4547
|
},
|
|
4846
4548
|
"required": [
|
|
4847
|
-
"topics",
|
|
4848
4549
|
"url",
|
|
4849
4550
|
"title",
|
|
4850
4551
|
"platform"
|
|
@@ -4938,9 +4639,9 @@
|
|
|
4938
4639
|
}
|
|
4939
4640
|
},
|
|
4940
4641
|
"topics": {
|
|
4642
|
+
"description": "Temas: Wikilink o texto libre",
|
|
4941
4643
|
"type": "array",
|
|
4942
4644
|
"items": {
|
|
4943
|
-
"description": "Temas: Wikilink o texto libre",
|
|
4944
4645
|
"anyOf": [
|
|
4945
4646
|
{
|
|
4946
4647
|
"type": "string",
|
|
@@ -5066,7 +4767,6 @@
|
|
|
5066
4767
|
}
|
|
5067
4768
|
},
|
|
5068
4769
|
"required": [
|
|
5069
|
-
"topics",
|
|
5070
4770
|
"title",
|
|
5071
4771
|
"platform"
|
|
5072
4772
|
],
|