raml-spec
raml-spec copied to clipboard
RAML Specification
I am trying to implement the oauth 2.0 security scheme using authorization code grant type. While trying to get the access token I am getting 'accessTokenUri: the value has invalid...
https://github.com/github/renaming
Making the declaration of the annotation type optional. This will allow better interoperability with OAS, where extensions are not required to have a strict schema. This also makes it possible...
This example shows that unions work like exclusive (gives the idea that an instance must match only with one element of the union) but in the union type section always...
Hi. I'm reporting an error in an example in the spec of RAML 1.0. In the section [The Query String as a Whole](https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#the-query-string-as-a-whole) there is an example API which comments...
Hi, First of all a very big thank to you developers for doing such a great job. I am using latest api-console and when I build I observed api-model.json is...
They support it in swagger and I find it useful. It would be helpful if you could override the protocol support for an endpoint. This would mean some APIs endpoints...
I propose that RAML specify behavior for ?merge-tags?, with traits and resource types, allowing a type to be specified. Generally it can safely be assumed to be a string, but...
Hi 👋 When working with AMF parser, I've discovered that the following RAML passes the validation (https://github.com/aml-org/amf/issues/1085): ```yaml #%RAML 1.0 title: Test API /person: post: body: application/json: type: type: type:...