api-modeling-framework
api-modeling-framework copied to clipboard
DEPRECATED - This project has been moved
In RAML data types, the default type for any types is `string`. For example, the following type definitions are equivalent: ```yaml types: AddressData: properties: address_country: address_locality: address_region: postal_code: street_address: ```...
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
Currently only JSON is supported. We also need to support YAML as a format for OAS documents.
I have a very simple RAML document: ```yaml #%RAML 1.0 title: Twilio Mule Extension API baseUri: https://api.twilio.com/2010-04-01 description: | This is a test. ``` Running AMF, it seems that the...
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...
After opening OpenAPI project, edit data in RAML or OpenAPI editor and make sure other tab displays data in proper format.
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...