This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"http://raml.org/vocabularies/document#sources": [ | |
{ | |
"@id": "/Users/antoniogarrote/Development/raml-tck/tests/syntax/raml-1.0/root-section/baseuri.raml#/web-api/source-map", | |
"@type": [ | |
"http://raml.org/vocabularies/document#SourceMap" | |
], | |
"http://raml.org/vocabularies/document#lexical": [ | |
{ | |
"http://raml.org/vocabularies/document#element": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asyncapi: "1.0.0" | |
info: | |
title: Loan Async API | |
version: "1.0" | |
description: Asynchronous API used to track changes in the loans processing pipeline. | |
servers: | |
- url: rabbit.myorg.com:5676 | |
scheme: amqp | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%RAML Async 0.1 | |
title: Loan Async API | |
version: 1.0 | |
description: Asynchronous API used to track changes in the loans processing pipeline. | |
transport: amqp | |
types: |
OlderNewer