@segha/catalog 1.2.0 → 2.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 +91 -0
- package/README.md +335 -67
- package/en/Areas.ts +24 -0
- package/en/Article/index.ts +29 -0
- package/en/Article/types.ts +9 -0
- package/en/Book/index.ts +33 -0
- package/en/Book/types.ts +9 -0
- package/en/Clothing/Cares.ts +27 -0
- package/en/Clothing/Colors.ts +54 -0
- package/en/Clothing/Fit.ts +10 -0
- package/en/Clothing/Formality.ts +9 -0
- package/en/Clothing/Garment.ts +97 -0
- package/en/Clothing/Layer.ts +8 -0
- package/en/Clothing/Materials.ts +45 -0
- package/en/Clothing/Measurements.ts +5 -0
- package/en/Clothing/Season.ts +8 -0
- package/en/Clothing/Size.ts +47 -0
- package/en/Clothing/Slot.ts +10 -0
- package/en/Clothing/Status.ts +9 -0
- package/en/Clothing/UseCases.ts +20 -0
- package/en/Clothing/Variants.ts +73 -0
- package/en/Clothing/index.ts +51 -0
- package/en/Clothing/types.ts +9 -0
- package/en/Movie/index.ts +34 -0
- package/en/Movie/types.ts +9 -0
- package/en/Note.ts +13 -0
- package/en/index.ts +5 -0
- package/en/types.ts +9 -0
- package/es/Areas.ts +24 -0
- package/es/Article/index.ts +29 -0
- package/es/Article/types.ts +9 -0
- package/es/Book/index.ts +33 -0
- package/es/Book/types.ts +9 -0
- package/es/Clothing/index.ts +10 -10
- package/es/Movie/index.ts +34 -0
- package/es/Movie/types.ts +9 -0
- package/es/Note.ts +13 -0
- package/es/index.ts +4 -0
- package/es/types.ts +7 -0
- package/index.ts +2 -2
- package/json-schemas/ArticleSchema.json +103 -0
- package/json-schemas/BookSchema.json +124 -0
- package/json-schemas/CatalogArticleSchema.json +35 -0
- package/json-schemas/CatalogBookSchema.json +44 -0
- package/json-schemas/CatalogClothingSchema.json +176 -177
- package/json-schemas/CatalogMovieSchema.json +49 -0
- package/json-schemas/ClothingSchema.json +195 -196
- package/json-schemas/DetailedArticleSchema.json +42 -0
- package/json-schemas/DetailedBookSchema.json +49 -0
- package/json-schemas/DetailedClothingSchema.json +17 -17
- package/json-schemas/DetailedMovieSchema.json +48 -0
- package/json-schemas/MetaArticleSchema.json +46 -0
- package/json-schemas/MetaBookSchema.json +51 -0
- package/json-schemas/MetaClothingSchema.json +4 -4
- package/json-schemas/MetaMovieSchema.json +51 -0
- package/json-schemas/MovieSchema.json +128 -0
- package/json-schemas/NoteSchema.json +745 -0
- package/json-schemas/en/Area.json +21 -0
- package/json-schemas/en/Areas.json +25 -0
- package/json-schemas/en/Article/ArticleSchema.json +103 -0
- package/json-schemas/en/Article/CatalogArticleSchema.json +35 -0
- package/json-schemas/en/Article/DetailedArticleSchema.json +42 -0
- package/json-schemas/en/Article/MetaArticleSchema.json +46 -0
- package/json-schemas/en/Article/index.json +233 -0
- package/json-schemas/en/ArticleSchema.json +103 -0
- package/json-schemas/en/Book/BookSchema.json +124 -0
- package/json-schemas/en/Book/CatalogBookSchema.json +44 -0
- package/json-schemas/en/Book/DetailedBookSchema.json +49 -0
- package/json-schemas/en/Book/MetaBookSchema.json +51 -0
- package/json-schemas/en/Book/index.json +275 -0
- package/json-schemas/en/BookSchema.json +124 -0
- package/json-schemas/en/CatalogArticleSchema.json +35 -0
- package/json-schemas/en/CatalogBookSchema.json +44 -0
- package/json-schemas/en/CatalogClothingSchema.json +292 -0
- package/json-schemas/en/CatalogMovieSchema.json +49 -0
- package/json-schemas/en/Clothing/Accessories.json +18 -0
- package/json-schemas/en/Clothing/AdditionalFeatures.json +9 -0
- package/json-schemas/en/Clothing/BaseColor.json +19 -0
- package/json-schemas/en/Clothing/Bottom.json +12 -0
- package/json-schemas/en/Clothing/Care.json +13 -0
- package/json-schemas/en/Clothing/Cares.json +17 -0
- package/json-schemas/en/Clothing/CatalogClothingSchema.json +292 -0
- package/json-schemas/en/Clothing/Closures.json +11 -0
- package/json-schemas/en/Clothing/ClothingSchema.json +388 -0
- package/json-schemas/en/Clothing/Color.json +26 -0
- package/json-schemas/en/Clothing/CommonFabric.json +15 -0
- package/json-schemas/en/Clothing/DetailedClothingSchema.json +75 -0
- package/json-schemas/en/Clothing/Dress.json +9 -0
- package/json-schemas/en/Clothing/Fit.json +13 -0
- package/json-schemas/en/Clothing/Formality.json +12 -0
- package/json-schemas/en/Clothing/Garment.json +56 -0
- package/json-schemas/en/Clothing/Home.json +9 -0
- package/json-schemas/en/Clothing/Ironing.json +8 -0
- package/json-schemas/en/Clothing/Layer.json +10 -0
- package/json-schemas/en/Clothing/Material.json +28 -0
- package/json-schemas/en/Clothing/Materials.json +32 -0
- package/json-schemas/en/Clothing/Measurements.json +8 -0
- package/json-schemas/en/Clothing/MetaClothingSchema.json +41 -0
- package/json-schemas/en/Clothing/MetallicColor.json +9 -0
- package/json-schemas/en/Clothing/NaturalMaterial.json +13 -0
- package/json-schemas/en/Clothing/Necks.json +15 -0
- package/json-schemas/en/Clothing/Outerwear.json +9 -0
- package/json-schemas/en/Clothing/Pants.json +11 -0
- package/json-schemas/en/Clothing/PantsSize.json +17 -0
- package/json-schemas/en/Clothing/Pattern.json +17 -0
- package/json-schemas/en/Clothing/PrimaryColor.json +27 -0
- package/json-schemas/en/Clothing/Season.json +11 -0
- package/json-schemas/en/Clothing/SecondaryColor.json +27 -0
- package/json-schemas/en/Clothing/Shoes.json +11 -0
- package/json-schemas/en/Clothing/ShoesSize.json +16 -0
- package/json-schemas/en/Clothing/Size.json +29 -0
- package/json-schemas/en/Clothing/Sleeves.json +9 -0
- package/json-schemas/en/Clothing/Slot.json +13 -0
- package/json-schemas/en/Clothing/SpecialColor.json +10 -0
- package/json-schemas/en/Clothing/SpecialCuts.json +9 -0
- package/json-schemas/en/Clothing/Sportswear.json +11 -0
- package/json-schemas/en/Clothing/Status.json +13 -0
- package/json-schemas/en/Clothing/Swimsuits.json +9 -0
- package/json-schemas/en/Clothing/SyntheticMaterial.json +12 -0
- package/json-schemas/en/Clothing/Temperature.json +8 -0
- package/json-schemas/en/Clothing/Top.json +16 -0
- package/json-schemas/en/Clothing/TopsSize.json +13 -0
- package/json-schemas/en/Clothing/Underwear.json +12 -0
- package/json-schemas/en/Clothing/UseCase.json +18 -0
- package/json-schemas/en/Clothing/UseCases.json +22 -0
- package/json-schemas/en/Clothing/Variant.json +37 -0
- package/json-schemas/en/Clothing/Variants.json +41 -0
- package/json-schemas/en/Clothing/WashType.json +9 -0
- package/json-schemas/en/Clothing/index.json +1602 -0
- package/json-schemas/en/ClothingSchema.json +388 -0
- package/json-schemas/en/DetailedArticleSchema.json +42 -0
- package/json-schemas/en/DetailedBookSchema.json +49 -0
- package/json-schemas/en/DetailedClothingSchema.json +75 -0
- package/json-schemas/en/DetailedMovieSchema.json +48 -0
- package/json-schemas/en/FirstLevelArea.json +21 -0
- package/json-schemas/en/MetaArticleSchema.json +46 -0
- package/json-schemas/en/MetaBookSchema.json +51 -0
- package/json-schemas/en/MetaClothingSchema.json +41 -0
- package/json-schemas/en/MetaMovieSchema.json +51 -0
- package/json-schemas/en/Movie/CatalogMovieSchema.json +49 -0
- package/json-schemas/en/Movie/DetailedMovieSchema.json +48 -0
- package/json-schemas/en/Movie/MetaMovieSchema.json +51 -0
- package/json-schemas/en/Movie/MovieSchema.json +128 -0
- package/json-schemas/en/Movie/index.json +283 -0
- package/json-schemas/en/MovieSchema.json +128 -0
- package/json-schemas/en/NoteSchema.json +745 -0
- package/json-schemas/en/index.json +2385 -0
- package/json-schemas/es/Area.json +21 -0
- package/json-schemas/es/Areas.json +25 -0
- package/json-schemas/es/Article/ArticleSchema.json +103 -0
- package/json-schemas/es/Article/CatalogArticleSchema.json +35 -0
- package/json-schemas/es/Article/DetailedArticleSchema.json +42 -0
- package/json-schemas/es/Article/MetaArticleSchema.json +46 -0
- package/json-schemas/es/Article/index.json +233 -0
- package/json-schemas/es/ArticleSchema.json +103 -0
- package/json-schemas/es/Book/BookSchema.json +124 -0
- package/json-schemas/es/Book/CatalogBookSchema.json +44 -0
- package/json-schemas/es/Book/DetailedBookSchema.json +49 -0
- package/json-schemas/es/Book/MetaBookSchema.json +51 -0
- package/json-schemas/es/Book/index.json +275 -0
- package/json-schemas/es/BookSchema.json +124 -0
- package/json-schemas/es/CatalogArticleSchema.json +35 -0
- package/json-schemas/es/CatalogBookSchema.json +44 -0
- package/json-schemas/es/CatalogMovieSchema.json +49 -0
- package/json-schemas/es/Clothing/DetailedClothingSchema.json +1 -1
- package/json-schemas/es/Clothing/index.json +1 -1
- package/json-schemas/es/DetailedArticleSchema.json +42 -0
- package/json-schemas/es/DetailedBookSchema.json +49 -0
- package/json-schemas/es/DetailedClothingSchema.json +1 -1
- package/json-schemas/es/DetailedMovieSchema.json +48 -0
- package/json-schemas/es/FirstLevelArea.json +21 -0
- package/json-schemas/es/MetaArticleSchema.json +46 -0
- package/json-schemas/es/MetaBookSchema.json +51 -0
- package/json-schemas/es/MetaMovieSchema.json +51 -0
- package/json-schemas/es/Movie/CatalogMovieSchema.json +49 -0
- package/json-schemas/es/Movie/DetailedMovieSchema.json +48 -0
- package/json-schemas/es/Movie/MetaMovieSchema.json +51 -0
- package/json-schemas/es/Movie/MovieSchema.json +128 -0
- package/json-schemas/es/Movie/index.json +283 -0
- package/json-schemas/es/MovieSchema.json +128 -0
- package/json-schemas/es/NoteSchema.json +746 -0
- package/json-schemas/es/index.json +1584 -1
- package/json-schemas/index.json +1907 -394
- package/package.json +11 -3
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"cares": {
|
|
6
|
+
"description": "Care Instructions",
|
|
7
|
+
"type": "array",
|
|
8
|
+
"items": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"enum": [
|
|
11
|
+
"Hand Wash",
|
|
12
|
+
"Machine Wash",
|
|
13
|
+
"Dry Clean",
|
|
14
|
+
"Cold",
|
|
15
|
+
"Hot",
|
|
16
|
+
"Ironing",
|
|
17
|
+
"Steam Ironing"
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"status": {
|
|
22
|
+
"default": "Good",
|
|
23
|
+
"description": "Status",
|
|
24
|
+
"type": "string",
|
|
25
|
+
"enum": [
|
|
26
|
+
"New",
|
|
27
|
+
"Good",
|
|
28
|
+
"Worn",
|
|
29
|
+
"Damaged",
|
|
30
|
+
"Retire"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"size": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"enum": [
|
|
36
|
+
"28",
|
|
37
|
+
"30",
|
|
38
|
+
"32",
|
|
39
|
+
"34",
|
|
40
|
+
"36",
|
|
41
|
+
"37",
|
|
42
|
+
"38",
|
|
43
|
+
"39",
|
|
44
|
+
"40",
|
|
45
|
+
"41",
|
|
46
|
+
"42",
|
|
47
|
+
"43",
|
|
48
|
+
"44",
|
|
49
|
+
"45",
|
|
50
|
+
"46",
|
|
51
|
+
"48",
|
|
52
|
+
"XS",
|
|
53
|
+
"S",
|
|
54
|
+
"M",
|
|
55
|
+
"L",
|
|
56
|
+
"XL",
|
|
57
|
+
"XXL",
|
|
58
|
+
"XXXL"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"measurements": {
|
|
62
|
+
"description": "Measurements",
|
|
63
|
+
"type": "array",
|
|
64
|
+
"items": {
|
|
65
|
+
"type": "number"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"required": [
|
|
70
|
+
"status",
|
|
71
|
+
"size"
|
|
72
|
+
],
|
|
73
|
+
"additionalProperties": false,
|
|
74
|
+
"description": "Clothing item: Additional hard-to-obtain data"
|
|
75
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "string",
|
|
4
|
+
"enum": [
|
|
5
|
+
"Undershirts",
|
|
6
|
+
"Boxers",
|
|
7
|
+
"Panties",
|
|
8
|
+
"Bras",
|
|
9
|
+
"Socks",
|
|
10
|
+
"T-Shirts",
|
|
11
|
+
"Polo Shirts",
|
|
12
|
+
"Shirts",
|
|
13
|
+
"Blouses",
|
|
14
|
+
"Tops",
|
|
15
|
+
"Sweaters",
|
|
16
|
+
"Hoodies",
|
|
17
|
+
"Cardigans",
|
|
18
|
+
"Jackets",
|
|
19
|
+
"Pants",
|
|
20
|
+
"Jeans",
|
|
21
|
+
"Chinos",
|
|
22
|
+
"Skirts",
|
|
23
|
+
"Shorts",
|
|
24
|
+
"Blazers",
|
|
25
|
+
"Coats",
|
|
26
|
+
"Trench Coats",
|
|
27
|
+
"Parkas",
|
|
28
|
+
"Vests",
|
|
29
|
+
"Leggings",
|
|
30
|
+
"Technical Wear",
|
|
31
|
+
"Sports Shorts",
|
|
32
|
+
"Technical T-Shirts",
|
|
33
|
+
"Dresses",
|
|
34
|
+
"Jumpsuits",
|
|
35
|
+
"Sneakers",
|
|
36
|
+
"Shoes",
|
|
37
|
+
"Boots",
|
|
38
|
+
"Sandals",
|
|
39
|
+
"Belts",
|
|
40
|
+
"Caps",
|
|
41
|
+
"Hats",
|
|
42
|
+
"Scarves",
|
|
43
|
+
"Gloves",
|
|
44
|
+
"Handbags",
|
|
45
|
+
"Backpacks",
|
|
46
|
+
"Sunglasses",
|
|
47
|
+
"Handkerchiefs",
|
|
48
|
+
"Watches",
|
|
49
|
+
"Jewelry",
|
|
50
|
+
"Pajamas",
|
|
51
|
+
"Robes",
|
|
52
|
+
"Swimsuits",
|
|
53
|
+
"Bikinis"
|
|
54
|
+
],
|
|
55
|
+
"description": "Garment Type"
|
|
56
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "string",
|
|
4
|
+
"enum": [
|
|
5
|
+
"Cotton",
|
|
6
|
+
"Linen",
|
|
7
|
+
"Wool",
|
|
8
|
+
"Silk",
|
|
9
|
+
"Leather",
|
|
10
|
+
"Cashmere",
|
|
11
|
+
"Suede",
|
|
12
|
+
"Polyester",
|
|
13
|
+
"Nylon",
|
|
14
|
+
"Elastane",
|
|
15
|
+
"Viscose",
|
|
16
|
+
"Synthetic Leather",
|
|
17
|
+
"Gore-Tex",
|
|
18
|
+
"Denim",
|
|
19
|
+
"Knit",
|
|
20
|
+
"Fleece",
|
|
21
|
+
"Tweed",
|
|
22
|
+
"Satin",
|
|
23
|
+
"Velvet",
|
|
24
|
+
"Jacquard",
|
|
25
|
+
"Flannel",
|
|
26
|
+
"Gabardine"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"description": "Materials",
|
|
4
|
+
"type": "array",
|
|
5
|
+
"items": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"Cotton",
|
|
9
|
+
"Linen",
|
|
10
|
+
"Wool",
|
|
11
|
+
"Silk",
|
|
12
|
+
"Leather",
|
|
13
|
+
"Cashmere",
|
|
14
|
+
"Suede",
|
|
15
|
+
"Polyester",
|
|
16
|
+
"Nylon",
|
|
17
|
+
"Elastane",
|
|
18
|
+
"Viscose",
|
|
19
|
+
"Synthetic Leather",
|
|
20
|
+
"Gore-Tex",
|
|
21
|
+
"Denim",
|
|
22
|
+
"Knit",
|
|
23
|
+
"Fleece",
|
|
24
|
+
"Tweed",
|
|
25
|
+
"Satin",
|
|
26
|
+
"Velvet",
|
|
27
|
+
"Jacquard",
|
|
28
|
+
"Flannel",
|
|
29
|
+
"Gabardine"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"type": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"const": "[[Resources]]"
|
|
8
|
+
},
|
|
9
|
+
"subtype": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "[[Clothes]]"
|
|
12
|
+
},
|
|
13
|
+
"areas": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"const": "[[Home]]"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"color": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"const": "#CB6120"
|
|
23
|
+
},
|
|
24
|
+
"icon": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"const": "shirt"
|
|
27
|
+
},
|
|
28
|
+
"cover": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"required": [
|
|
33
|
+
"type",
|
|
34
|
+
"subtype",
|
|
35
|
+
"areas",
|
|
36
|
+
"color",
|
|
37
|
+
"icon"
|
|
38
|
+
],
|
|
39
|
+
"additionalProperties": false,
|
|
40
|
+
"description": "Clothing item: Note metadata"
|
|
41
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"description": "Pattern",
|
|
4
|
+
"type": "string",
|
|
5
|
+
"enum": [
|
|
6
|
+
"Solid",
|
|
7
|
+
"Stripes",
|
|
8
|
+
"Plaid",
|
|
9
|
+
"Polka Dots",
|
|
10
|
+
"Animal Print",
|
|
11
|
+
"Floral",
|
|
12
|
+
"Geometric",
|
|
13
|
+
"Camouflage",
|
|
14
|
+
"Graphic Print",
|
|
15
|
+
"Gradient"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "string",
|
|
4
|
+
"enum": [
|
|
5
|
+
"White",
|
|
6
|
+
"Black",
|
|
7
|
+
"Gray",
|
|
8
|
+
"Beige",
|
|
9
|
+
"Brown",
|
|
10
|
+
"Blue",
|
|
11
|
+
"Green",
|
|
12
|
+
"Red",
|
|
13
|
+
"Burgundy",
|
|
14
|
+
"Pink",
|
|
15
|
+
"Yellow",
|
|
16
|
+
"Orange",
|
|
17
|
+
"Purple",
|
|
18
|
+
"Camel",
|
|
19
|
+
"Khaki",
|
|
20
|
+
"Navy",
|
|
21
|
+
"Cream",
|
|
22
|
+
"Gold",
|
|
23
|
+
"Silver",
|
|
24
|
+
"Bronze"
|
|
25
|
+
],
|
|
26
|
+
"description": "Primary color"
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"description": "Secondary color",
|
|
4
|
+
"type": "string",
|
|
5
|
+
"enum": [
|
|
6
|
+
"White",
|
|
7
|
+
"Black",
|
|
8
|
+
"Gray",
|
|
9
|
+
"Beige",
|
|
10
|
+
"Brown",
|
|
11
|
+
"Blue",
|
|
12
|
+
"Green",
|
|
13
|
+
"Red",
|
|
14
|
+
"Burgundy",
|
|
15
|
+
"Pink",
|
|
16
|
+
"Yellow",
|
|
17
|
+
"Orange",
|
|
18
|
+
"Purple",
|
|
19
|
+
"Camel",
|
|
20
|
+
"Khaki",
|
|
21
|
+
"Navy",
|
|
22
|
+
"Cream",
|
|
23
|
+
"Gold",
|
|
24
|
+
"Silver",
|
|
25
|
+
"Bronze"
|
|
26
|
+
]
|
|
27
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "string",
|
|
4
|
+
"enum": [
|
|
5
|
+
"28",
|
|
6
|
+
"30",
|
|
7
|
+
"32",
|
|
8
|
+
"34",
|
|
9
|
+
"36",
|
|
10
|
+
"37",
|
|
11
|
+
"38",
|
|
12
|
+
"39",
|
|
13
|
+
"40",
|
|
14
|
+
"41",
|
|
15
|
+
"42",
|
|
16
|
+
"43",
|
|
17
|
+
"44",
|
|
18
|
+
"45",
|
|
19
|
+
"46",
|
|
20
|
+
"48",
|
|
21
|
+
"XS",
|
|
22
|
+
"S",
|
|
23
|
+
"M",
|
|
24
|
+
"L",
|
|
25
|
+
"XL",
|
|
26
|
+
"XXL",
|
|
27
|
+
"XXXL"
|
|
28
|
+
]
|
|
29
|
+
}
|