SchemaRequest interface

Final format forSchema params passed to backend requests.

Signature:

exportinterfaceSchemaRequestextendsSchemaShared<SchemaRequest>

Extends:SchemaShared<SchemaRequest>

Properties

PropertyTypeDescription
requiredstring[]Optional. Array of required property.
typeSchemaTypeThe type of the property. this can only be undefined when usinganyOf schemas, which do not have an explicit type in theOpenAPI specification.

SchemaRequest.required

Optional. Array of required property.

Signature:

required?:string[];

SchemaRequest.type

The type of the property. this can only be undefined when usinganyOf schemas, which do not have an explicit type in theOpenAPI specification.

Signature:

type?:SchemaType;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-17 UTC.