diff --git a/src/Readarr.Api.V1/openapi.json b/src/Readarr.Api.V1/openapi.json index 746a5370e..f450b75bf 100644 --- a/src/Readarr.Api.V1/openapi.json +++ b/src/Readarr.Api.V1/openapi.json @@ -7119,16 +7119,6 @@ "schema": { "$ref": "#/components/schemas/RemotePathMappingResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/RemotePathMappingResource" - } - }, - "application/*+json": { - "schema": { - "$ref": "#/components/schemas/RemotePathMappingResource" - } } } }, @@ -7163,14 +7153,6 @@ "200": { "description": "OK", "content": { - "text/plain": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/RemotePathMappingResource" - } - } - }, "application/json": { "schema": { "type": "array", @@ -7178,14 +7160,6 @@ "$ref": "#/components/schemas/RemotePathMappingResource" } } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/RemotePathMappingResource" - } - } } } } @@ -10475,7 +10449,8 @@ "nullable": true }, "wikiUrl": { - "$ref": "#/components/schemas/HttpUri" + "type": "string", + "nullable": true } }, "additionalProperties": false @@ -10718,48 +10693,6 @@ }, "additionalProperties": false }, - "HttpUri": { - "type": "object", - "properties": { - "fullUri": { - "type": "string", - "nullable": true, - "readOnly": true - }, - "scheme": { - "type": "string", - "nullable": true, - "readOnly": true - }, - "host": { - "type": "string", - "nullable": true, - "readOnly": true - }, - "port": { - "type": "integer", - "format": "int32", - "nullable": true, - "readOnly": true - }, - "path": { - "type": "string", - "nullable": true, - "readOnly": true - }, - "query": { - "type": "string", - "nullable": true, - "readOnly": true - }, - "fragment": { - "type": "string", - "nullable": true, - "readOnly": true - } - }, - "additionalProperties": false - }, "ICustomFormatSpecification": { "type": "object", "properties": {