Skip to content

Commit

Permalink
feat(rs): allow wallet address additional props (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
matdehaast authored Oct 19, 2023
1 parent d953aed commit 5c4efb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/resource-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ components:
title: Wallet Address
type: object
description: A **wallet address** resource is the root of the API and contains the public details of the financial account represented by the Wallet Address that is also the service endpoint URL.
additionalProperties: false
additionalProperties: true
examples:
- id: 'https://ilp.rafiki.money/alice'
publicName: Alice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export interface components {
* @description The URL of the authorization server endpoint for getting grants and access tokens for this wallet address.
*/
authServer: string;
};
} & { [key: string]: unknown };
/**
* JSON Web Key Set document
* @description A JSON Web Key Set document according to [rfc7517](https://datatracker.ietf.org/doc/html/rfc7517) listing the keys associated with this wallet address. These keys are used to sign requests made by this wallet address.
Expand Down

0 comments on commit 5c4efb0

Please sign in to comment.