Class Type (1.51.0)

Type(value)

Type contains the list of OpenAPI data types as defined by https://swagger.io/docs/specification/data-models/data-types/

Enums

Name Description
TYPE_UNSPECIFIED Not specified, should not be used.
STRING OpenAPI string type
NUMBER OpenAPI number type
INTEGER OpenAPI integer type
BOOLEAN OpenAPI boolean type
ARRAY OpenAPI array type
OBJECT OpenAPI object type

Methods

Type

Type(value)

Type contains the list of OpenAPI data types as defined by https://swagger.io/docs/specification/data-models/data-types/