I am just wondering exactly what the valid data types are when working with API Blueprints?
The documentation seems unclear to me. More specifically, it says:
type is the optional parameter type as expected by the API (e.g. "number", "string", "boolean"). "string" is the default.
Does this mean:
- Only "number", "string" and "boolean" are valid?
- It is expecting JSON primitive types?
- Other?