Skip to content

Commit

Permalink
chore: fix swagger naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Aug 4, 2023
1 parent ad4dab2 commit b76f06d
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 460 deletions.
94 changes: 47 additions & 47 deletions internal/httpclient/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1830,52 +1830,6 @@ components:
title: CreateVerifiableCredentialRequestBody contains the request body to request
a verifiable credential.
type: object
CredentialSupportedDraft00:
description: Includes information about the supported verifiable credentials.
example:
types:
- types
- types
cryptographic_suites_supported:
- cryptographic_suites_supported
- cryptographic_suites_supported
cryptographic_binding_methods_supported:
- cryptographic_binding_methods_supported
- cryptographic_binding_methods_supported
format: format
properties:
cryptographic_binding_methods_supported:
description: |-
OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported
Contains a list of cryptographic binding methods supported for signing the proof.
items:
type: string
type: array
cryptographic_suites_supported:
description: |-
OpenID Connect Verifiable Credentials Cryptographic Suites Supported
Contains a list of cryptographic suites methods supported for signing the proof.
items:
type: string
type: array
format:
description: |-
OpenID Connect Verifiable Credentials Format
Contains the format that is supported by this authorization server.
type: string
types:
description: |-
OpenID Connect Verifiable Credentials Types
Contains the types of verifiable credentials supported.
items:
type: string
type: array
title: Verifiable Credentials Metadata (Draft 00)
type: object
DefaultError: {}
JSONRawMessage:
title: "JSONRawMessage represents a json.RawMessage that works well with JSON,\
Expand Down Expand Up @@ -2081,6 +2035,52 @@ components:
- kid
- use
type: object
credentialSupportedDraft00:
description: Includes information about the supported verifiable credentials.
example:
types:
- types
- types
cryptographic_suites_supported:
- cryptographic_suites_supported
- cryptographic_suites_supported
cryptographic_binding_methods_supported:
- cryptographic_binding_methods_supported
- cryptographic_binding_methods_supported
format: format
properties:
cryptographic_binding_methods_supported:
description: |-
OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported
Contains a list of cryptographic binding methods supported for signing the proof.
items:
type: string
type: array
cryptographic_suites_supported:
description: |-
OpenID Connect Verifiable Credentials Cryptographic Suites Supported
Contains a list of cryptographic suites methods supported for signing the proof.
items:
type: string
type: array
format:
description: |-
OpenID Connect Verifiable Credentials Format
Contains the format that is supported by this authorization server.
type: string
types:
description: |-
OpenID Connect Verifiable Credentials Types
Contains the types of verifiable credentials supported.
items:
type: string
type: array
title: Verifiable Credentials Metadata (Draft 00)
type: object
errorOAuth2:
description: Error
example:
Expand Down Expand Up @@ -3740,7 +3740,7 @@ components:
JSON array containing a list of the Verifiable Credentials supported by this authorization server.
items:
$ref: '#/components/schemas/CredentialSupportedDraft00'
$ref: '#/components/schemas/credentialSupportedDraft00'
type: array
end_session_endpoint:
description: |-
Expand Down
Loading

0 comments on commit b76f06d

Please sign in to comment.