[[["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-07-17 UTC."],[],[],null,["# SchemaRequest interface\n\nFinal format for [Schema](./ai.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](./ai.schemashared.md#schemashared_interface)\\\u003c[SchemaRequest](./ai.schemarequest.md#schemarequest_interface)\\\u003e\n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [required](./ai.schemarequest.md#schemarequestrequired) | string\\[\\] | Optional. Array of required property. |\n| [type](./ai.schemarequest.md#schemarequesttype) | [SchemaType](./ai.md#schematype) | The type of the property. this can only be undefined when using `anyOf` schemas, which do not have an explicit type in the [OpenAPI specification](https://swagger.io/docs/specification/v3_0/data-models/data-types/#any-type). |\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. this can only be undefined when using `anyOf` schemas, which do not have an explicit type in the [OpenAPI specification](https://swagger.io/docs/specification/v3_0/data-models/data-types/#any-type).\n\n**Signature:** \n\n type?: SchemaType;"]]