Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions open-api/rest-catalog-open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2061,10 +2061,12 @@ components:

required: false
schema:
type: string
enum:
- vended-credentials
- remote-signing
type: array
items:
type: string
enum:
- vended-credentials
- remote-signing
style: simple
explode: false
example: "vended-credentials,remote-signing"
Expand Down