Hi, I was wondering if there is somewhere a list of all possible values a certain feature can get, accept its pure TYPE (e.g. string), and also a small description.. For example, if I instantiate certain TV serie object, I expect to have an optinal feature named '_type'. I guess it's a kind of Enum-like feature, meaning it can have value among a finite set of possible values. Where can I find the possible values? And, what does it mean?? It's not a genre Thanks a lot :)
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on November 16, 2016 at 10:05 AM
Hi @michaelsromin Aside from our documentation, we don't really have anything like that. That information is mostly available via the docs though, I've tried to make sure all of the data types are correct and show the possible values (ie. null or string in image paths case). This is all available in our documentation.
Cheers.