Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableSpecification

Package version

interface

An interface representing TableSpecification. The swagger 2.0 schema describing a single service input or output. See Swagger specification: http://swagger.io/specification/

Hierarchy

  • TableSpecification

Index

Properties

Optional description

description: undefined | string
member

{string} [description] Swagger schema description.

Optional format

format: undefined | string
member

{string} [format] The format, if 'type' is not 'object'

Optional properties

properties: undefined | object
member

{{ [propertyName: string]: ColumnSpecification }} [properties] The set of columns within the data table.

Optional title

title: undefined | string
member

{string} [title] Swagger schema title.

type

type: string
member

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

Generated using TypeDoc