Sdílet prostřednictvím


TableSpecification interface

Schéma swaggeru 2.0 popisující jeden vstup nebo výstup služby. Viz specifikace Swaggeru: http://swagger.io/specification/

Vlastnosti

description

Popis schématu Swagger.

format

Formát, pokud "type" není "object".

properties

Sada sloupců v tabulce dat.

title

Název schématu Swagger.

type

Typ entity popsané v swaggeru.

Podrobnosti vlastnosti

description

Popis schématu Swagger.

description?: string

Hodnota vlastnosti

string

format

Formát, pokud "type" není "object".

format?: string

Hodnota vlastnosti

string

properties

Sada sloupců v tabulce dat.

properties?: {[propertyName: string]: ColumnSpecification}

Hodnota vlastnosti

{[propertyName: string]: ColumnSpecification}

title

Název schématu Swagger.

title?: string

Hodnota vlastnosti

string

type

Typ entity popsané v swaggeru.

type: string

Hodnota vlastnosti

string