Skip to content

Commit

Permalink
feat(rs): allow wallet address additional props
Browse files Browse the repository at this point in the history
  • Loading branch information
matdehaast committed Oct 13, 2023
1 parent b51bf23 commit dbc7863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/resource-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,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

0 comments on commit dbc7863

Please sign in to comment.