@segha/catalog 2.0.0 → 2.2.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 +29 -0
- package/README.md +355 -4
- 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/index.ts +9 -9
- package/en/Movie/index.ts +34 -0
- package/en/Movie/types.ts +9 -0
- package/en/Note.ts +15 -0
- package/en/Wikipedia/index.ts +18 -0
- package/en/Wikipedia/types.ts +10 -0
- package/en/index.ts +5 -1
- package/en/types.ts +7 -0
- package/es/Areas.ts +24 -0
- package/es/Article/index.ts +34 -0
- package/es/Article/types.ts +9 -0
- package/es/Book/index.ts +36 -0
- package/es/Book/types.ts +9 -0
- package/es/Clothing/index.ts +11 -10
- package/es/Icon.ts +1673 -0
- package/es/Movie/index.ts +36 -0
- package/es/Movie/types.ts +9 -0
- package/es/Note.ts +19 -0
- package/es/Painting/index.ts +30 -0
- package/es/Painting/types.ts +9 -0
- package/es/Wikipedia/index.ts +18 -0
- package/es/Wikipedia/types.ts +10 -0
- package/es/Youtube/index.ts +19 -0
- package/es/Youtube/types.ts +10 -0
- package/es/index.ts +7 -0
- package/es/types.ts +10 -0
- package/json-schemas/ArticleSchema.json +102 -0
- package/json-schemas/BookSchema.json +123 -0
- package/json-schemas/CatalogArticleSchema.json +34 -0
- package/json-schemas/CatalogBookSchema.json +43 -0
- package/json-schemas/CatalogClothingSchema.json +0 -1
- package/json-schemas/CatalogMovieSchema.json +48 -0
- package/json-schemas/CatalogWikipediaSchema.json +34 -0
- package/json-schemas/ClothingSchema.json +0 -2
- package/json-schemas/DetailedArticleSchema.json +41 -0
- package/json-schemas/DetailedBookSchema.json +48 -0
- package/json-schemas/DetailedClothingSchema.json +0 -2
- package/json-schemas/DetailedMovieSchema.json +47 -0
- package/json-schemas/DetailedWikipediaSchema.json +41 -0
- package/json-schemas/MetaArticleSchema.json +45 -0
- package/json-schemas/MetaBookSchema.json +50 -0
- package/json-schemas/MetaClothingSchema.json +0 -1
- package/json-schemas/MetaMovieSchema.json +50 -0
- package/json-schemas/MetaWikipediaSchema.json +50 -0
- package/json-schemas/MovieSchema.json +127 -0
- package/json-schemas/NoteSchema.json +846 -0
- package/json-schemas/WikipediaSchema.json +107 -0
- package/json-schemas/en/Area.json +21 -0
- package/json-schemas/en/Areas.json +25 -0
- package/json-schemas/en/Article/ArticleSchema.json +102 -0
- package/json-schemas/en/Article/CatalogArticleSchema.json +34 -0
- package/json-schemas/en/Article/DetailedArticleSchema.json +41 -0
- package/json-schemas/en/Article/MetaArticleSchema.json +45 -0
- package/json-schemas/en/Article/index.json +229 -0
- package/json-schemas/en/ArticleSchema.json +102 -0
- package/json-schemas/en/Book/BookSchema.json +123 -0
- package/json-schemas/en/Book/CatalogBookSchema.json +43 -0
- package/json-schemas/en/Book/DetailedBookSchema.json +48 -0
- package/json-schemas/en/Book/MetaBookSchema.json +50 -0
- package/json-schemas/en/Book/index.json +271 -0
- package/json-schemas/en/BookSchema.json +123 -0
- package/json-schemas/en/CatalogArticleSchema.json +34 -0
- package/json-schemas/en/CatalogBookSchema.json +43 -0
- package/json-schemas/en/CatalogClothingSchema.json +0 -1
- package/json-schemas/en/CatalogMovieSchema.json +48 -0
- package/json-schemas/en/CatalogWikipediaSchema.json +34 -0
- package/json-schemas/en/Clothing/CatalogClothingSchema.json +0 -1
- package/json-schemas/en/Clothing/ClothingSchema.json +0 -2
- package/json-schemas/en/Clothing/DetailedClothingSchema.json +0 -2
- package/json-schemas/en/Clothing/MetaClothingSchema.json +0 -1
- package/json-schemas/en/Clothing/index.json +0 -6
- package/json-schemas/en/ClothingSchema.json +0 -2
- package/json-schemas/en/DetailedArticleSchema.json +41 -0
- package/json-schemas/en/DetailedBookSchema.json +48 -0
- package/json-schemas/en/DetailedClothingSchema.json +0 -2
- package/json-schemas/en/DetailedMovieSchema.json +47 -0
- package/json-schemas/en/DetailedWikipediaSchema.json +41 -0
- package/json-schemas/en/FirstLevelArea.json +21 -0
- package/json-schemas/en/MetaArticleSchema.json +45 -0
- package/json-schemas/en/MetaBookSchema.json +50 -0
- package/json-schemas/en/MetaClothingSchema.json +0 -1
- package/json-schemas/en/MetaMovieSchema.json +50 -0
- package/json-schemas/en/MetaWikipediaSchema.json +50 -0
- package/json-schemas/en/Movie/CatalogMovieSchema.json +48 -0
- package/json-schemas/en/Movie/DetailedMovieSchema.json +47 -0
- package/json-schemas/en/Movie/MetaMovieSchema.json +50 -0
- package/json-schemas/en/Movie/MovieSchema.json +127 -0
- package/json-schemas/en/Movie/index.json +279 -0
- package/json-schemas/en/MovieSchema.json +127 -0
- package/json-schemas/en/NoteSchema.json +846 -0
- package/json-schemas/en/Wikipedia/CatalogWikipediaSchema.json +34 -0
- package/json-schemas/en/Wikipedia/DetailedWikipediaSchema.json +41 -0
- package/json-schemas/en/Wikipedia/MetaWikipediaSchema.json +50 -0
- package/json-schemas/en/Wikipedia/WikipediaSchema.json +107 -0
- package/json-schemas/en/Wikipedia/index.json +239 -0
- package/json-schemas/en/WikipediaSchema.json +107 -0
- package/json-schemas/en/index.json +1923 -26
- package/json-schemas/es/Area.json +21 -0
- package/json-schemas/es/Areas.json +25 -0
- package/json-schemas/es/Article/ArticleSchema.json +138 -0
- package/json-schemas/es/Article/CatalogArticleSchema.json +47 -0
- package/json-schemas/es/Article/DetailedArticleSchema.json +38 -0
- package/json-schemas/es/Article/MetaArticleSchema.json +71 -0
- package/json-schemas/es/Article/index.json +301 -0
- package/json-schemas/es/ArticleSchema.json +138 -0
- package/json-schemas/es/Book/BookSchema.json +141 -0
- package/json-schemas/es/Book/CatalogBookSchema.json +48 -0
- package/json-schemas/es/Book/DetailedBookSchema.json +43 -0
- package/json-schemas/es/Book/MetaBookSchema.json +68 -0
- package/json-schemas/es/Book/index.json +307 -0
- package/json-schemas/es/BookSchema.json +141 -0
- package/json-schemas/es/CatalogArticleSchema.json +47 -0
- package/json-schemas/es/CatalogBookSchema.json +48 -0
- package/json-schemas/es/CatalogClothingSchema.json +0 -1
- package/json-schemas/es/CatalogMovieSchema.json +50 -0
- package/json-schemas/es/CatalogPaintingSchema.json +26 -0
- package/json-schemas/es/CatalogWikipediaSchema.json +47 -0
- package/json-schemas/es/CatalogYoutubeSchema.json +47 -0
- package/json-schemas/es/Clothing/CatalogClothingSchema.json +0 -1
- package/json-schemas/es/Clothing/ClothingSchema.json +30 -12
- package/json-schemas/es/Clothing/DetailedClothingSchema.json +1 -3
- package/json-schemas/es/Clothing/MetaClothingSchema.json +30 -11
- package/json-schemas/es/Clothing/index.json +61 -27
- package/json-schemas/es/ClothingSchema.json +30 -12
- package/json-schemas/es/DetailedArticleSchema.json +38 -0
- package/json-schemas/es/DetailedBookSchema.json +43 -0
- package/json-schemas/es/DetailedClothingSchema.json +1 -3
- package/json-schemas/es/DetailedMovieSchema.json +49 -0
- package/json-schemas/es/DetailedPaintingSchema.json +33 -0
- package/json-schemas/es/DetailedWikipediaSchema.json +38 -0
- package/json-schemas/es/DetailedYoutubeSchema.json +37 -0
- package/json-schemas/es/FirstLevelArea.json +21 -0
- package/json-schemas/es/Icon.json +1675 -0
- package/json-schemas/es/MetaArticleSchema.json +71 -0
- package/json-schemas/es/MetaBookSchema.json +68 -0
- package/json-schemas/es/MetaClothingSchema.json +30 -11
- package/json-schemas/es/MetaMovieSchema.json +69 -0
- package/json-schemas/es/MetaPaintingSchema.json +61 -0
- package/json-schemas/es/MetaWikipediaSchema.json +76 -0
- package/json-schemas/es/MetaYoutubeSchema.json +76 -0
- package/json-schemas/es/Movie/CatalogMovieSchema.json +50 -0
- package/json-schemas/es/Movie/DetailedMovieSchema.json +49 -0
- package/json-schemas/es/Movie/MetaMovieSchema.json +69 -0
- package/json-schemas/es/Movie/MovieSchema.json +150 -0
- package/json-schemas/es/Movie/index.json +325 -0
- package/json-schemas/es/MovieSchema.json +150 -0
- package/json-schemas/es/NoteSchema.json +1226 -0
- package/json-schemas/es/Painting/CatalogPaintingSchema.json +26 -0
- package/json-schemas/es/Painting/DetailedPaintingSchema.json +33 -0
- package/json-schemas/es/Painting/MetaPaintingSchema.json +61 -0
- package/json-schemas/es/Painting/PaintingSchema.json +106 -0
- package/json-schemas/es/Painting/index.json +233 -0
- package/json-schemas/es/PaintingSchema.json +106 -0
- package/json-schemas/es/Wikipedia/CatalogWikipediaSchema.json +47 -0
- package/json-schemas/es/Wikipedia/DetailedWikipediaSchema.json +38 -0
- package/json-schemas/es/Wikipedia/MetaWikipediaSchema.json +76 -0
- package/json-schemas/es/Wikipedia/WikipediaSchema.json +143 -0
- package/json-schemas/es/Wikipedia/index.json +311 -0
- package/json-schemas/es/WikipediaSchema.json +143 -0
- package/json-schemas/es/Youtube/CatalogYoutubeSchema.json +47 -0
- package/json-schemas/es/Youtube/DetailedYoutubeSchema.json +37 -0
- package/json-schemas/es/Youtube/MetaYoutubeSchema.json +76 -0
- package/json-schemas/es/Youtube/YoutubeSchema.json +142 -0
- package/json-schemas/es/Youtube/index.json +309 -0
- package/json-schemas/es/YoutubeSchema.json +142 -0
- package/json-schemas/es/index.json +4849 -103
- package/json-schemas/index.json +1850 -20
- package/package.json +3 -3
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
"description": "Book: Additional data"
|
|
48
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
"Completed"
|
|
11
|
+
],
|
|
12
|
+
"description": "Watching status"
|
|
13
|
+
},
|
|
14
|
+
"topics": {
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"description": "Topics"
|
|
20
|
+
},
|
|
21
|
+
"rating": {
|
|
22
|
+
"type": "number",
|
|
23
|
+
"description": "Rating of the movie"
|
|
24
|
+
},
|
|
25
|
+
"online_rating": {
|
|
26
|
+
"type": "number",
|
|
27
|
+
"description": "Online rating"
|
|
28
|
+
},
|
|
29
|
+
"last_time_watched": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "Last time watched"
|
|
32
|
+
},
|
|
33
|
+
"times_watched": {
|
|
34
|
+
"type": "number",
|
|
35
|
+
"description": "Times watched"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"required": [
|
|
39
|
+
"status",
|
|
40
|
+
"topics",
|
|
41
|
+
"rating",
|
|
42
|
+
"online_rating",
|
|
43
|
+
"last_time_watched",
|
|
44
|
+
"times_watched"
|
|
45
|
+
],
|
|
46
|
+
"description": "Movie: Additional data"
|
|
47
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
"description": "Wikipedia entry: Additional data"
|
|
41
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"type": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"const": "[[Sources]]"
|
|
8
|
+
},
|
|
9
|
+
"format": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "[[Articles]]"
|
|
12
|
+
},
|
|
13
|
+
"areas": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"const": "[[Knowledge]]"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"color": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"const": "#3171B2"
|
|
23
|
+
},
|
|
24
|
+
"icon": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"const": "newspaper"
|
|
27
|
+
},
|
|
28
|
+
"banner": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"url": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "URL of the article"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"required": [
|
|
37
|
+
"type",
|
|
38
|
+
"format",
|
|
39
|
+
"areas",
|
|
40
|
+
"color",
|
|
41
|
+
"icon",
|
|
42
|
+
"url"
|
|
43
|
+
],
|
|
44
|
+
"description": "Article: Metadata of Note"
|
|
45
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"type": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"const": "[[Sources]]"
|
|
8
|
+
},
|
|
9
|
+
"format": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "[[Books]]"
|
|
12
|
+
},
|
|
13
|
+
"areas": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"const": "[[Knowledge]]"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"color": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"const": "#3171B2"
|
|
23
|
+
},
|
|
24
|
+
"icon": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"const": "book"
|
|
27
|
+
},
|
|
28
|
+
"cover": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"url": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "URL of the book in Amazon or similar"
|
|
34
|
+
},
|
|
35
|
+
"read_url": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"description": "URL of the reading of the book"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"required": [
|
|
41
|
+
"type",
|
|
42
|
+
"format",
|
|
43
|
+
"areas",
|
|
44
|
+
"color",
|
|
45
|
+
"icon",
|
|
46
|
+
"url",
|
|
47
|
+
"read_url"
|
|
48
|
+
],
|
|
49
|
+
"description": "Book: Metadata of Note"
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"type": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"const": "[[Sources]]"
|
|
8
|
+
},
|
|
9
|
+
"format": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "[[Movies]]"
|
|
12
|
+
},
|
|
13
|
+
"areas": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"const": "[[Creativity]]"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"color": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"const": "#BE9207"
|
|
23
|
+
},
|
|
24
|
+
"icon": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"const": "movie"
|
|
27
|
+
},
|
|
28
|
+
"cover": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"url": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "URL of the movie in IMDB or similar"
|
|
34
|
+
},
|
|
35
|
+
"watch_url": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"description": "URL of the movie in streaming"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"required": [
|
|
41
|
+
"type",
|
|
42
|
+
"format",
|
|
43
|
+
"areas",
|
|
44
|
+
"color",
|
|
45
|
+
"icon",
|
|
46
|
+
"url",
|
|
47
|
+
"watch_url"
|
|
48
|
+
],
|
|
49
|
+
"description": "Movie: Metadata of Note"
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"type": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"const": "[[Sources]]"
|
|
8
|
+
},
|
|
9
|
+
"format": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "[[Encyclopedia Entries]]"
|
|
12
|
+
},
|
|
13
|
+
"areas": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"const": "[[Knowledge]]"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"color": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"const": "#3171B2"
|
|
23
|
+
},
|
|
24
|
+
"icon": {
|
|
25
|
+
"default": "wikipedia",
|
|
26
|
+
"description": "Lucide icon.",
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"banner": {
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
32
|
+
"url": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"description": "URL of the article"
|
|
35
|
+
},
|
|
36
|
+
"platform": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"const": "Wikipedia"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"required": [
|
|
42
|
+
"type",
|
|
43
|
+
"format",
|
|
44
|
+
"areas",
|
|
45
|
+
"color",
|
|
46
|
+
"url",
|
|
47
|
+
"platform"
|
|
48
|
+
],
|
|
49
|
+
"description": "Wikipedia entry: Metadata of Note"
|
|
50
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"title": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"description": "Title of the movie"
|
|
8
|
+
},
|
|
9
|
+
"description": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Description of the movie"
|
|
12
|
+
},
|
|
13
|
+
"author": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
"description": "Authors. Writers, directors, producers, etc."
|
|
19
|
+
},
|
|
20
|
+
"actors": {
|
|
21
|
+
"type": "array",
|
|
22
|
+
"items": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"description": "Actors"
|
|
26
|
+
},
|
|
27
|
+
"published": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"description": "Year of publication"
|
|
30
|
+
},
|
|
31
|
+
"genres": {
|
|
32
|
+
"type": "array",
|
|
33
|
+
"items": {
|
|
34
|
+
"type": "string"
|
|
35
|
+
},
|
|
36
|
+
"description": "Genres"
|
|
37
|
+
},
|
|
38
|
+
"status": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"enum": [
|
|
41
|
+
"Pending",
|
|
42
|
+
"In Progress",
|
|
43
|
+
"Completed"
|
|
44
|
+
],
|
|
45
|
+
"description": "Watching status"
|
|
46
|
+
},
|
|
47
|
+
"topics": {
|
|
48
|
+
"type": "array",
|
|
49
|
+
"items": {
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
"description": "Topics"
|
|
53
|
+
},
|
|
54
|
+
"rating": {
|
|
55
|
+
"type": "number",
|
|
56
|
+
"description": "Rating of the movie"
|
|
57
|
+
},
|
|
58
|
+
"online_rating": {
|
|
59
|
+
"type": "number",
|
|
60
|
+
"description": "Online rating"
|
|
61
|
+
},
|
|
62
|
+
"last_time_watched": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"description": "Last time watched"
|
|
65
|
+
},
|
|
66
|
+
"times_watched": {
|
|
67
|
+
"type": "number",
|
|
68
|
+
"description": "Times watched"
|
|
69
|
+
},
|
|
70
|
+
"type": {
|
|
71
|
+
"type": "string",
|
|
72
|
+
"const": "[[Sources]]"
|
|
73
|
+
},
|
|
74
|
+
"format": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"const": "[[Movies]]"
|
|
77
|
+
},
|
|
78
|
+
"areas": {
|
|
79
|
+
"type": "array",
|
|
80
|
+
"items": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"const": "[[Creativity]]"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"color": {
|
|
86
|
+
"type": "string",
|
|
87
|
+
"const": "#BE9207"
|
|
88
|
+
},
|
|
89
|
+
"icon": {
|
|
90
|
+
"type": "string",
|
|
91
|
+
"const": "movie"
|
|
92
|
+
},
|
|
93
|
+
"cover": {
|
|
94
|
+
"type": "string"
|
|
95
|
+
},
|
|
96
|
+
"url": {
|
|
97
|
+
"type": "string",
|
|
98
|
+
"description": "URL of the movie in IMDB or similar"
|
|
99
|
+
},
|
|
100
|
+
"watch_url": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "URL of the movie in streaming"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"required": [
|
|
106
|
+
"title",
|
|
107
|
+
"description",
|
|
108
|
+
"author",
|
|
109
|
+
"actors",
|
|
110
|
+
"published",
|
|
111
|
+
"genres",
|
|
112
|
+
"status",
|
|
113
|
+
"topics",
|
|
114
|
+
"rating",
|
|
115
|
+
"online_rating",
|
|
116
|
+
"last_time_watched",
|
|
117
|
+
"times_watched",
|
|
118
|
+
"type",
|
|
119
|
+
"format",
|
|
120
|
+
"areas",
|
|
121
|
+
"color",
|
|
122
|
+
"icon",
|
|
123
|
+
"url",
|
|
124
|
+
"watch_url"
|
|
125
|
+
],
|
|
126
|
+
"description": "Movie"
|
|
127
|
+
}
|