fix: [movie-genre] lower case value

training
mokaddem 2021-02-05 09:37:52 +01:00
parent 35a6a39bb6
commit c9524601ad
1 changed files with 24 additions and 24 deletions

View File

@ -2,122 +2,122 @@
"predicates": [ "predicates": [
{ {
"description": "The Action movie genre", "description": "The Action movie genre",
"value": "Action", "value": "action",
"expanded": "Action" "expanded": "Action"
}, },
{ {
"description": "The Adventure movie genre", "description": "The Adventure movie genre",
"value": "Adventure", "value": "adventure",
"expanded": "Adventure" "expanded": "Adventure"
}, },
{ {
"description": "The Animation movie genre", "description": "The Animation movie genre",
"value": "Animation", "value": "animation",
"expanded": "Animation" "expanded": "Animation"
}, },
{ {
"description": "The Biography movie genre", "description": "The Biography movie genre",
"value": "Biography", "value": "biography",
"expanded": "Biography" "expanded": "Biography"
}, },
{ {
"description": "The Comedy movie genre", "description": "The Comedy movie genre",
"value": "Comedy", "value": "comedy",
"expanded": "Comedy" "expanded": "Comedy"
}, },
{ {
"description": "The Crime movie genre", "description": "The Crime movie genre",
"value": "Crime", "value": "crime",
"expanded": "Crime" "expanded": "Crime"
}, },
{ {
"description": "The Documentary movie genre", "description": "The Documentary movie genre",
"value": "Documentary", "value": "documentary",
"expanded": "Documentary" "expanded": "Documentary"
}, },
{ {
"description": "The Drama movie genre", "description": "The Drama movie genre",
"value": "Drama", "value": "drama",
"expanded": "Drama" "expanded": "Drama"
}, },
{ {
"description": "The Family movie genre", "description": "The Family movie genre",
"value": "Family", "value": "family",
"expanded": "Family" "expanded": "Family"
}, },
{ {
"description": "The Fantasy movie genre", "description": "The Fantasy movie genre",
"value": "Fantasy", "value": "fantasy",
"expanded": "Fantasy" "expanded": "Fantasy"
}, },
{ {
"description": "The Film Noir movie genre", "description": "The Film Noir movie genre",
"value": "Film Noir", "value": "film-noir",
"expanded": "Film Noir" "expanded": "Film Noir"
}, },
{ {
"description": "The History movie genre", "description": "The History movie genre",
"value": "History", "value": "history",
"expanded": "History" "expanded": "History"
}, },
{ {
"description": "The Horror movie genre", "description": "The Horror movie genre",
"value": "Horror", "value": "horror",
"expanded": "Horror" "expanded": "Horror"
}, },
{ {
"description": "The Music movie genre", "description": "The Music movie genre",
"value": "Music", "value": "music",
"expanded": "Music" "expanded": "Music"
}, },
{ {
"description": "The Musical movie genre", "description": "The Musical movie genre",
"value": "Musical", "value": "musical",
"expanded": "Musical" "expanded": "Musical"
}, },
{ {
"description": "The Mystery movie genre", "description": "The Mystery movie genre",
"value": "Mystery", "value": "mystery",
"expanded": "Mystery" "expanded": "Mystery"
}, },
{ {
"description": "The Romance movie genre", "description": "The Romance movie genre",
"value": "Romance", "value": "romance",
"expanded": "Romance" "expanded": "Romance"
}, },
{ {
"description": "The Sci-Fi movie genre", "description": "The Sci-Fi movie genre",
"value": "Sci-Fi", "value": "sci-fi",
"expanded": "Sci-Fi" "expanded": "Sci-Fi"
}, },
{ {
"description": "The Short movie genre", "description": "The Short movie genre",
"value": "Short", "value": "short",
"expanded": "Short" "expanded": "Short"
}, },
{ {
"description": "The Sport movie genre", "description": "The Sport movie genre",
"value": "Sport", "value": "sport",
"expanded": "Sport" "expanded": "Sport"
}, },
{ {
"description": "The Superhero movie genre", "description": "The Superhero movie genre",
"value": "Superhero", "value": "superhero",
"expanded": "Superhero" "expanded": "Superhero"
}, },
{ {
"description": "The Thriller movie genre", "description": "The Thriller movie genre",
"value": "Thriller", "value": "thriller",
"expanded": "Thriller" "expanded": "Thriller"
}, },
{ {
"description": "The War movie genre", "description": "The War movie genre",
"value": "War", "value": "war",
"expanded": "War" "expanded": "War"
}, },
{ {
"description": "The Western movie genre", "description": "The Western movie genre",
"value": "Western", "value": "western",
"expanded": "Western" "expanded": "Western"
} }
], ],