From 62767490cfce5f0f52a1abc99320becfbfbb7002 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Sun, 12 Jun 2022 13:42:00 +0200 Subject: [PATCH] auth_data.yaml: formally allow it to be non-object Closes #716. --- data/api/client-server/definitions/auth_data.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/data/api/client-server/definitions/auth_data.yaml b/data/api/client-server/definitions/auth_data.yaml index 4bfbf62b..691cdc65 100644 --- a/data/api/client-server/definitions/auth_data.yaml +++ b/data/api/client-server/definitions/auth_data.yaml @@ -28,7 +28,6 @@ properties: type: string additionalProperties: description: Keys dependent on the login type - type: object example: type: "example.type.foo" session: "xxxxx"