Skip to content

Commit db6af13

Browse files
emmanuel-ferdmanpsychedelicious
authored andcommitted
fix: resolve FastAPI deprecation warning for example fields
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 7e6cffb commit db6af13

File tree

1 file changed

+0
-14
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+0
-14
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22266,16 +22266,6 @@ export interface operations {
2226622266
};
2226722267
requestBody: {
2226822268
content: {
22269-
/** @example {
22270-
* "path": "/path/to/model",
22271-
* "name": "model_name",
22272-
* "base": "sd-1",
22273-
* "type": "main",
22274-
* "format": "checkpoint",
22275-
* "config_path": "configs/stable-diffusion/v1-inference.yaml",
22276-
* "description": "Model description",
22277-
* "variant": "normal"
22278-
* } */
2227922269
"application/json": components["schemas"]["ModelRecordChanges"];
2228022270
};
2228122271
};
@@ -22579,10 +22569,6 @@ export interface operations {
2257922569
};
2258022570
requestBody: {
2258122571
content: {
22582-
/** @example {
22583-
* "name": "string",
22584-
* "description": "string"
22585-
* } */
2258622572
"application/json": components["schemas"]["ModelRecordChanges"];
2258722573
};
2258822574
};

0 commit comments

Comments
 (0)