apiblueprint - Specify nested (object)s in Blueprint? -


my nested-object attribute shows no errors/warnings, doesn't display usefully in apiary.io. doing wrong?

i have structure (response body) this:

{ "f1": "v1", "f2": "v2", "f3": { "f3f1": "v3v1", "f3f2": "v3v2" } }

as read several specs, should described as

+ attributes - f1: v1 - f2: v2 - f3 - f3f1: v3v1 - f3f2: v3v2

and apiary.io should show table (among other things) displays 4 example values.

but resulting table doesn't mention sub-object.

can done (is supported yet)? how?

at moment, mson support in apiary still in beta stage. (apiary) working on nice , interactive interface it. please @ https://github.com/apiaryio/api-blueprint/issues/191 more information.

thanks.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -