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
@@ -226,7 +226,7 @@ Callback for generating the JSDoc of a model.
226
226
| Name | Type | Description |
227
227
| :------ | :------ | :------ |
228
228
|`params`|`Object`| - |
229
-
|`params.fieldPath`|`string`[]| Path to the field in the schema. Empty if the schema is a model schema. |
229
+
|`params.fieldPath`|[`OpenApiSchemaFieldPathItem`](index.md#openapischemafieldpathitem)[]| Path to the field in the schema. Empty if the schema is a model schema. |
230
230
|`params.schema`|[`OpenApiSchema`](openapi.md#openapischema)| OpenAPISchema of the model schema (if fieldPath is empty) or the field schema. |
231
231
|`params.schemaName`|`string`| Name of the schema. |
232
232
|`params.suggestedJsDoc`|[`JsDocBlock`](../interfaces/index.JsDocBlock.md)| Suggested JSDoc block. Used by default if the callback is not specified. |
0 commit comments