Skip to content

Commit

Permalink
fix: made issuer's name optional | differing behavior from oa
Browse files Browse the repository at this point in the history
  • Loading branch information
cavacado committed Nov 1, 2023
1 parent f27c335 commit 5f5a51c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/io/tradetrust/4.0/alpha-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"TradeTrustIssuer": {
"@id": "ttcred:TradeTrustIssuer",
"@context": {
"name": "schema:name",
"identityProof": {
"@id": "ttcred:identityProof",
"@context": {
Expand Down
2 changes: 1 addition & 1 deletion src/io/tradetrust/4.0/alpha-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"additionalProperties": false
}
},
"required": ["id", "name", "identityProof"]
"required": ["id", "identityProof"]
},
"credentialStatus": {
"type": "object",
Expand Down

0 comments on commit 5f5a51c

Please sign in to comment.