Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Add NinjaWallet (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dara committed May 7, 2019
1 parent 2b87fd0 commit 4c986bd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions spec/components/schemas/GatewayAccountConfig/NinjaWallet.yaml
@@ -0,0 +1,19 @@
description: NinjaWallet config
allOf:
-
$ref: "#/components/schemas/GatewayAccount"
-
type: "object"
required:
- "credentials"
properties:
credentials:
type: object
description: NinjaWallet credentials object
properties:
authorizationToken:
type: string
description: NinjaWallet authorization token
format: password
required:
- "authorizationToken"

0 comments on commit 4c986bd

Please sign in to comment.