Skip to content

Commit

Permalink
fix(Issue & Derive Options): adding items type
Browse files Browse the repository at this point in the history
string might not be correct but assuming string to fix OAS rendering
  • Loading branch information
jrhender authored and msporny committed Mar 5, 2024
1 parent 83a8ed8 commit 15a3e9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/DeriveCredentialOptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ components:
description: An encoded nonce provided by the holder of the credential, to be included in the DataIntegrityProof.
selectivePointers:
type: array
items:
type: string
description: An array of JSON pointers specifying the selectively disclosed information.
example:
{
Expand Down
2 changes: 2 additions & 0 deletions components/IssueCredentialOptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ components:
description: The intended domain of validity for the proof. For example, website.example
mandatoryPointers:
type: array
items:
type: string
description: Used with selective disclosure schemes to specify mandatory reveal statements
credentialId:
type: string
Expand Down

0 comments on commit 15a3e9b

Please sign in to comment.