-
There's a MIT-licensed converter [here](https://github.com/Orange-OpenSource/angular-swagger-ui/blob/master/src/scripts/modules/openapi3-converter.js).
* It's designed as an Angular module, but it …
-
Our code as well as the sample code that shows how to traverse the parsed model is missing the Path#getPathInParent() method in version 2.0.0.201803231800. This was available in 0.0.3.201803041924. …
-
Add support for generation and parsing of RAML 1.0 documents
-
A simple Hello World RAML project, that is modified only to !include a file, will generate this exception:
`[~/git/tmp/raml-test]$ dt2js ./api.raml TestType
{ Error
at generateError (/usr/loc…
-
Running `api-console build helloworld.raml` failed, Whether it's local files or web resources.
```yaml
#helloworld.raml
#%RAML 1.0
title: Hello world # required title
/greeting: # optional re…
-
Is there anyway currently to support the generation of JAX-RS methods that include `@Context UriInfo uriInfo` as an argument from within a RAML document?
This is needed to that I can call `uriInfo.ge…
-
Hi there.
I'd like to validate HTTP headers with hyperschema, I can't see as it's part of the spec or any discussion around it.
Does anyone know if it's possible or if it's been brought up befor…
-
I can't find a way to use use RAML inclusions, like for example for including common resource types.
Using [this sample RAML file](https://github.com/raml-org/raml-java-parser/blob/master/src/test/re…
-
I have some questions about this protocol and how is meant to be implementated.
1. Must it run locally along the IDE?
2. Should the LS accept different IDE sessions on a single instance?
3. I saw that…
-
- [x] searched for similar already existing issue
- [x] read the documentation and [wiki](https://github.com/jgitver/jgitver-maven-plugin/wiki)
## Issue
**version**: `1.1.5`
**usage context…