ServiceInputOutputSpecification interface
Schéma swaggeru 2.0 popisující vstupy nebo výstupy služby. Viz specifikace Swaggeru: http://swagger.io/specification/
Vlastnosti
description | Popis schématu Swagger. |
properties | Určuje kolekci, která obsahuje schéma sloupců pro každý vstup nebo výstup webové služby. Další informace najdete ve specifikaci Swaggeru. |
title | Název schématu Swagger. |
type | Typ entity popsané ve swaggeru. Vždy "objekt". |
Podrobnosti vlastnosti
description
Popis schématu Swagger.
description?: string
Hodnota vlastnosti
string
properties
Určuje kolekci, která obsahuje schéma sloupců pro každý vstup nebo výstup webové služby. Další informace najdete ve specifikaci Swaggeru.
properties: {[propertyName: string]: TableSpecification}
Hodnota vlastnosti
{[propertyName: string]: TableSpecification}
title
Název schématu Swagger.
title?: string
Hodnota vlastnosti
string
type
Typ entity popsané ve swaggeru. Vždy "objekt".
type: string
Hodnota vlastnosti
string