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 :)
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 16 novembre, 2016 alle 10:05AM
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.