Skip to content

Instantly share code, notes, and snippets.

@fbarrios
Created April 18, 2017 19:17
Show Gist options
  • Save fbarrios/2fbb22633dbb8c579e134197d0906d26 to your computer and use it in GitHub Desktop.
Save fbarrios/2fbb22633dbb8c579e134197d0906d26 to your computer and use it in GitHub Desktop.
#%RAML 1.0 Library
---
usage: |
This library defines annotation types to provide connectivity using the REST-Connect toolkit.
annotationTypes:
ignored:
type: string?
description: |
This annotation allows to specify a method which will not be transformed into an operation.
Optionally, a reason can be defined.
allowedTargets: [ Method ]
operationName:
type: string
description: |
This annotation allows to specify a custom operation name inside the extension.
allowedTargets: [ Method ]
version:
type: string
description: |
This annotation allows to define the generated output version.
allowedTargets: [ API ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment