You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [type](./ai.schemarequest.md#schemarequesttype) | [SchemaType](./ai.md#schematype) | The type of the property. this can only be undefined when using <code>anyof</code> schemas, which do not have an explicit type in the . |
27
+
| [type](./ai.schemarequest.md#schemarequesttype) | [SchemaType](./ai.md#schematype) | The type of the property. this can only be undefined when using <code>anyOf</code> schemas, which do not have an explicit type in the . |
28
28
29
29
## SchemaRequest.required
30
30
@@ -38,7 +38,7 @@ required?: string[];
38
38
39
39
## SchemaRequest.type
40
40
41
-
The type of the property. this can only be undefined when using `anyof` schemas, which do not have an explicit type in the .
41
+
The type of the property. this can only be undefined when using `anyOf` schemas, which do not have an explicit type in the .
* The type of the property. this can only be undefined when using `anyof` schemas,
102
+
* The type of the property. this can only be undefined when using `anyOf` schemas,
103
103
* which do not have an explicit type in the {@link OpenAPI specification | https://swagger.io/docs/specification/v3_0/data-models/data-types/#any-type}.
0 commit comments