From cbdd889fa8ab23e07bd1d3b5cac619efa2373871 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Tue, 14 Jun 2022 17:35:18 +0200 Subject: [PATCH] auth_data.yaml: formally allow it to be non-object (#1115) Closes #716. Signed-off-by: Alexey Rusakov Kitsune-Ral@users.sf.net --- changelogs/client_server/newsfragments/1115.clarification | 1 + data/api/client-server/definitions/auth_data.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/1115.clarification diff --git a/changelogs/client_server/newsfragments/1115.clarification b/changelogs/client_server/newsfragments/1115.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/1115.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. 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"