apiaryio / api-blueprint

API Blueprint
https://apiblueprint.org
MIT License
8.64k stars 2.14k forks source link

Attributes via data structures broken with last update #280

Closed jeremytm closed 8 years ago

jeremytm commented 8 years ago

After the fix for issue #232 our attributes no longer show. This is only affecting attributes created using data structures. Normal inline attributes appear to be OK.

See the official Apiary Data Structures example.

To confirm, view the "Create a coupon" interactive area, we should see the Coupon Base attributes listed, and we should see the Coupons attributes listed under the response. We no longer see either of these lists.

zdne commented 8 years ago

The regression issue on Apiary has been fixed. As I have mentioned here https://github.com/apiaryio/api-blueprint/issues/232#issuecomment-155065074

jeremytm commented 8 years ago

Looks great now, thanks :)