@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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"description": "Estampado",
|
|
4
3
|
"type": "string",
|
|
5
4
|
"enum": [
|
|
6
5
|
"Liso",
|
|
@@ -13,5 +12,6 @@
|
|
|
13
12
|
"Camuflaje",
|
|
14
13
|
"EstampadoGráfico",
|
|
15
14
|
"Degradado"
|
|
16
|
-
]
|
|
15
|
+
],
|
|
16
|
+
"description": "Estampado"
|
|
17
17
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"default": "Bien",
|
|
4
|
-
"description": "Estado",
|
|
5
3
|
"type": "string",
|
|
6
4
|
"enum": [
|
|
7
5
|
"Nuevo",
|
|
@@ -9,5 +7,6 @@
|
|
|
9
7
|
"Gastado",
|
|
10
8
|
"Dañado",
|
|
11
9
|
"Retirar"
|
|
12
|
-
]
|
|
10
|
+
],
|
|
11
|
+
"description": "Estado de la prenda de ropa"
|
|
13
12
|
}
|