List Resource Types.
GET {{baseUrl}}/orgs/:orgId/resources/types
RESPONSES
status: OK
[{"inputs_schema":{"values":{"properties":{"extensions":{"additionalProperties":{"properties":{"schema":{"type":"string"},"version":{"type":"string"}},"type":"object"}}},"type":"object"}},"name":"PostgreSQL","outputs_schema":{"secrets":{"properties":{"password":{"type":"string"},"username":{"type":"string"}},"required":["username","password"],"type":"object"},"values":{"properties":{"host":{"type":"string"},"name":{"type":"string"},"port":{"maximum":65535,"minimum":0,"type":"integer"}},"required":["name","host","port"],"type":"object"}},"type":"postgres"},{"inputs_schema":{"values":{"properties":{"extensions":{"additionalProperties":{"properties":{"schema":{"type":"string"},"version":{"type":"string"}},"type":"object"}}},"type":"object"}},"name":"PostgreSQL","outputs_schema":{"secrets":{"properties":{"password":{"type":"string"},"username":{"type":"string"}},"required":["username","password"],"type":"object"},"values":{"properties":{"host":{"type":"string"},"name":{"type":"string"},"port":{"maximum":65535,"minimum":0,"type":"integer"}},"required":["name","host","port"],"type":"object"}},"type":"postgres"}]