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 :)
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 16 de noviembre de 2016 a las 10:05
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.