ServiceInputOutputSpecification interface

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

Properties

description

The description of the Swagger schema.

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.

title

The title of your Swagger schema.

type

The type of the entity described in swagger. Always 'object'.

Property Details

description

The description of the Swagger schema.

description?: string

Property Value

string

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.

properties: {[propertyName: string]: TableSpecification}

Property Value

{[propertyName: string]: TableSpecification}

title

The title of your Swagger schema.

title?: string

Property Value

string

type

The type of the entity described in swagger. Always 'object'.

type: string

Property Value

string