From afc1636efeb3803e851e63f44b35a69583d5931c Mon Sep 17 00:00:00 2001 From: Milton Ch <86965029+Milton-Ch@users.noreply.github.com> Date: Tue, 26 Dec 2023 11:26:27 -0400 Subject: [PATCH] fix(jans-auth-server): fix swagger.yaml (#7201) Signed-off-by: Milton Ch --- jans-auth-server/docs/swagger.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/jans-auth-server/docs/swagger.yaml b/jans-auth-server/docs/swagger.yaml index 342c42cf0fe..3c11a4385ec 100644 --- a/jans-auth-server/docs/swagger.yaml +++ b/jans-auth-server/docs/swagger.yaml @@ -953,9 +953,9 @@ paths: description: Scope map object authorization_details_types_supported: type: array - description: Array of string. Each string represents supported type of authorization details. - items: - type: string + description: Array of string. Each string represents supported type of authorization details. + items: + type: string 500: $ref: '#/components/responses/InternalServerError' /introspection: @@ -1341,9 +1341,9 @@ paths: description: Name of the Client to be presented to the user. authorization_details_types: type: array - description: authorization details types (RFC9396). Fine-graned access. - items: - type: string + description: authorization details types (RFC9396). Fine-graned access. + items: + type: string logo_uri: type: string description: URL that references a logo for the Client application @@ -1766,9 +1766,9 @@ paths: type: string authorization_details_types: type: array - description: authorization details types (RFC9396). Fine-graned access. - items: - type: string + description: authorization details types (RFC9396). Fine-graned access. + items: + type: string client_name: type: string description: Name of the Client to be presented to the user. @@ -2167,9 +2167,9 @@ paths: type: string authorization_details_types: type: array - description: authorization details types (RFC9396). Fine-graned access. - items: - type: string + description: authorization details types (RFC9396). Fine-graned access. + items: + type: string client_name: type: string description: Name of the Client to be presented to the user.