[[["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,["# SchemaRequest interface\n\nFinal format for [Schema](./vertexai.schema.md#schema_class) params passed to backend requests.\n\n**Signature:** \n\n export interface SchemaRequest extends SchemaShared\u003cSchemaRequest\u003e \n\n**Extends:** [SchemaShared](./vertexai.schemashared.md#schemashared_interface)\\\u003c[SchemaRequest](./vertexai.schemarequest.md#schemarequest_interface)\\\u003e\n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------|----------------------------------------|-------------------------------------------------------------------|\n| [required](./vertexai.schemarequest.md#schemarequestrequired) | string\\[\\] | Optional. Array of required property. |\n| [type](./vertexai.schemarequest.md#schemarequesttype) | [SchemaType](./vertexai.md#schematype) | The type of the property. [SchemaType](./vertexai.md#schematype). |\n\nSchemaRequest.required\n----------------------\n\nOptional. Array of required property.\n\n**Signature:** \n\n required?: string[];\n\nSchemaRequest.type\n------------------\n\nThe type of the property. [SchemaType](./vertexai.md#schematype).\n\n**Signature:** \n\n type: SchemaType;"]]