Define Custom Output Schema for Wappler Extensions

Hi, right now the only way to get custom output schema is throught the hjson file inside the "dataScheme", however, some extensions have not static return variable, it should automatic based on return, but It could at least allow the user to define the schema.

For example I have a Redis extension where I need to get the return in UI, but I can only see the return made by the hjson file “dataSchema”, of course that I know that I can write directly each return but that’s not the idea. The goal is to provide UI support in Server Actions and Server Connect.

This define schema button doesn’t work, so…
Something relate to this one:

Thanks