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: |-