Interface SchemaItem (5.0.5)

Package

googleapis-common

Properties

$ref

$ref?: string;
Property Value
TypeDescription
string

additionalProperties

additionalProperties?: {
        [index: string]: SchemaItem;
    };
Property Value
TypeDescription
{ [index: string]: SchemaItem; }

default

default?: string;
Property Value
TypeDescription
string

description

description?: string;
Property Value
TypeDescription
string

format

format?: ParameterFormat;
Property Value
TypeDescription
ParameterFormat

id

id?: string;
Property Value
TypeDescription
string

items

items?: {
        [index: string]: SchemaItem;
    };
Property Value
TypeDescription
{ [index: string]: SchemaItem; }

properties

properties?: {
        [index: string]: SchemaItem;
    };
Property Value
TypeDescription
{ [index: string]: SchemaItem; }

type

type?: SchemaType;
Property Value
TypeDescription
SchemaType