From 9e326edb095b72cf296e0b9ebb08fc59cd3362f9 Mon Sep 17 00:00:00 2001 From: fishaudio-bot <242899544+fishaudio-bot@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:29:05 +0000 Subject: [PATCH] chore: update OpenAPI schema --- api-reference/openapi.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/api-reference/openapi.json b/api-reference/openapi.json index 5a0c9c2..70beecf 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -1427,6 +1427,18 @@ "title": "Default Text", "type": "string" }, + "source": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null, + "title": "Source" + }, "quality": { "anyOf": [ { @@ -1717,6 +1729,18 @@ "title": "Default Text", "type": "string" }, + "source": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null, + "title": "Source" + }, "quality": { "anyOf": [ { @@ -3934,6 +3958,18 @@ "title": "Default Text", "type": "string" }, + "source": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null, + "title": "Source" + }, "quality": { "anyOf": [ {