@segha/catalog 2.2.0 → 3.0.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 +168 -0
- package/es/Article/index.ts +17 -26
- package/es/Article/types.ts +1 -4
- package/es/Book/index.ts +21 -28
- package/es/Book/types.ts +1 -4
- package/es/Clothing/index.ts +29 -15
- package/es/Clothing/types.ts +1 -3
- package/es/Core/Area.ts +66 -0
- package/es/Core/Common.ts +43 -0
- package/es/Core/Format.ts +28 -0
- package/es/Core/Rating.ts +33 -0
- package/es/Core/Resource.ts +18 -0
- package/es/Core/Source.ts +37 -0
- package/es/Core/Subtype.ts +8 -0
- package/es/Core/Type.ts +36 -0
- package/es/Core/index.ts +9 -0
- package/es/DataTypes/Color.ts +22 -0
- package/es/DataTypes/Date.ts +45 -0
- package/es/DataTypes/Icon.ts +7 -0
- package/es/DataTypes/Image.ts +9 -0
- package/es/DataTypes/Language.ts +11 -0
- package/es/DataTypes/Status.ts +8 -0
- package/es/DataTypes/Wikilink.ts +16 -0
- package/es/DataTypes/index.ts +7 -0
- package/es/EncyclopediaEntry/index.ts +30 -0
- package/es/EncyclopediaEntry/types.ts +8 -0
- package/es/Movie/MovieExternalId.ts +7 -0
- package/es/Movie/index.ts +22 -27
- package/es/Movie/types.ts +1 -4
- package/es/Note.ts +4 -4
- package/es/Painting/index.ts +16 -23
- package/es/Painting/types.ts +1 -4
- package/es/Video/index.ts +35 -0
- package/es/Video/types.ts +9 -0
- package/es/index.ts +2 -2
- package/es/types.ts +2 -2
- package/json-schemas/common/Palette.json +14 -0
- package/json-schemas/common/Scheme.json +11 -0
- package/json-schemas/common/index.json +32 -0
- package/json-schemas/es/Article/ArticleSchema.json +184 -78
- package/json-schemas/es/Article/index.json +143 -193
- package/json-schemas/es/ArticleSchema.json +184 -78
- package/json-schemas/es/Book/BookSchema.json +227 -84
- package/json-schemas/es/Book/index.json +197 -213
- package/json-schemas/es/BookSchema.json +227 -84
- package/json-schemas/es/CatalogClothingSchema.json +1 -0
- package/json-schemas/es/Clothing/CatalogClothingSchema.json +1 -0
- package/json-schemas/es/Clothing/ClothingSchema.json +173 -64
- package/json-schemas/es/Clothing/index.json +174 -197
- package/json-schemas/es/ClothingSchema.json +173 -64
- package/json-schemas/es/Core/Articles.json +6 -0
- package/json-schemas/es/Core/Atrocious.json +6 -0
- package/json-schemas/es/Core/Bad.json +6 -0
- package/json-schemas/es/Core/Books.json +6 -0
- package/json-schemas/es/Core/Capabilities.json +6 -0
- package/json-schemas/es/Core/Chronicles.json +6 -0
- package/json-schemas/es/Core/Clothes.json +6 -0
- package/json-schemas/es/Core/CommonSchema.json +165 -0
- package/json-schemas/es/Core/Creativity.json +6 -0
- package/json-schemas/es/Core/EncyclopediaEntries.json +6 -0
- package/json-schemas/es/Core/Energy.json +6 -0
- package/json-schemas/es/Core/Entities.json +6 -0
- package/json-schemas/es/Core/Evil.json +6 -0
- package/json-schemas/es/Core/Excellent.json +6 -0
- package/json-schemas/es/Core/Exercise.json +6 -0
- package/json-schemas/es/Core/Exploration.json +6 -0
- package/json-schemas/es/Core/Extracts.json +6 -0
- package/json-schemas/es/Core/Finances.json +6 -0
- package/json-schemas/es/Core/Food.json +6 -0
- package/json-schemas/es/Core/Format.json +13 -0
- package/json-schemas/es/Core/Good.json +6 -0
- package/json-schemas/es/Core/Health.json +6 -0
- package/json-schemas/es/Core/Home.json +6 -0
- package/json-schemas/es/Core/Knowledge.json +6 -0
- package/json-schemas/es/Core/Links.json +6 -0
- package/json-schemas/es/Core/MentalHealth.json +6 -0
- package/json-schemas/es/Core/Movies.json +6 -0
- package/json-schemas/es/Core/Paintings.json +6 -0
- package/json-schemas/es/Core/Passable.json +6 -0
- package/json-schemas/es/Core/Perfect.json +6 -0
- package/json-schemas/es/Core/Productivity.json +6 -0
- package/json-schemas/es/Core/Publications.json +6 -0
- package/json-schemas/es/Core/Rating.json +41 -0
- package/json-schemas/es/Core/ResourceSchema.json +171 -0
- package/json-schemas/es/Core/Resources.json +6 -0
- package/json-schemas/es/Core/ResourcesSubtype.json +11 -0
- package/json-schemas/es/Core/Scenarios.json +6 -0
- package/json-schemas/es/Core/SourceSchema.json +209 -0
- package/json-schemas/es/Core/Sources.json +6 -0
- package/json-schemas/es/Core/SourcesFormat.json +16 -0
- package/json-schemas/es/Core/StructuredThinking.json +6 -0
- package/json-schemas/es/Core/Subtype.json +8 -0
- package/json-schemas/es/Core/Type.json +15 -0
- package/json-schemas/es/Core/Videos.json +6 -0
- package/json-schemas/es/Core/Work.json +6 -0
- package/json-schemas/es/Core/index.json +939 -0
- package/json-schemas/es/DataTypes/Blue.json +6 -0
- package/json-schemas/es/DataTypes/Color.json +6 -0
- package/json-schemas/es/DataTypes/Consolidated.json +5 -0
- package/json-schemas/es/DataTypes/Date.json +21 -0
- package/json-schemas/es/DataTypes/DateTime.json +6 -0
- package/json-schemas/es/DataTypes/DateTimeOffset.json +6 -0
- package/json-schemas/es/DataTypes/Embedding.json +6 -0
- package/json-schemas/es/DataTypes/FullDate.json +6 -0
- package/json-schemas/es/DataTypes/Hex.json +6 -0
- package/json-schemas/es/DataTypes/Icon.json +6 -0
- package/json-schemas/es/DataTypes/Image.json +15 -0
- package/json-schemas/es/DataTypes/InProgress.json +5 -0
- package/json-schemas/es/DataTypes/Language.json +6 -0
- package/json-schemas/es/DataTypes/LanguageTag.json +6 -0
- package/json-schemas/es/DataTypes/Month.json +6 -0
- package/json-schemas/es/DataTypes/Orange.json +6 -0
- package/json-schemas/es/DataTypes/OrdinalDate.json +6 -0
- package/json-schemas/es/DataTypes/Pending.json +5 -0
- package/json-schemas/es/DataTypes/Read.json +5 -0
- package/json-schemas/es/DataTypes/Seen.json +5 -0
- package/json-schemas/es/DataTypes/Time.json +6 -0
- package/json-schemas/es/DataTypes/Watched.json +5 -0
- package/json-schemas/es/DataTypes/Week.json +6 -0
- package/json-schemas/es/DataTypes/WeekWithWeekDay.json +6 -0
- package/json-schemas/es/DataTypes/Wikilink.json +6 -0
- package/json-schemas/es/DataTypes/WikilinkOrEmbedding.json +6 -0
- package/json-schemas/es/DataTypes/Year.json +6 -0
- package/json-schemas/es/DataTypes/Yellow.json +6 -0
- package/json-schemas/es/DataTypes/index.json +193 -0
- package/json-schemas/es/EncyclopediaEntry/EncyclopediaEntrySchema.json +252 -0
- package/json-schemas/es/EncyclopediaEntry/WikipediaEntrySchema.json +257 -0
- package/json-schemas/es/EncyclopediaEntry/index.json +516 -0
- package/json-schemas/es/EncyclopediaEntrySchema.json +252 -0
- package/json-schemas/es/Movie/MovieExternalId.json +5 -0
- package/json-schemas/es/Movie/MovieSchema.json +224 -93
- package/json-schemas/es/Movie/index.json +193 -225
- package/json-schemas/es/MovieSchema.json +224 -93
- package/json-schemas/es/NoteSchema.json +1301 -489
- package/json-schemas/es/Painting/PaintingSchema.json +182 -56
- package/json-schemas/es/Painting/index.json +160 -154
- package/json-schemas/es/PaintingSchema.json +182 -56
- package/json-schemas/es/Video/VideoSchema.json +230 -0
- package/json-schemas/es/Video/VimeoSchema.json +221 -0
- package/json-schemas/es/Video/YoutubeSchema.json +221 -0
- package/json-schemas/es/Video/index.json +679 -0
- package/json-schemas/es/VideoSchema.json +230 -0
- package/json-schemas/es/VimeoSchema.json +221 -0
- package/json-schemas/es/WikipediaEntrySchema.json +257 -0
- package/json-schemas/es/YoutubeSchema.json +158 -79
- package/json-schemas/es/index.json +3020 -3495
- package/package.json +8 -2
- package/es/Areas.ts +0 -24
- package/es/Icon.ts +0 -1673
- package/es/Wikipedia/index.ts +0 -18
- package/es/Wikipedia/types.ts +0 -10
- package/es/Youtube/index.ts +0 -19
- package/es/Youtube/types.ts +0 -10
- package/json-schemas/es/Article/CatalogArticleSchema.json +0 -47
- package/json-schemas/es/Article/DetailedArticleSchema.json +0 -38
- package/json-schemas/es/Article/MetaArticleSchema.json +0 -71
- package/json-schemas/es/Book/CatalogBookSchema.json +0 -48
- package/json-schemas/es/Book/DetailedBookSchema.json +0 -43
- package/json-schemas/es/Book/MetaBookSchema.json +0 -68
- package/json-schemas/es/CatalogArticleSchema.json +0 -47
- package/json-schemas/es/CatalogBookSchema.json +0 -48
- package/json-schemas/es/CatalogMovieSchema.json +0 -50
- package/json-schemas/es/CatalogPaintingSchema.json +0 -26
- package/json-schemas/es/CatalogWikipediaSchema.json +0 -47
- package/json-schemas/es/CatalogYoutubeSchema.json +0 -47
- package/json-schemas/es/Clothing/DetailedClothingSchema.json +0 -73
- package/json-schemas/es/Clothing/MetaClothingSchema.json +0 -60
- package/json-schemas/es/DetailedArticleSchema.json +0 -38
- package/json-schemas/es/DetailedBookSchema.json +0 -43
- package/json-schemas/es/DetailedClothingSchema.json +0 -73
- package/json-schemas/es/DetailedMovieSchema.json +0 -49
- package/json-schemas/es/DetailedPaintingSchema.json +0 -33
- package/json-schemas/es/DetailedWikipediaSchema.json +0 -38
- package/json-schemas/es/DetailedYoutubeSchema.json +0 -37
- package/json-schemas/es/Icon.json +0 -1675
- package/json-schemas/es/MetaArticleSchema.json +0 -71
- package/json-schemas/es/MetaBookSchema.json +0 -68
- package/json-schemas/es/MetaClothingSchema.json +0 -60
- package/json-schemas/es/MetaMovieSchema.json +0 -69
- package/json-schemas/es/MetaPaintingSchema.json +0 -61
- package/json-schemas/es/MetaWikipediaSchema.json +0 -76
- package/json-schemas/es/MetaYoutubeSchema.json +0 -76
- package/json-schemas/es/Movie/CatalogMovieSchema.json +0 -50
- package/json-schemas/es/Movie/DetailedMovieSchema.json +0 -49
- package/json-schemas/es/Movie/MetaMovieSchema.json +0 -69
- package/json-schemas/es/Painting/CatalogPaintingSchema.json +0 -26
- package/json-schemas/es/Painting/DetailedPaintingSchema.json +0 -33
- package/json-schemas/es/Painting/MetaPaintingSchema.json +0 -61
- package/json-schemas/es/Wikipedia/CatalogWikipediaSchema.json +0 -47
- package/json-schemas/es/Wikipedia/DetailedWikipediaSchema.json +0 -38
- package/json-schemas/es/Wikipedia/MetaWikipediaSchema.json +0 -76
- package/json-schemas/es/Wikipedia/WikipediaSchema.json +0 -143
- package/json-schemas/es/Wikipedia/index.json +0 -311
- package/json-schemas/es/WikipediaSchema.json +0 -143
- package/json-schemas/es/Youtube/CatalogYoutubeSchema.json +0 -47
- package/json-schemas/es/Youtube/DetailedYoutubeSchema.json +0 -37
- package/json-schemas/es/Youtube/MetaYoutubeSchema.json +0 -76
- package/json-schemas/es/Youtube/YoutubeSchema.json +0 -142
- package/json-schemas/es/Youtube/index.json +0 -309
- /package/json-schemas/es/{Area.json → Core/Area.json} +0 -0
- /package/json-schemas/es/{Areas.json → Core/Areas.json} +0 -0
- /package/json-schemas/es/{FirstLevelArea.json → Core/FirstLevelArea.json} +0 -0
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"cares": {
|
|
6
|
-
"description": "Cuidados",
|
|
7
|
-
"type": "array",
|
|
8
|
-
"items": {
|
|
9
|
-
"type": "string",
|
|
10
|
-
"enum": [
|
|
11
|
-
"Lavado a mano",
|
|
12
|
-
"Lavado a máquina",
|
|
13
|
-
"Lavado en seco",
|
|
14
|
-
"Frio",
|
|
15
|
-
"Caliente",
|
|
16
|
-
"Planchado",
|
|
17
|
-
"Planchado a vapor"
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"status": {
|
|
22
|
-
"default": "Bien",
|
|
23
|
-
"description": "Estado",
|
|
24
|
-
"type": "string",
|
|
25
|
-
"enum": [
|
|
26
|
-
"Nuevo",
|
|
27
|
-
"Bien",
|
|
28
|
-
"Gastado",
|
|
29
|
-
"Dañado",
|
|
30
|
-
"Retirar"
|
|
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": "Medidas",
|
|
63
|
-
"type": "array",
|
|
64
|
-
"items": {
|
|
65
|
-
"type": "number"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"required": [
|
|
70
|
-
"size"
|
|
71
|
-
],
|
|
72
|
-
"description": "Prenda de ropa: Datos adicionales"
|
|
73
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"type": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"const": "[[Recursos]]"
|
|
8
|
-
},
|
|
9
|
-
"subtype": {
|
|
10
|
-
"type": "string",
|
|
11
|
-
"const": "[[Prendas]]"
|
|
12
|
-
},
|
|
13
|
-
"areas": {
|
|
14
|
-
"default": [
|
|
15
|
-
"[[Hogar]]"
|
|
16
|
-
],
|
|
17
|
-
"type": "array",
|
|
18
|
-
"items": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"enum": [
|
|
21
|
-
"[[Alimentación]]",
|
|
22
|
-
"[[Salud]]",
|
|
23
|
-
"[[Conocimiento]]",
|
|
24
|
-
"[[Pensamiento Estructurado]]",
|
|
25
|
-
"[[Hogar]]",
|
|
26
|
-
"[[Productividad]]",
|
|
27
|
-
"[[Exploración]]",
|
|
28
|
-
"[[Vínculos]]",
|
|
29
|
-
"[[Ejercicio]]",
|
|
30
|
-
"[[Energía Vital]]",
|
|
31
|
-
"[[Trabajo]]",
|
|
32
|
-
"[[Finanzas]]",
|
|
33
|
-
"[[Salud Mental]]",
|
|
34
|
-
"[[Creatividad]]"
|
|
35
|
-
],
|
|
36
|
-
"description": "Área"
|
|
37
|
-
},
|
|
38
|
-
"description": "Áreas"
|
|
39
|
-
},
|
|
40
|
-
"color": {
|
|
41
|
-
"default": "#CB6120",
|
|
42
|
-
"description": "Color de la nota.",
|
|
43
|
-
"type": "string"
|
|
44
|
-
},
|
|
45
|
-
"icon": {
|
|
46
|
-
"default": "shirt",
|
|
47
|
-
"description": "Icono de Lucide.",
|
|
48
|
-
"type": "string"
|
|
49
|
-
},
|
|
50
|
-
"cover": {
|
|
51
|
-
"description": "Foto de la prenda de ropa.",
|
|
52
|
-
"type": "string"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"required": [
|
|
56
|
-
"type",
|
|
57
|
-
"subtype"
|
|
58
|
-
],
|
|
59
|
-
"description": "Prenda de ropa: Metadatos de Nota"
|
|
60
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"status": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"enum": [
|
|
8
|
-
"Pendiente",
|
|
9
|
-
"En Proceso",
|
|
10
|
-
"Leído",
|
|
11
|
-
"Consolidado"
|
|
12
|
-
],
|
|
13
|
-
"description": "Estado de lectura"
|
|
14
|
-
},
|
|
15
|
-
"projects": {
|
|
16
|
-
"description": "Proyectos",
|
|
17
|
-
"type": "array",
|
|
18
|
-
"items": {
|
|
19
|
-
"type": "string"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"topics": {
|
|
23
|
-
"description": "Temas",
|
|
24
|
-
"type": "array",
|
|
25
|
-
"items": {
|
|
26
|
-
"type": "string"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"rating": {
|
|
30
|
-
"description": "Puntuación del artículo",
|
|
31
|
-
"type": "number"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"required": [
|
|
35
|
-
"status"
|
|
36
|
-
],
|
|
37
|
-
"description": "Artículo: Datos adicionales"
|
|
38
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"status": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"enum": [
|
|
8
|
-
"Pendiente",
|
|
9
|
-
"En Proceso",
|
|
10
|
-
"Leído",
|
|
11
|
-
"Consolidado"
|
|
12
|
-
],
|
|
13
|
-
"description": "Estado de lectura"
|
|
14
|
-
},
|
|
15
|
-
"topics": {
|
|
16
|
-
"description": "Temas",
|
|
17
|
-
"type": "array",
|
|
18
|
-
"items": {
|
|
19
|
-
"type": "string"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"rating": {
|
|
23
|
-
"description": "Puntuación del libro",
|
|
24
|
-
"type": "number"
|
|
25
|
-
},
|
|
26
|
-
"online_rating": {
|
|
27
|
-
"description": "Puntuación en línea",
|
|
28
|
-
"type": "number"
|
|
29
|
-
},
|
|
30
|
-
"last_time_read": {
|
|
31
|
-
"description": "Última vez leído",
|
|
32
|
-
"type": "string"
|
|
33
|
-
},
|
|
34
|
-
"times_read": {
|
|
35
|
-
"description": "Veces leído",
|
|
36
|
-
"type": "number"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"required": [
|
|
40
|
-
"status"
|
|
41
|
-
],
|
|
42
|
-
"description": "Libro: Datos adicionales"
|
|
43
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"cares": {
|
|
6
|
-
"description": "Cuidados",
|
|
7
|
-
"type": "array",
|
|
8
|
-
"items": {
|
|
9
|
-
"type": "string",
|
|
10
|
-
"enum": [
|
|
11
|
-
"Lavado a mano",
|
|
12
|
-
"Lavado a máquina",
|
|
13
|
-
"Lavado en seco",
|
|
14
|
-
"Frio",
|
|
15
|
-
"Caliente",
|
|
16
|
-
"Planchado",
|
|
17
|
-
"Planchado a vapor"
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"status": {
|
|
22
|
-
"default": "Bien",
|
|
23
|
-
"description": "Estado",
|
|
24
|
-
"type": "string",
|
|
25
|
-
"enum": [
|
|
26
|
-
"Nuevo",
|
|
27
|
-
"Bien",
|
|
28
|
-
"Gastado",
|
|
29
|
-
"Dañado",
|
|
30
|
-
"Retirar"
|
|
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": "Medidas",
|
|
63
|
-
"type": "array",
|
|
64
|
-
"items": {
|
|
65
|
-
"type": "number"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"required": [
|
|
70
|
-
"size"
|
|
71
|
-
],
|
|
72
|
-
"description": "Prenda de ropa: Datos adicionales"
|
|
73
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"status": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"enum": [
|
|
8
|
-
"Pendiente",
|
|
9
|
-
"En progreso",
|
|
10
|
-
"Visto"
|
|
11
|
-
],
|
|
12
|
-
"description": "Estado de visualización"
|
|
13
|
-
},
|
|
14
|
-
"topics": {
|
|
15
|
-
"description": "Temas",
|
|
16
|
-
"anyOf": [
|
|
17
|
-
{
|
|
18
|
-
"type": "array",
|
|
19
|
-
"items": {
|
|
20
|
-
"type": "string"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"type": "null"
|
|
25
|
-
}
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
"rating": {
|
|
29
|
-
"description": "Puntuación de la película",
|
|
30
|
-
"type": "number"
|
|
31
|
-
},
|
|
32
|
-
"online_rating": {
|
|
33
|
-
"description": "Puntuación en línea",
|
|
34
|
-
"type": "number"
|
|
35
|
-
},
|
|
36
|
-
"last_time_watched": {
|
|
37
|
-
"description": "Última vez vista",
|
|
38
|
-
"type": "string"
|
|
39
|
-
},
|
|
40
|
-
"times_watched": {
|
|
41
|
-
"description": "Veces vista",
|
|
42
|
-
"type": "number"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"required": [
|
|
46
|
-
"status"
|
|
47
|
-
],
|
|
48
|
-
"description": "Película: Datos adicionales"
|
|
49
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"collection": {
|
|
6
|
-
"description": "Colección",
|
|
7
|
-
"type": "string"
|
|
8
|
-
},
|
|
9
|
-
"position": {
|
|
10
|
-
"description": "Posición en la colección",
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"projects": {
|
|
14
|
-
"description": "Proyectos",
|
|
15
|
-
"type": "array",
|
|
16
|
-
"items": {
|
|
17
|
-
"type": "string"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"topics": {
|
|
21
|
-
"description": "Temas",
|
|
22
|
-
"type": "array",
|
|
23
|
-
"items": {
|
|
24
|
-
"type": "string"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"rating": {
|
|
28
|
-
"description": "Puntuación del artículo",
|
|
29
|
-
"type": "number"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"description": "Pintura: Datos adicionales"
|
|
33
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"status": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"enum": [
|
|
8
|
-
"Pendiente",
|
|
9
|
-
"En Proceso",
|
|
10
|
-
"Leído",
|
|
11
|
-
"Consolidado"
|
|
12
|
-
],
|
|
13
|
-
"description": "Estado de lectura"
|
|
14
|
-
},
|
|
15
|
-
"projects": {
|
|
16
|
-
"description": "Proyectos",
|
|
17
|
-
"type": "array",
|
|
18
|
-
"items": {
|
|
19
|
-
"type": "string"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"topics": {
|
|
23
|
-
"description": "Temas",
|
|
24
|
-
"type": "array",
|
|
25
|
-
"items": {
|
|
26
|
-
"type": "string"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"rating": {
|
|
30
|
-
"description": "Puntuación del artículo",
|
|
31
|
-
"type": "number"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"required": [
|
|
35
|
-
"status"
|
|
36
|
-
],
|
|
37
|
-
"description": "Entrada de Wikipedia: Datos adicionales"
|
|
38
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"properties": {
|
|
5
|
-
"status": {
|
|
6
|
-
"type": "string",
|
|
7
|
-
"enum": [
|
|
8
|
-
"Pendiente",
|
|
9
|
-
"En progreso",
|
|
10
|
-
"Visto"
|
|
11
|
-
],
|
|
12
|
-
"description": "Estado de visualización"
|
|
13
|
-
},
|
|
14
|
-
"projects": {
|
|
15
|
-
"description": "Proyectos",
|
|
16
|
-
"type": "array",
|
|
17
|
-
"items": {
|
|
18
|
-
"type": "string"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"topics": {
|
|
22
|
-
"description": "Temas",
|
|
23
|
-
"type": "array",
|
|
24
|
-
"items": {
|
|
25
|
-
"type": "string"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"rating": {
|
|
29
|
-
"description": "Puntuación del artículo",
|
|
30
|
-
"type": "number"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"required": [
|
|
34
|
-
"status"
|
|
35
|
-
],
|
|
36
|
-
"description": "Vídeo de YouTube: Datos adicionales"
|
|
37
|
-
}
|