Skip to content

Commit

Permalink
Update exchange participation endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-smith committed Apr 23, 2024
1 parent 5e4f629 commit d576f3f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions exchanges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,14 @@ paths:
application/json:
schema:
oneOf:
- $ref: "./components/VerifiablePresentation.yml#/components/schemas/VerifiablePresentation"
- $ref: "./components/Credential.yml#/components/schemas/Credential"
- type: object
properties:
verifiablePresentation:
$ref: "./components/VerifiablePresentation.yml#/components/schemas/VerifiablePresentation"
- type: object
properties:
credential:
$ref: "./components/Credential.yml#/components/schemas/Credential"
description: Either a credential to be issued or a Verifiable Presentation.
responses:
"200":
Expand Down

0 comments on commit d576f3f

Please sign in to comment.