Antonio Garrote

Results 13 issues of Antonio Garrote

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...

Hi. I'm working on a particular use case: generating stand-alone type declarations not using any user introduced type names. This is useful in situations where you cannot keep the name-to-declaration...

Type: Enhancement
Status: Idea
Topic: Spec

This is a proposal to include new primitive data types into RAML types to describe payloads including urls and links. This is an example payload from Github's API: ``` json...

Type: Enhancement
Status: Idea
Topic: Spec

Fixes #530 Extends the spec to make it possible to declare a union without using a type expression. It introduces a new facet `anyOf` to declare the super types of...

First take at the Object Oriented interface in the Java version. The programming guide is [here](https://github.com/raml-org/api-modeling-framework/blob/java-bindings/doc/java.md) and the javadoc [here](https://raml-org.github.io/api-modeling-framework/doc/java/apidocs/index.html)

Adds support to execute validations for pairs and RAML Type/JSON Schema + JSON payload documents. Depends on our fork of TopQuadrants SHACL library for Java/JS: https://github.com/mulesoft-labs/shacl/tree/amf

See APIMF-3

features

Right now, we are only emitting lexical information for 'object' nodes in the YAML and JSON ASTs. The result of this limitation is that some nodes are not selectable in...

There's already a workaround for this. I'm opening the issue for documentation and as a reminder of that we need a better solution. Use of a proxy to resolve URL...