Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceInputOutputSpecification

Package version

interface

An interface representing ServiceInputOutputSpecification. The swagger 2.0 schema describing the service's inputs or outputs. See Swagger specification: http://swagger.io/specification/

Hierarchy

  • ServiceInputOutputSpecification

Index

Properties

Optional description

description: undefined | string
member

{string} [description] The description of the Swagger schema.

properties

properties: object
member

{{ [propertyName: string]: TableSpecification }} properties Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.

Type declaration

Optional title

title: undefined | string
member

{string} [title] The title of your Swagger schema.

type

type: string
member

{string} type The type of the entity described in swagger. Always 'object'. Default value: 'object' .

Generated using TypeDoc