Create custom data types in a plugin

Yeah, that’d be great. Perhaps a simple text field for defining a JSON object would suffice. Then, in the Bubble editor, the user could navigate the object properties just like a built-in data type - e.g. “Contact’s Vehicle’s Model”.

Seems it’d be useful for any plugin that wants to expose data which doesn’t need to be saved in the Bubble DB.

It’s similar to what I inquired about here. All I needed at the time was an associative array, but being able to construct an arbitrary hierarchy would be better. Even being limited to primitive data types (for the object properties) would be fine.