node-red / node-red-node-swagger

A set of tools for generating Swagger api documentation based on the HTTP nodes deployed in a flow
Apache License 2.0
63 stars 48 forks source link

Properties #53

Open lx171717 opened 7 years ago

lx171717 commented 7 years ago

in Node red, we use swagger, in the "Docs", Responses -> Properties -> Type it is limited to simple types(string, number, integer, boolean, array), do not it support an object? Our project need response a object in the json .

do you have some idea about this ? thanks very much