diff --git a/docs/source/openapi.json b/docs/source/openapi.json index 2e90a0caa..5844fda06 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -754,8 +754,7 @@ "format": "uri" }, "type": { - "type": "string", - "enum": ["audio/wav", "audio/mpeg", "audio/ogg"] + "type": "string" } } } @@ -774,7 +773,7 @@ "type": "integer" } }, - "required": ["src", "height", "width"] + "required": ["src"] }, "NullableImagesListCell": { "type": "array",