diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index f82a098e95..59efc63471 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -2457,7 +2457,7 @@ export type components = { file: Blob; /** * Metadata - * @description The metadata to associate with the image + * @description The metadata to associate with the image, must be a stringified JSON dict */ metadata?: string | null; };