Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Nov 13, 2024
1 parent 3fa6ce2 commit 6d06c97
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions openapi/auth-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -589,25 +589,25 @@ components:
- required:
- receiveAmount
gnap-error:
type: object
properties:
error:
type: object
properties:
description:
type: string
code:
type: string
enum:
- invalid_request
- invalid_client
- invalid_interaction
- invalid_rotation
- invalid_continuation
- user_denied
- request_denied
- unknown_interaction
- too_fast
type: object
properties:
error:
type: object
properties:
description:
type: string
code:
type: string
enum:
- invalid_request
- invalid_client
- invalid_interaction
- invalid_rotation
- invalid_continuation
- user_denied
- request_denied
- unknown_interaction
- too_fast
securitySchemes:
GNAP:
name: Authorization
Expand Down

0 comments on commit 6d06c97

Please sign in to comment.