Skip to content

Commit

Permalink
modified to comply with schema
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Rinnetmäki <samuel@iki.fi>
  • Loading branch information
samuelmr committed Apr 16, 2024
1 parent d712707 commit 34540d2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 34 deletions.
32 changes: 14 additions & 18 deletions wallets/Farmworker WalletOS.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
{
"name": "Farmworker WalletOS",
"logo": "https://farmworker-walletos.s3.us-west-1.amazonaws.com/images/app_logo.png",
"company": "Entidad",
"CompanyUrl": "https://www.entidad.io/",
"type": "edge",
"openSource": true,
"license": "Apache-2.0",
"capability": [
"holder"
],
"portability": false,
"linkToApp": "https://www.farmworkerwalletos.community/",
"company": "Entidad",
"logo": "https://farmworker-walletos.s3.us-west-1.amazonaws.com/images/app_logo.png",
"name": "Farmworker WalletOS",

"companyUrl": "https://www.entidad.io/",
"credentialFormats": [
"AnonCred"
],
"credentialProfiles": [
"AnonCreds with did:cheqd",
"AnonCreds with did:indy"
],
"credentialFormats": [
"AnonCred"
],
"issuanceProtocols": [
"Issue Credential v2"
],
Expand All @@ -28,14 +24,14 @@
"did:web",
"link secrets"
],
"presentationProtocols": [
"Present Proof v2"
],
"license": "Apache 2.0",
"openSource": true,
"portability": false,
"$schema": "../viewer/src/assets/schema.json",
"signingAlgorithms": [
"CL",
"EdDSA"
],
"statusManagements": [],
"trustManagements": [],
"$schema": "../schema.json"
"type": "edge",
"urlWebsite": "https://www.farmworkerwalletos.community/"
}
29 changes: 13 additions & 16 deletions wallets/Preparese Mobile.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
{
"name": "Preparese Mobile",
"logo": "https://esencial.s3.us-west-1.amazonaws.com/images/ecosystem/Preparese_Logo-Green-Round.svg",
"company": "UFW Foundation",
"CompanyUrl": "https://ufwfoundation.org/",
"type": "edge",
"openSource": false,
"license": "Proprietary",
"capability": [
"holder"
],
"portability": false,
"linkToApp": "https://www.preparese.info/",
"company": "UFW Foundation",
"companyUrl": "https://ufwfoundation.org/",
"credentialFormats": [
"AnonCred"
],
"credentialProfiles": [
"AnonCreds with did:cheqd",
"AnonCreds with did:indy"
],
"credentialFormats": [
"AnonCred"
],
"issuanceProtocols": [
"Issue Credential v2"
],
Expand All @@ -28,9 +21,12 @@
"did:web",
"link secrets"
],
"presentationProtocols": [
"Present Proof v2"
],
"license": "Proprietary",
"logo": "https://esencial.s3.us-west-1.amazonaws.com/images/ecosystem/Preparese_Logo-Green-Round.svg",
"name": "Preparese Mobile",
"openSource": false,
"portability": false,
"$schema": "../viewer/src/assets/schema.json",
"signingAlgorithms": [
"CL",
"EdDSA"
Expand All @@ -39,5 +35,6 @@
"trustManagements": [
"Verifier knows Issuers"
],
"$schema": "../schema.json"
"type": "edge",
"urlWebsite": "https://www.preparese.info/"
}

0 comments on commit 34540d2

Please sign in to comment.