ObjectSchemaRequest interface Stay organized with collections Save and categorize content based on your preferences.
Interface for JSON parameters in a schema ofSchemaType "object" when not using theSchema.object() helper.
Signature:
exportinterfaceObjectSchemaRequestextendsSchemaRequestExtends:SchemaRequest
Properties
| Property | Type | Description |
|---|---|---|
| optionalProperties | never | This is not a property accepted in the final request to the backend, but is a client-side convenience property that is only usable by constructing a schema through theSchema.object() helper method. Populating this property will cause response errors if the object is not wrapped withSchema.object(). |
| type | 'object' |
ObjectSchemaRequest.optionalProperties
This is not a property accepted in the final request to the backend, but is a client-side convenience property that is only usable by constructing a schema through theSchema.object() helper method. Populating this property will cause response errors if the object is not wrapped withSchema.object().
Signature:
optionalProperties?:never;ObjectSchemaRequest.type
Signature:
type:'object';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-08-07 UTC.