You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting following error on
$ aglio -i user.apib -o user.html
Line 24: mixin base type should be the same as parent base type. objects should contain object mixins. arrays should contain array mixins (warning code 8)
I'm exploring API blueprint + MSON with an example. I'm getting a error although the html is generated is incomplete and here are the details
[test@localhost api-blueprint]$ aglio -v
aglio 2.2.0
olio 1.6.2
Getting following error on
$ aglio -i user.apib -o user.html
Here is the blueprint
FORMAT: 1A
HOST: https://api.test.com
API for User Registration
This is a learning MSON and API documentation
Group users
User Collection [/users]
Get all users [GET /users]
Get Individual User [GET /users/{id}]
Data structure
User (object)
Message (object)
The text was updated successfully, but these errors were encountered: