Jonathan Stoikovitch
Jonathan Stoikovitch
maybe arguments that are quoted should be passed as strings, at least.
@plroebuck: I see some activity in the past few days. Any RAML 1.0 -related work in the horizon? @oshalygin: what ever happened to that RAML 1.0 fork/branch/PR you were working...
How big would the resulting dynamic library be? Is there any way to get an idea?
There is a discussion to introduce the concept of “Overlays” in OAS (3.1). Overlays would address the use case you are describing by giving the ability to define a separate...
@alvassin: `comment?` and `string?` are two different things. ```raml comment: nil | string ``` is equivalent to: ```raml comment: string? ``` and means that the value of `comment` can be...
@sheamunion: you cannot use an `!include` in a union. If you’d like to discuss this further though, could you please create a separate issue. This is a different topic. Also,...
Correct. To be clear, the reason those values would be rejected in that case is because both `eventType` and `bar` are required properties, for example `{"eventType":"not-foo", "bar":"val", "not-bar":"val"}` would be...
Can you attempt to parse and validate this using the latest version of AMF[1]? This is our reference parser now, the one you used back when you filed this issue...
can you give an example?
Have you seen [this blog post about modeling multipart requests](https://medium.com/raml-api/modeling-multipart-requests-bbac3c93d36e)? Does it address your question and if not, can you share an example (even an invalid one) of what you're...