Skip to content

Instantly share code, notes, and snippets.

@sankemax
Last active April 20, 2020 23:48
Show Gist options
  • Save sankemax/404b45be91bef07252f446d6684561a5 to your computer and use it in GitHub Desktop.
Save sankemax/404b45be91bef07252f446d6684561a5 to your computer and use it in GitHub Desktop.
{
"title":"{\"type\":\"string\",\"example\":\"Avengers: Infinity War\"}",
"year":"{\"type\":\"string\",\"example\":\"2018\"}",
"actors":[
"{\"type\":\"string\",\"example\":\"Robert Downey Jr.\"}"
],
"dates":{
"released":[
{
"usa":"{\"type\":\"string\",\"example\":\"2018-04-22T21:00:00.000Z\"}",
"israel":"{\"type\":\"string\",\"example\":\"2018-04-25T21:00:00.000Z\"}"
}
],
"dvd":"{\"type\":\"string\",\"example\":\"2018-08-13T21:00:00.000Z\"}"
},
"ratings":[
{
"siteName":"{\"type\":\"string\",\"example\":\"Metacritic\"}",
"rating":"{\"type\":\"string\",\"example\":\"68/100\"}",
"normalized":"{\"type\":\"number\",\"example\":0.68}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment