From 46f98796b658762306e8c5c1aaf42ffbbb8e7809 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 29 Mar 2022 15:01:57 +0100 Subject: [PATCH] Correct title location in login flow definition (#1003) --- changelogs/client_server/newsfragments/1003.clarification | 1 + data/api/client-server/definitions/auth_response.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/1003.clarification diff --git a/changelogs/client_server/newsfragments/1003.clarification b/changelogs/client_server/newsfragments/1003.clarification new file mode 100644 index 00000000..efe68e48 --- /dev/null +++ b/changelogs/client_server/newsfragments/1003.clarification @@ -0,0 +1 @@ +Adjust the OpenAPI specification so that the type `Flow information` is explicitly defined when the CS spec is rendered. diff --git a/data/api/client-server/definitions/auth_response.yaml b/data/api/client-server/definitions/auth_response.yaml index 5caf7a88..f4824e52 100644 --- a/data/api/client-server/definitions/auth_response.yaml +++ b/data/api/client-server/definitions/auth_response.yaml @@ -18,10 +18,10 @@ type: object properties: flows: description: A list of the login flows supported by the server for this API. - title: Flow information type: array items: type: object + title: Flow information properties: stages: description: |-