Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Properties

_meta

Protected _node

Methods

RAMLVersion

  • RAMLVersion(): string

add

addToProp

attributeDefaults

  • attributeDefaults(): boolean

baseUriParameters

  • A resource or a method can override a base URI template's values. This is useful to restrict or change the default or parameter selection in the base URI. The baseUriParameters property MAY be used to override any or all parameters defined at the root level baseUriParameters property, as well as base URI parameters not specified at the root level.

    Returns Parameter[]

definition

description

displayName

  • displayName(): string

dump

  • dump(): string

errors

is

kind

  • kind(): string

meta

methods

name

  • name(): string

optional

  • optional(): boolean

optionalProperties

  • optionalProperties(): string[]

parametrizedProperties

parent

remove

runtimeDefinition

securedBy

  • securityScheme may also be applied to a resource by using the securedBy key, which is equivalent to applying the securityScheme to all methods that may be declared, explicitly or implicitly, by defining the resourceTypes or traits property for that resource. To indicate that the method may be called without applying any securityScheme, the method may be annotated with the null securityScheme.

    Returns SecuritySchemeRef[]

toAny

  • toAny(arg: any): any

toBoolean

  • toBoolean(arg: any): boolean

toJSON

toNumber

  • toNumber(arg: any): any

toString

  • toString(arg: any): string

type

uriParameters

usage

  • usage(): string

Generated using TypeDoc