goganchic
goganchic
https://github.com/danielgtaylor/aglio/commit/c14f143d2bc1495ca418ff8b2938c2594fe21ad6 this commit is a source of such problem: ``` # Foo # Data Structures ## Test (object) + One Of + Properties + A: x (enum, required) + B:...
Add multiparameters support like in rails. It is very useful for date_select and time_select rails helpers
I've reached this loader from [webpack official page](https://webpack.js.org/api/loaders/). It was mentioned as an example of loaders using `pitch` function. The idea of `pitch` function is clear but I can't understand...
In our project we have very big api documentation. A lot of actions have identical responses like: ```apib + Response 401 (appliction/json) + Attributes + status: Unauthorized (required, fixed) ```...
Suppose such doc: ``` # My API # Data Structures # Plan + kind (string) + Sample: free ``` Drafter generates such AST for samples section ``` samples: element: "array"...
I use such example: ```apib # API name ## Group Users ### Users [GET /hello world] + Response 200 ``` I expect to receive a warning or an error about...
Implements https://github.com/apiaryio/drafter/issues/467
https://github.com/apiaryio/drafter/issues/467