[[["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,["Interface for [Schema](./ai.schema.md#schema_class) class.\n\n**Signature:** \n\n export interface SchemaInterface extends SchemaShared\u003cSchemaInterface\u003e \n\n**Extends:** [SchemaShared](./ai.schemashared.md#schemashared_interface)\\\u003c[SchemaInterface](./ai.schemainterface.md#schemainterface_interface)\\\u003e\n\nProperties\n\n| Property | Type | Description |\n|-----------------------------------------------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [type](./ai.schemainterface.md#schemainterfacetype) | [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\nSchemaInterface.type\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;"]]