@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
|
@@ -4,224 +4,223 @@
|
|
|
4
4
|
"properties": {
|
|
5
5
|
"name": {
|
|
6
6
|
"type": "string",
|
|
7
|
-
"description": "
|
|
7
|
+
"description": "Descriptive name of the clothing item"
|
|
8
8
|
},
|
|
9
9
|
"garment": {
|
|
10
10
|
"type": "string",
|
|
11
11
|
"enum": [
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
12
|
+
"Undershirts",
|
|
13
|
+
"Boxers",
|
|
14
|
+
"Panties",
|
|
15
|
+
"Bras",
|
|
16
|
+
"Socks",
|
|
17
|
+
"T-Shirts",
|
|
18
|
+
"Polo Shirts",
|
|
19
|
+
"Shirts",
|
|
20
|
+
"Blouses",
|
|
21
21
|
"Tops",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
22
|
+
"Sweaters",
|
|
23
|
+
"Hoodies",
|
|
24
|
+
"Cardigans",
|
|
25
|
+
"Jackets",
|
|
26
|
+
"Pants",
|
|
27
|
+
"Jeans",
|
|
28
28
|
"Chinos",
|
|
29
|
-
"
|
|
29
|
+
"Skirts",
|
|
30
30
|
"Shorts",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
31
|
+
"Blazers",
|
|
32
|
+
"Coats",
|
|
33
|
+
"Trench Coats",
|
|
34
34
|
"Parkas",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"Bañadores",
|
|
35
|
+
"Vests",
|
|
36
|
+
"Leggings",
|
|
37
|
+
"Technical Wear",
|
|
38
|
+
"Sports Shorts",
|
|
39
|
+
"Technical T-Shirts",
|
|
40
|
+
"Dresses",
|
|
41
|
+
"Jumpsuits",
|
|
42
|
+
"Sneakers",
|
|
43
|
+
"Shoes",
|
|
44
|
+
"Boots",
|
|
45
|
+
"Sandals",
|
|
46
|
+
"Belts",
|
|
47
|
+
"Caps",
|
|
48
|
+
"Hats",
|
|
49
|
+
"Scarves",
|
|
50
|
+
"Gloves",
|
|
51
|
+
"Handbags",
|
|
52
|
+
"Backpacks",
|
|
53
|
+
"Sunglasses",
|
|
54
|
+
"Handkerchiefs",
|
|
55
|
+
"Watches",
|
|
56
|
+
"Jewelry",
|
|
57
|
+
"Pajamas",
|
|
58
|
+
"Robes",
|
|
59
|
+
"Swimsuits",
|
|
61
60
|
"Bikinis"
|
|
62
61
|
],
|
|
63
|
-
"description": "
|
|
62
|
+
"description": "Garment Type"
|
|
64
63
|
},
|
|
65
64
|
"slot": {
|
|
66
65
|
"type": "string",
|
|
67
66
|
"enum": [
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
67
|
+
"Top",
|
|
68
|
+
"Bottom",
|
|
69
|
+
"Full Body",
|
|
70
|
+
"Outer",
|
|
71
|
+
"Footwear",
|
|
72
|
+
"Accessories"
|
|
74
73
|
],
|
|
75
|
-
"description": "
|
|
74
|
+
"description": "Outfit part"
|
|
76
75
|
},
|
|
77
76
|
"variants": {
|
|
78
|
-
"description": "
|
|
77
|
+
"description": "Structural Details",
|
|
79
78
|
"type": "array",
|
|
80
79
|
"items": {
|
|
81
80
|
"type": "string",
|
|
82
81
|
"enum": [
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
82
|
+
"Sleeveless",
|
|
83
|
+
"Short Sleeves",
|
|
84
|
+
"Long Sleeves",
|
|
85
|
+
"Round Neck",
|
|
86
|
+
"V-Neck",
|
|
87
|
+
"High Neck",
|
|
88
|
+
"Shirt Collar",
|
|
89
|
+
"Polo Collar",
|
|
90
|
+
"Boat Neck",
|
|
91
|
+
"Mandarin Collar",
|
|
92
|
+
"Funnel Neck",
|
|
93
|
+
"Hood",
|
|
95
94
|
"Overshirt",
|
|
96
95
|
"Cropped",
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
96
|
+
"Long",
|
|
97
|
+
"Straight Leg",
|
|
98
|
+
"Skinny",
|
|
99
|
+
"Wide",
|
|
101
100
|
"Cargo",
|
|
102
|
-
"
|
|
101
|
+
"Flared",
|
|
103
102
|
"Trench",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
103
|
+
"Puffer",
|
|
104
|
+
"Double Breasted",
|
|
105
|
+
"Buttons",
|
|
106
|
+
"Zipper",
|
|
108
107
|
"Velcro",
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
108
|
+
"Laces",
|
|
109
|
+
"Snaps",
|
|
110
|
+
"Pockets",
|
|
111
|
+
"No Pockets",
|
|
113
112
|
"Reversible"
|
|
114
113
|
]
|
|
115
114
|
}
|
|
116
115
|
},
|
|
117
116
|
"fit": {
|
|
118
|
-
"description": "
|
|
117
|
+
"description": "Fit",
|
|
119
118
|
"type": "string",
|
|
120
119
|
"enum": [
|
|
121
|
-
"
|
|
122
|
-
"
|
|
120
|
+
"Fitted",
|
|
121
|
+
"Slim",
|
|
123
122
|
"Regular",
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
123
|
+
"Relaxed",
|
|
124
|
+
"Loose",
|
|
125
|
+
"Oversized"
|
|
127
126
|
]
|
|
128
127
|
},
|
|
129
128
|
"primary_color": {
|
|
130
129
|
"type": "string",
|
|
131
130
|
"enum": [
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
131
|
+
"White",
|
|
132
|
+
"Black",
|
|
133
|
+
"Gray",
|
|
135
134
|
"Beige",
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
135
|
+
"Brown",
|
|
136
|
+
"Blue",
|
|
137
|
+
"Green",
|
|
138
|
+
"Red",
|
|
139
|
+
"Burgundy",
|
|
140
|
+
"Pink",
|
|
141
|
+
"Yellow",
|
|
142
|
+
"Orange",
|
|
143
|
+
"Purple",
|
|
145
144
|
"Camel",
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
145
|
+
"Khaki",
|
|
146
|
+
"Navy",
|
|
147
|
+
"Cream",
|
|
148
|
+
"Gold",
|
|
149
|
+
"Silver",
|
|
150
|
+
"Bronze"
|
|
152
151
|
],
|
|
153
|
-
"description": "
|
|
152
|
+
"description": "Primary color"
|
|
154
153
|
},
|
|
155
154
|
"secondary_color": {
|
|
156
|
-
"description": "
|
|
155
|
+
"description": "Secondary color",
|
|
157
156
|
"type": "string",
|
|
158
157
|
"enum": [
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
158
|
+
"White",
|
|
159
|
+
"Black",
|
|
160
|
+
"Gray",
|
|
162
161
|
"Beige",
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
162
|
+
"Brown",
|
|
163
|
+
"Blue",
|
|
164
|
+
"Green",
|
|
165
|
+
"Red",
|
|
166
|
+
"Burgundy",
|
|
167
|
+
"Pink",
|
|
168
|
+
"Yellow",
|
|
169
|
+
"Orange",
|
|
170
|
+
"Purple",
|
|
172
171
|
"Camel",
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
172
|
+
"Khaki",
|
|
173
|
+
"Navy",
|
|
174
|
+
"Cream",
|
|
175
|
+
"Gold",
|
|
176
|
+
"Silver",
|
|
177
|
+
"Bronze"
|
|
179
178
|
]
|
|
180
179
|
},
|
|
181
180
|
"pattern": {
|
|
182
|
-
"description": "
|
|
181
|
+
"description": "Pattern",
|
|
183
182
|
"type": "string",
|
|
184
183
|
"enum": [
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
184
|
+
"Solid",
|
|
185
|
+
"Stripes",
|
|
186
|
+
"Plaid",
|
|
187
|
+
"Polka Dots",
|
|
189
188
|
"Animal Print",
|
|
190
189
|
"Floral",
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
190
|
+
"Geometric",
|
|
191
|
+
"Camouflage",
|
|
192
|
+
"Graphic Print",
|
|
193
|
+
"Gradient"
|
|
195
194
|
]
|
|
196
195
|
},
|
|
197
196
|
"materials": {
|
|
198
|
-
"description": "
|
|
197
|
+
"description": "Materials",
|
|
199
198
|
"type": "array",
|
|
200
199
|
"items": {
|
|
201
200
|
"type": "string",
|
|
202
201
|
"enum": [
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
202
|
+
"Cotton",
|
|
203
|
+
"Linen",
|
|
204
|
+
"Wool",
|
|
205
|
+
"Silk",
|
|
206
|
+
"Leather",
|
|
207
|
+
"Cashmere",
|
|
208
|
+
"Suede",
|
|
209
|
+
"Polyester",
|
|
211
210
|
"Nylon",
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
211
|
+
"Elastane",
|
|
212
|
+
"Viscose",
|
|
213
|
+
"Synthetic Leather",
|
|
215
214
|
"Gore-Tex",
|
|
216
215
|
"Denim",
|
|
217
|
-
"
|
|
218
|
-
"
|
|
216
|
+
"Knit",
|
|
217
|
+
"Fleece",
|
|
219
218
|
"Tweed",
|
|
220
|
-
"
|
|
221
|
-
"
|
|
219
|
+
"Satin",
|
|
220
|
+
"Velvet",
|
|
222
221
|
"Jacquard",
|
|
223
|
-
"
|
|
224
|
-
"
|
|
222
|
+
"Flannel",
|
|
223
|
+
"Gabardine"
|
|
225
224
|
]
|
|
226
225
|
}
|
|
227
226
|
},
|
|
@@ -229,51 +228,51 @@
|
|
|
229
228
|
"type": "string",
|
|
230
229
|
"enum": [
|
|
231
230
|
"Base",
|
|
232
|
-
"
|
|
233
|
-
"
|
|
231
|
+
"Mid",
|
|
232
|
+
"Outer"
|
|
234
233
|
],
|
|
235
|
-
"description": "
|
|
234
|
+
"description": "Thermal Layer"
|
|
236
235
|
},
|
|
237
236
|
"season": {
|
|
238
|
-
"description": "
|
|
237
|
+
"description": "Seasons",
|
|
239
238
|
"type": "string",
|
|
240
239
|
"enum": [
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
240
|
+
"Winter",
|
|
241
|
+
"Summer",
|
|
242
|
+
"Spring/Fall",
|
|
243
|
+
"All Year"
|
|
245
244
|
]
|
|
246
245
|
},
|
|
247
246
|
"use_case": {
|
|
248
|
-
"description": "
|
|
247
|
+
"description": "Use cases",
|
|
249
248
|
"type": "array",
|
|
250
249
|
"items": {
|
|
251
250
|
"type": "string",
|
|
252
251
|
"enum": [
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
252
|
+
"Capsule",
|
|
253
|
+
"Favorite",
|
|
254
|
+
"Basic",
|
|
255
|
+
"Sport",
|
|
256
|
+
"Work",
|
|
257
|
+
"Event",
|
|
258
|
+
"Travel",
|
|
259
|
+
"Home",
|
|
260
|
+
"Party",
|
|
261
|
+
"Beach",
|
|
262
|
+
"Rain",
|
|
263
|
+
"Extreme Cold"
|
|
265
264
|
]
|
|
266
265
|
}
|
|
267
266
|
},
|
|
268
267
|
"formality": {
|
|
269
|
-
"description": "
|
|
268
|
+
"description": "Formality",
|
|
270
269
|
"type": "string",
|
|
271
270
|
"enum": [
|
|
272
|
-
"
|
|
271
|
+
"Very Casual",
|
|
273
272
|
"Casual",
|
|
274
|
-
"
|
|
273
|
+
"Smart Casual",
|
|
275
274
|
"Formal",
|
|
276
|
-
"
|
|
275
|
+
"Black Tie"
|
|
277
276
|
]
|
|
278
277
|
},
|
|
279
278
|
"brand": {
|
|
@@ -281,31 +280,31 @@
|
|
|
281
280
|
"type": "string"
|
|
282
281
|
},
|
|
283
282
|
"cares": {
|
|
284
|
-
"description": "
|
|
283
|
+
"description": "Care Instructions",
|
|
285
284
|
"type": "array",
|
|
286
285
|
"items": {
|
|
287
286
|
"type": "string",
|
|
288
287
|
"enum": [
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
288
|
+
"Hand Wash",
|
|
289
|
+
"Machine Wash",
|
|
290
|
+
"Dry Clean",
|
|
291
|
+
"Cold",
|
|
292
|
+
"Hot",
|
|
293
|
+
"Ironing",
|
|
294
|
+
"Steam Ironing"
|
|
296
295
|
]
|
|
297
296
|
}
|
|
298
297
|
},
|
|
299
298
|
"status": {
|
|
300
|
-
"default": "
|
|
301
|
-
"description": "
|
|
299
|
+
"default": "Good",
|
|
300
|
+
"description": "Status",
|
|
302
301
|
"type": "string",
|
|
303
302
|
"enum": [
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
303
|
+
"New",
|
|
304
|
+
"Good",
|
|
305
|
+
"Worn",
|
|
306
|
+
"Damaged",
|
|
307
|
+
"Retire"
|
|
309
308
|
]
|
|
310
309
|
},
|
|
311
310
|
"size": {
|
|
@@ -337,7 +336,7 @@
|
|
|
337
336
|
]
|
|
338
337
|
},
|
|
339
338
|
"measurements": {
|
|
340
|
-
"description": "
|
|
339
|
+
"description": "Measurements",
|
|
341
340
|
"type": "array",
|
|
342
341
|
"items": {
|
|
343
342
|
"type": "number"
|
|
@@ -345,17 +344,17 @@
|
|
|
345
344
|
},
|
|
346
345
|
"type": {
|
|
347
346
|
"type": "string",
|
|
348
|
-
"const": "[[
|
|
347
|
+
"const": "[[Resources]]"
|
|
349
348
|
},
|
|
350
349
|
"subtype": {
|
|
351
350
|
"type": "string",
|
|
352
|
-
"const": "[[
|
|
351
|
+
"const": "[[Clothes]]"
|
|
353
352
|
},
|
|
354
353
|
"areas": {
|
|
355
354
|
"type": "array",
|
|
356
355
|
"items": {
|
|
357
356
|
"type": "string",
|
|
358
|
-
"const": "[[
|
|
357
|
+
"const": "[[Home]]"
|
|
359
358
|
}
|
|
360
359
|
},
|
|
361
360
|
"color": {
|
|
@@ -385,5 +384,5 @@
|
|
|
385
384
|
"icon"
|
|
386
385
|
],
|
|
387
386
|
"additionalProperties": false,
|
|
388
|
-
"description": "
|
|
387
|
+
"description": "Clothing item"
|
|
389
388
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"status": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"Pending",
|
|
9
|
+
"In Progress",
|
|
10
|
+
"Read",
|
|
11
|
+
"Consolidated"
|
|
12
|
+
],
|
|
13
|
+
"description": "Reading status"
|
|
14
|
+
},
|
|
15
|
+
"projects": {
|
|
16
|
+
"type": "array",
|
|
17
|
+
"items": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"description": "Projects"
|
|
21
|
+
},
|
|
22
|
+
"topics": {
|
|
23
|
+
"type": "array",
|
|
24
|
+
"items": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"description": "Topics"
|
|
28
|
+
},
|
|
29
|
+
"rating": {
|
|
30
|
+
"type": "number",
|
|
31
|
+
"description": "Rating of the article"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"required": [
|
|
35
|
+
"status",
|
|
36
|
+
"projects",
|
|
37
|
+
"topics",
|
|
38
|
+
"rating"
|
|
39
|
+
],
|
|
40
|
+
"additionalProperties": false,
|
|
41
|
+
"description": "Article: Additional data"
|
|
42
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"status": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"Pending",
|
|
9
|
+
"In Progress",
|
|
10
|
+
"Read",
|
|
11
|
+
"Consolidated"
|
|
12
|
+
],
|
|
13
|
+
"description": "Reading status"
|
|
14
|
+
},
|
|
15
|
+
"topics": {
|
|
16
|
+
"type": "array",
|
|
17
|
+
"items": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"description": "Topics"
|
|
21
|
+
},
|
|
22
|
+
"rating": {
|
|
23
|
+
"type": "number",
|
|
24
|
+
"description": "Rating of the book"
|
|
25
|
+
},
|
|
26
|
+
"online_rating": {
|
|
27
|
+
"type": "number",
|
|
28
|
+
"description": "Online rating"
|
|
29
|
+
},
|
|
30
|
+
"last_time_read": {
|
|
31
|
+
"type": "string",
|
|
32
|
+
"description": "Last time read"
|
|
33
|
+
},
|
|
34
|
+
"times_read": {
|
|
35
|
+
"type": "number",
|
|
36
|
+
"description": "Times read"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"required": [
|
|
40
|
+
"status",
|
|
41
|
+
"topics",
|
|
42
|
+
"rating",
|
|
43
|
+
"online_rating",
|
|
44
|
+
"last_time_read",
|
|
45
|
+
"times_read"
|
|
46
|
+
],
|
|
47
|
+
"additionalProperties": false,
|
|
48
|
+
"description": "Book: Additional data"
|
|
49
|
+
}
|