ObjectSchemaInterface interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface for ObjectSchema class.
Signature:
export interface ObjectSchemaInterface extends SchemaInterface
Extends: SchemaInterface
Properties
ObjectSchemaInterface.optionalProperties
Signature:
optionalProperties?: string[];
ObjectSchemaInterface.type
Signature:
type: SchemaType.OBJECT;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-24 UTC."],[],[],null,["# ObjectSchemaInterface interface\n\nInterface for [ObjectSchema](./vertexai.objectschema.md#objectschema_class) class.\n\n**Signature:** \n\n export interface ObjectSchemaInterface extends SchemaInterface \n\n**Extends:** [SchemaInterface](./vertexai.schemainterface.md#schemainterface_interface)\n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------------------------|----------------------------------------------------------------|-------------|\n| [optionalProperties](./vertexai.objectschemainterface.md#objectschemainterfaceoptionalproperties) | string\\[\\] | |\n| [type](./vertexai.objectschemainterface.md#objectschemainterfacetype) | [SchemaType.OBJECT](./vertexai.md#schematypeobject_enummember) | |\n\nObjectSchemaInterface.optionalProperties\n----------------------------------------\n\n**Signature:** \n\n optionalProperties?: string[];\n\nObjectSchemaInterface.type\n--------------------------\n\n**Signature:** \n\n type: SchemaType.OBJECT;"]]