Skip to content

Commit

Permalink
Remove dangling commas & add proof to UnsecuredCredential.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 authored and msporny committed Oct 22, 2024
1 parent eaee65e commit 2eec59a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions components/Credential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ components:
{
"type": "BachelorDegree",
"name": "Bachelor of Science and Arts",
},
},
}
}
}
UnsecuredCredential:
type: object
Expand Down Expand Up @@ -89,6 +89,11 @@ components:
"credentialSubject":
type: object
description: The subject
"proof":
description: An optional proof for credentials that are secured using proof sets or chains.
oneOf:
- type: object
- type: array
example:
{
"@context":
Expand All @@ -107,6 +112,6 @@ components:
{
"type": "BachelorDegree",
"name": "Bachelor of Science and Arts",
},
},
}
}
}

0 comments on commit 2eec59a

Please sign in to comment.