forked from bcgov/aries-oca-bundles
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: id4africa demo Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * resolve conflicts Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: merge conflicts Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * refactor: update schema json Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
- Loading branch information
Showing
6 changed files
with
133 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,72 @@ | ||
[ | ||
{ "org": "World Memory Championship", "name": "Arbiter Credential", "desc": "A schema for a arbiter credential used for arbiter of the World Memory Championship", "type": "schema", "ocabundle": "OCABundles/schema/credebl/arbiter_new/OCABundle.json" }, | ||
{ "org": "AyanWorks Technology Solutions", "name": "Ayanworks Employee Id Credential", "desc": "A schema for a Ayanworks Employee Id credential used for the employees of the organization", "type": "schema", "ocabundle": "OCABundles/schema/credebl/ayanworks_employee_id/OCABundle.json" }, | ||
{ "org": "Blockster Labs", "name": "Blockster Labs Employee Id Credential", "desc": "A schema for a Blockster Labs Employee Id credential used for the employees of the organization", "type": "schema", "ocabundle": "OCABundles/schema/credebl/blockster_labs_employee_id/OCABundle.json" }, | ||
{ "org": "ID4Africa", "name": "ID4Africa Delegate Credential", "desc": "A schema for a ID4Africa Id credential", "type": "schema", "ocabundle": "OCABundles/schema/credebl/id4africa-delegate/OCABundle.json" }, | ||
{ "org": "ID4Africa", "name": "ID4Africa Speaker Credential", "desc": "A schema for a ID4Africa Id credential", "type": "schema", "ocabundle": "OCABundles/schema/credebl/id4africa-speaker/OCABundle.json" }, | ||
{ "org": "AyanWorks", "name": "University Grade Card", "desc": "A schema of a university grade card.", "type": "schema", "ocabundle": "OCABundles/schema/credebl/mTech_grade_card/OCABundle.json" }, | ||
{ "org": "World Memory Championship", "name": "Participant Credential", "desc": "A schema for a participant credential used for partipant of the World Memory Championship", "type": "schema", "ocabundle": "OCABundles/schema/credebl/participant_new/OCABundle.json" }, | ||
{ "org": "World Memory Championship", "name": "Winner Credential", "desc": "A schema for a winner credential used for the World Memory Championship", "type": "schema", "ocabundle": "OCABundles/schema/credebl/winner_new/OCABundle.json" }, | ||
{ "org": "World Memory Championship", "name": "WMC Final Score Credential", "desc": "A schema for a WMC participant final score credential of the World Memory Championship", "type": "schema", "ocabundle": "OCABundles/schema/credebl/wmc_final_score/OCABundle.json" }, | ||
{ "org": "World Memory Championship", "name": "World Record Credential", "desc": "A schema for a world record credential used for the World Memory Championship", "type": "schema", "ocabundle": "OCABundles/schema/credebl/world_record/OCABundle.json" } | ||
{ | ||
"org": "World Memory Championship", | ||
"name": "Arbiter Credential", | ||
"desc": "A schema for a arbiter credential used for arbiter of the World Memory Championship", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/arbiter_new/OCABundle.json" | ||
}, | ||
{ | ||
"org": "AyanWorks Technology Solutions", | ||
"name": "Ayanworks Employee Id Credential", | ||
"desc": "A schema for a Ayanworks Employee Id credential used for the employees of the organization", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/ayanworks_employee_id/OCABundle.json" | ||
}, | ||
{ | ||
"org": "Blockster Labs", | ||
"name": "Blockster Labs Employee Id Credential", | ||
"desc": "A schema for a Blockster Labs Employee Id credential used for the employees of the organization", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/blockster_labs_employee_id/OCABundle.json" | ||
}, | ||
{ | ||
"org": "ID4Africa", | ||
"name": "ID4Africa Delegate Credential", | ||
"desc": "A schema for a ID4Africa Id credential", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/id4africa-delegate/OCABundle.json" | ||
}, | ||
{ | ||
"org": "ID4Africa", | ||
"name": "ID4Africa Speaker Credential", | ||
"desc": "A schema for a ID4Africa Id credential", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/id4africa-speaker/OCABundle.json" | ||
}, | ||
{ | ||
"org": "University Grade Card", | ||
"name": "University Grade Card", | ||
"desc": "A schema for a University Grade Card", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/mTech_grade_card/OCABundle.json" | ||
}, | ||
{ | ||
"org": "World Memory Championship", | ||
"name": "Participant Credential", | ||
"desc": "A schema for a participant credential used for partipant of the World Memory Championship", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/participant_new/OCABundle.json" | ||
}, | ||
{ | ||
"org": "World Memory Championship", | ||
"name": "Winner Credential", | ||
"desc": "A schema for a winner credential used for the World Memory Championship", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/winner_new/OCABundle.json" | ||
}, | ||
{ | ||
"org": "World Memory Championship", | ||
"name": "WMC Final Score Credential", | ||
"desc": "A schema for a WMC participant final score credential of the World Memory Championship", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/wmc_final_score/OCABundle.json" | ||
}, | ||
{ | ||
"org": "World Memory Championship", | ||
"name": "World Record Credential", | ||
"desc": "A schema for a world record credential used for the World Memory Championship", | ||
"type": "schema", | ||
"ocabundle": "OCABundles/schema/credebl/world_record/OCABundle.json" | ||
} | ||
] |