-
### Context
When I have a POST body of type [file](https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#file):
```
post:
displayName: Upload an image
queryParamet…
-
Used a more complicated RAML contract and it is crashing with the following:
s.1.raml -o api-client -l javascript
part:/{keyType}{key}
spec:[object Object]
key:undefined
TypeError: Cannot read proper…
-
Hi,
Upon running below command, i see array related exception.
`java -jar ./target/raml-to-jaxrs-cli--jar-with-dependencies.jar -d /tmp -r foo.bar ../examples/maven-examples/raml-defined-example…
-
Nullpointer Exception while using RAML to JAXB generation. below is the configuration.
```
org.raml.jaxrs
raml-to-jaxrs-maven-plugin
3.0.1
…
-
Hi,
I noticed that the maven plugin rewrites json schemas files in the jvm default encoding while jsonschema2pojo always parse them in UTF-8.
That causes an exception when UTF-8 is not the default c…
-
Got this problem while running the generator against a sample file:
```
Processing done. Please update package.json with custom data! At any time, run 'npm run regen' to update based on updated RA…
-
I'm using raml-json-enhance-node at version 0.3.2
With the following expansion script:
```javascript
const {RamlJsonGenerator} = require('raml-json-enhance-node');
process.stdout.write("\n# …
-
Hi,
I have done `npm install raml-javascript-generator`, however, when I attempt to actually require in the library in a script, it is failing:
This:
```
jsGen = require('raml-javascript-generator'…
-
Hi,
Trying to to compile codegen core with:
```
Apache Maven 3.2.1
Java version: 1.7.0_51, vendor: Oracle Corporation
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version:…
-
In the old version, one could reference a JSON schema from within another schema using the name, defined in the RAML "schemas" section.
When trying the same approach now, the generation leads to an e…