Correct title location in login flow definition

This commit is contained in:
David Robertson 2022-03-25 15:05:54 +00:00
parent 17448083cf
commit 23b6f152e5
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -18,10 +18,10 @@ type: object
properties: properties:
flows: flows:
description: A list of the login flows supported by the server for this API. description: A list of the login flows supported by the server for this API.
title: Flow information
type: array type: array
items: items:
type: object type: object
title: Flow information
properties: properties:
stages: stages:
description: |- description: |-