Skip to content

Commit

Permalink
update Spherity entry (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Westerkamp <[email protected]>
  • Loading branch information
informartin authored Nov 25, 2024
1 parent f550912 commit 3cc75c3
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 deletions.
5 changes: 5 additions & 0 deletions data/issuance-protocols/Issue-Credential-v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "../../schemas/issuance-protocol.json",
"Name": "Issue Credential v3",
"Specification": "https://github.com/decentralized-identity/waci-didcomm/blob/main/issue_credential/README.md"
}
5 changes: 5 additions & 0 deletions data/presentation-protocols/Presentation-Exchange-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "../../schemas/presentation-protocol.json",
"Name": "Presentation Exchange v1",
"Specification": "https://identity.foundation/presentation-exchange/spec/v1.0.0/"
}
10 changes: 5 additions & 5 deletions data/wallets/spherity-wallet.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"capability": ["issuer", "holder", "verifier"],
"company": "Spherity GmbH",
"credentialFormats": ["AnonCred", "LDP-VC"],
"issuanceProtocols": ["OpenID4VCI", "Issue Credential v2"],
"credentialFormats": ["LDP-VC"],
"issuanceProtocols": ["Issue Credential v3"],
"logo": "logos/spherity-wallet.png",
"name": "Spherity Wallet",
"openSource": false,
"presentationProtocols": ["OpenID4VP"],
"presentationProtocols": ["Presentation Exchange v1"],
"$schema": "../../schemas/wallet.json",
"signingAlgorithms": ["CL", "BBS+ with public key binding", "EdDSA"],
"signingAlgorithms": ["BBS+ with public key binding", "ECDSA", "EdDSA", "RSA"],
"statusManagements": ["Status List 2021"],
"type": "edge",
"type": "cloud",
"urlWebsite": "https://www.spherity.com/enterprise-identity-wallet"
}
13 changes: 6 additions & 7 deletions viewer/src/app/wallets/wallets-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1754,28 +1754,27 @@ export const walletData: Wallet[] = [
],
"company": "Spherity GmbH",
"credentialFormats": [
"AnonCred",
"LDP-VC"
],
"issuanceProtocols": [
"OpenID4VCI",
"Issue Credential v2"
"Issue Credential v3"
],
"logo": "logos/spherity-wallet.png",
"name": "Spherity Wallet",
"openSource": false,
"presentationProtocols": [
"OpenID4VP"
"Presentation Exchange v1"
],
"signingAlgorithms": [
"CL",
"BBS+ with public key binding",
"EdDSA"
"ECDSA",
"EdDSA",
"RSA"
],
"statusManagements": [
"Status List 2021"
],
"type": "edge",
"type": "cloud",
"urlWebsite": "https://www.spherity.com/enterprise-identity-wallet",
"id": "spherity-wallet",
"commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/spherity-wallet.json"
Expand Down
4 changes: 3 additions & 1 deletion viewer/src/assets/schemas/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"ISO 23220-3",
"Issue Credential v1",
"Issue Credential v2",
"Issue Credential v3",
"OpenID4VCI"
]
},
Expand All @@ -98,7 +99,8 @@
"enum": [
"OpenID4VP",
"Present Proof v2",
"Present Proof v1.0"
"Present Proof v1.0",
"Presentation Exchange v1"
]
},
"Trust-Management": {
Expand Down
2 changes: 1 addition & 1 deletion viewer/src/assets/structure.json

Large diffs are not rendered by default.

0 comments on commit 3cc75c3

Please sign in to comment.