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 :)
Не можете да откриете филм или сериал? Влезте, за да го създадете.
Искате ли да го оцените или добавите към списък?
Нямате профил?
Отговор от Travis Bell
на 16 ноември 2016 в 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.