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]> * feat: add new certificates Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: cred-def ids Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
- Loading branch information
Showing
16 changed files
with
264 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+394 KB
OCABundles/schema/credebl/ayanworks_appreciation_certificate/AppreciationCertificate.xlsx
Binary file not shown.
91 changes: 91 additions & 0 deletions
91
OCABundles/schema/credebl/ayanworks_appreciation_certificate/OCABundle.json
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 |
---|---|---|
@@ -0,0 +1,91 @@ | ||
[ | ||
{ | ||
"capture_base": { | ||
"attributes": { | ||
"category": "Text", | ||
"description": "Text", | ||
"email": "Text", | ||
"employee_id": "Text", | ||
"issued_date": "DateTime", | ||
"name": "Text" | ||
}, | ||
"classification": "", | ||
"digest": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"flagged_attributes": ["employee_id"], | ||
"type": "spec/capture_base/1.0" | ||
}, | ||
"overlays": [ | ||
{ | ||
"attribute_character_encoding": { | ||
"category": "utf-8", | ||
"description": "utf-8", | ||
"email": "utf-8", | ||
"employee_id": "utf-8", | ||
"issued_date": "utf-8", | ||
"name": "utf-8" | ||
}, | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"default_character_encoding": "utf-8", | ||
"digest": "Eno1h7Rul_45M3ENKMqnIdj4qvFlyYCP0MvrjMpghnxQ", | ||
"type": "spec/overlays/character_encoding/1.0" | ||
}, | ||
{ | ||
"attribute_categories": [], | ||
"attribute_labels": { | ||
"category": "Category", | ||
"description": "Description", | ||
"email": "Email", | ||
"employee_id": "Employee Id", | ||
"issued_date": "Issued Date", | ||
"name": "Name" | ||
}, | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"category_labels": {}, | ||
"digest": "EziVSg2w7zN6TdDx2ZgZ2k3GIcxkl2u8_lSWdO-mXN7Q", | ||
"language": "en", | ||
"type": "spec/overlays/label/1.0" | ||
}, | ||
{ | ||
"attribute_formats": { | ||
"issued_date": "YYYYMMDD" | ||
}, | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"digest": "EAocRDkaAb5lNpGpsB4-s0ihEQggW6aTtJ0oC9abQ3Zk", | ||
"type": "spec/overlays/format/1.0" | ||
}, | ||
{ | ||
"attribute_standards": { | ||
"issued_date": "urn:iso:std:iso:1989" | ||
}, | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"digest": "EKbRoA_cEsUiafR7swWCnJfDE0Y4_xML5pKHH4Yfcvj0", | ||
"type": "spec/overlays/standard/1.0" | ||
}, | ||
{ | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"credential_support_url": "https://ayanworks.com/", | ||
"description": "This is Appreciation Certificate", | ||
"digest": "Eeyafu05yDfJY_c7_QWibYSE5FSuYmRZqX_R0sxwtXqY", | ||
"issuer": "AyanWorks", | ||
"issuer_description": "AyanWorks Technology Solutions", | ||
"issuer_url": "https://ayanworks.com/", | ||
"language": "en", | ||
"name": "Appreciation Certificate", | ||
"type": "spec/overlays/meta/1.0" | ||
}, | ||
{ | ||
"logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_appreciation_certificate/logo.png", | ||
"background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_appreciation_certificate/background_slice.png", | ||
"background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_appreciation_certificate/background_image.png", | ||
"primary_background_color": "#7A4DE5", | ||
"secondary_background_color": "", | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"digest": "Eeyafu05yDfJY_c7_QWibYSE5FSuYmRZqX_R0sxwtXqY", | ||
"expiry_date_attribute": "", | ||
"primary_attribute": "category", | ||
"secondary_attribute": "", | ||
"type": "aries/overlays/branding/1.0" | ||
} | ||
] | ||
} | ||
] |
22 changes: 22 additions & 0 deletions
22
OCABundles/schema/credebl/ayanworks_appreciation_certificate/README.md
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Pinnacle Performer Credential | ||
|
||
A schema for a Pinnacle Performer credential used for the employees of the organization | ||
|
||
- Publishing Organization: AyanWorks Technology Solutions | ||
- Primary Contact Email Address: [email protected] | ||
|
||
## Identifiers | ||
|
||
| Identifier | Location | URL | | ||
| ------------------------------------------------------- | --------------- | --------------------------------------------------------- | | ||
| PKDMuYSzJE22Jkh4B1EMiX:3:CL:831:AppreciationCertificate | indicio:mainnet | https://indyscan.indiciotech.io/tx/IND_MAINNET/domain/832 | | ||
|
||
## Authorization | ||
|
||
The following are the GitHub IDs of those authorized to make substantive updates to the OCA Bundle. | ||
|
||
| OCA Bundle Contributors | GitHub ID | Email Address | | ||
| ----------------------- | ---------- | ------------------------------------ | | ||
| Kirankalyan Kulkarni | kkkulkarni | [email protected] | | ||
| Ajay Jadhav | ajile-in | [email protected] | | ||
| Sai Ranjit Tummalapalli | sairanjit | [email protected] | |
Binary file added
BIN
+56.9 KB
OCABundles/schema/credebl/ayanworks_appreciation_certificate/background_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+24.8 KB
OCABundles/schema/credebl/ayanworks_appreciation_certificate/background_slice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions
15
OCABundles/schema/credebl/ayanworks_appreciation_certificate/branding.json
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ | ||
{ | ||
"logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_appreciation_certificate/logo.png", | ||
"background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_appreciation_certificate/background_slice.png", | ||
"background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_appreciation_certificate/background_image.png", | ||
"primary_background_color": "#7A4DE5", | ||
"secondary_background_color": "", | ||
"capture_base": "E75sopl65qnoZRwjQQ0FjWGemLlOXcXtanhScZ2CloJY", | ||
"digest": "EBQbQEV6qSEGDzGLj1CqT4e6yzESjPimF-Swmyltw5jU", | ||
"expiry_date_attribute": "", | ||
"primary_attribute": "category", | ||
"secondary_attribute": "", | ||
"type": "aries/overlays/branding/1.0" | ||
} | ||
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions
91
OCABundles/schema/credebl/ayanworks_pinnacle_certificate/OCABundle.json
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 |
---|---|---|
@@ -0,0 +1,91 @@ | ||
[ | ||
{ | ||
"capture_base": { | ||
"attributes": { | ||
"category": "Text", | ||
"description": "Text", | ||
"email": "Text", | ||
"employee_id": "Text", | ||
"issued_date": "DateTime", | ||
"name": "Text" | ||
}, | ||
"classification": "", | ||
"digest": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"flagged_attributes": ["employee_id"], | ||
"type": "spec/capture_base/1.0" | ||
}, | ||
"overlays": [ | ||
{ | ||
"attribute_character_encoding": { | ||
"category": "utf-8", | ||
"description": "utf-8", | ||
"email": "utf-8", | ||
"employee_id": "utf-8", | ||
"issued_date": "utf-8", | ||
"name": "utf-8" | ||
}, | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"default_character_encoding": "utf-8", | ||
"digest": "Eno1h7Rul_45M3ENKMqnIdj4qvFlyYCP0MvrjMpghnxQ", | ||
"type": "spec/overlays/character_encoding/1.0" | ||
}, | ||
{ | ||
"attribute_categories": [], | ||
"attribute_labels": { | ||
"category": "Category", | ||
"description": "Description", | ||
"email": "Email", | ||
"employee_id": "Employee Id", | ||
"issued_date": "Issued Date", | ||
"name": "Name" | ||
}, | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"category_labels": {}, | ||
"digest": "EziVSg2w7zN6TdDx2ZgZ2k3GIcxkl2u8_lSWdO-mXN7Q", | ||
"language": "en", | ||
"type": "spec/overlays/label/1.0" | ||
}, | ||
{ | ||
"attribute_formats": { | ||
"issued_date": "YYYYMMDD" | ||
}, | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"digest": "EAocRDkaAb5lNpGpsB4-s0ihEQggW6aTtJ0oC9abQ3Zk", | ||
"type": "spec/overlays/format/1.0" | ||
}, | ||
{ | ||
"attribute_standards": { | ||
"issued_date": "urn:iso:std:iso:1989" | ||
}, | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"digest": "EKbRoA_cEsUiafR7swWCnJfDE0Y4_xML5pKHH4Yfcvj0", | ||
"type": "spec/overlays/standard/1.0" | ||
}, | ||
{ | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"credential_support_url": "https://ayanworks.com/", | ||
"description": "This is Pinnacle Performer Certificate", | ||
"digest": "EZrZ5hugK58Sl7IC1DF8OiQABl28YCAxK1fie9y31DdM", | ||
"issuer": "AyanWorks", | ||
"issuer_description": "AyanWorks Technology Solutions", | ||
"issuer_url": "https://ayanworks.com/", | ||
"language": "en", | ||
"name": "Pinnacle Performer", | ||
"type": "spec/overlays/meta/1.0" | ||
}, | ||
{ | ||
"logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_pinnacle_certificate/logo.png", | ||
"background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_pinnacle_certificate/background_slice.png", | ||
"background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_pinnacle_certificate/background_image.png", | ||
"primary_background_color": "#7A4DE5", | ||
"secondary_background_color": "", | ||
"capture_base": "EjYqqRL92ODlqyeduYxGtN8VX7DRzRfzvLLLwiEbL-jk", | ||
"digest": "EZrZ5hugK58Sl7IC1DF8OiQABl28YCAxK1fie9y31DdM", | ||
"expiry_date_attribute": "", | ||
"primary_attribute": "category", | ||
"secondary_attribute": "", | ||
"type": "aries/overlays/branding/1.0" | ||
} | ||
] | ||
} | ||
] |
Binary file added
BIN
+394 KB
OCABundles/schema/credebl/ayanworks_pinnacle_certificate/PinnacleCertificate.xlsx
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
OCABundles/schema/credebl/ayanworks_pinnacle_certificate/README.md
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Appreciation Certificate Credential | ||
|
||
A schema for a Appreciation Certificate credential used for the employees of the organization | ||
|
||
- Publishing Organization: AyanWorks Technology Solutions | ||
- Primary Contact Email Address: [email protected] | ||
|
||
## Identifiers | ||
|
||
| Identifier | Location | URL | | ||
| --------------------------------------------------- | --------------- | --------------------------------------------------------- | | ||
| PKDMuYSzJE22Jkh4B1EMiX:3:CL:831:PinnacleCertificate | indicio:mainnet | https://indyscan.indiciotech.io/tx/IND_MAINNET/domain/833 | | ||
|
||
## Authorization | ||
|
||
The following are the GitHub IDs of those authorized to make substantive updates to the OCA Bundle. | ||
|
||
| OCA Bundle Contributors | GitHub ID | Email Address | | ||
| ----------------------- | ---------- | ------------------------------------ | | ||
| Kirankalyan Kulkarni | kkkulkarni | [email protected] | | ||
| Ajay Jadhav | ajile-in | [email protected] | | ||
| Sai Ranjit Tummalapalli | sairanjit | [email protected] | |
Binary file added
BIN
+89.9 KB
OCABundles/schema/credebl/ayanworks_pinnacle_certificate/background_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+41.5 KB
OCABundles/schema/credebl/ayanworks_pinnacle_certificate/background_slice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions
15
OCABundles/schema/credebl/ayanworks_pinnacle_certificate/branding.json
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ | ||
{ | ||
"logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_pinnacle_certificate/logo.png", | ||
"background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_pinnacle_certificate/background_slice.png", | ||
"background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release/OCABundles/schema/credebl/ayanworks_pinnacle_certificate/background_image.png", | ||
"primary_background_color": "#7A4DE5", | ||
"secondary_background_color": "", | ||
"capture_base": "E75sopl65qnoZRwjQQ0FjWGemLlOXcXtanhScZ2CloJY", | ||
"digest": "EBQbQEV6qSEGDzGLj1CqT4e6yzESjPimF-Swmyltw5jU", | ||
"expiry_date_attribute": "", | ||
"primary_attribute": "category", | ||
"secondary_attribute": "", | ||
"type": "aries/overlays/branding/1.0" | ||
} | ||
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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