Skip to content

Instantly share code, notes, and snippets.

@ayhid
Created November 8, 2021 10:34
Show Gist options
  • Save ayhid/75b3a344cab113df7689442e36b48f67 to your computer and use it in GitHub Desktop.
Save ayhid/75b3a344cab113df7689442e36b48f67 to your computer and use it in GitHub Desktop.
short_movies_to_scrap.json
{
"title": {
"type": "string",
},
"originalTitle": {
"type": "string",
},
"releaseYear": {
"type": "integer",
},
"overview": {
"type": "text",
},
"poster": {
"type":string
},
"photos": {
"collection": "string",
},
"production_countries": {
"collection": "country"
},
"production_companies": {
"collection": "production-company"
},
"cast": {
"type": "string",
},
"crew": {
"type": "component",
},
"runtime": {
"type": "integer",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"terms": {
"collection": "term"
},
"videos": {
"type": "component",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment