Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
fix: examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Jan 21, 2020
1 parent aa03c48 commit 39d6b58
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 42 deletions.
34 changes: 20 additions & 14 deletions examples/sample-certs/example.0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"id": "SERIAL-2018-08-01-112",
"$template": "BLOCKCHAIN-ACADEMY-2018-001",
"$template": {
"name": "GOVTECH_DEMO",
"type": "EMBEDDED_RENDERER",
"url": "https://demo-renderer.opencerts.io"
},
"description": "This masters is awarded to developers who can blockchain",
"issuedOn": "2018-08-01T00:00:00+08:00",
"expiresOn": "2118-08-01T00:00:00+08:00",
Expand All @@ -16,7 +20,7 @@
"email": "registrar@blockchainacademy.com",
"certificateStore": "0xd9580260be45c3c0c2fb259a82f219b513054012",
"additionalProp": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
},
{
"name": "School of Crypto-economics",
"url": "https://ceschool.sg",
Expand All @@ -33,18 +37,20 @@
"fin": "F0000001Z",
"studentId": "1232"
},
"qualificationLevel": [{
"frameworkName": "singapore/ssec-eqa",
"frameworkVersion": "2015",
"code": "51",
"description": "Polytechnic Diploma"
},
{
"frameworkName": "international/isced",
"frameworkVersion": "2011",
"code": "55",
"description": "(Short-cycle tertiary education) Vocational"
}],
"qualificationLevel": [
{
"frameworkName": "singapore/ssec-eqa",
"frameworkVersion": "2015",
"code": "51",
"description": "Polytechnic Diploma"
},
{
"frameworkName": "international/isced",
"frameworkVersion": "2011",
"code": "55",
"description": "(Short-cycle tertiary education) Vocational"
}
],
"fieldOfStudy": [
{
"frameworkName": "singapore/ssec-fos",
Expand Down
34 changes: 20 additions & 14 deletions examples/sample-certs/example.1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"id": "SERIAL-2018-08-01-113",
"$template": "BLOCKCHAIN-ACADEMY-2018-001",
"$template": {
"name": "GOVTECH_DEMO",
"type": "EMBEDDED_RENDERER",
"url": "https://demo-renderer.opencerts.io"
},
"description": "This masters is awarded to developers who can blockchain",
"issuedOn": "2018-08-01T00:00:00+08:00",
"expiresOn": "2118-08-01T00:00:00+08:00",
Expand All @@ -16,7 +20,7 @@
"email": "registrar@blockchainacademy.com",
"certificateStore": "0xd9580260be45c3c0c2fb259a82f219b513054012",
"additionalProp": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
},
{
"name": "School of Crypto-economics",
"url": "https://ceschool.sg",
Expand All @@ -33,18 +37,20 @@
"fin": "F0000001Z",
"studentId": "1232"
},
"qualificationLevel": [{
"frameworkName": "singapore/ssec-eqa",
"frameworkVersion": "2015",
"code": "51",
"description": "Polytechnic Diploma"
},
{
"frameworkName": "international/isced",
"frameworkVersion": "2011",
"code": "55",
"description": "(Short-cycle tertiary education) Vocational"
}],
"qualificationLevel": [
{
"frameworkName": "singapore/ssec-eqa",
"frameworkVersion": "2015",
"code": "51",
"description": "Polytechnic Diploma"
},
{
"frameworkName": "international/isced",
"frameworkVersion": "2011",
"code": "55",
"description": "(Short-cycle tertiary education) Vocational"
}
],
"fieldOfStudy": [
{
"frameworkName": "singapore/ssec-fos",
Expand Down
34 changes: 20 additions & 14 deletions examples/sample-certs/example.2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"id": "SERIAL-2018-08-01-114",
"$template": "BLOCKCHAIN-ACADEMY-2018-001",
"$template": {
"name": "GOVTECH_DEMO",
"type": "EMBEDDED_RENDERER",
"url": "https://demo-renderer.opencerts.io"
},
"description": "This masters is awarded to developers who can blockchain",
"issuedOn": "2018-08-01T00:00:00+08:00",
"expiresOn": "2118-08-01T00:00:00+08:00",
Expand All @@ -16,7 +20,7 @@
"email": "registrar@blockchainacademy.com",
"certificateStore": "0xd9580260be45c3c0c2fb259a82f219b513054012",
"additionalProp": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
},
{
"name": "School of Crypto-economics",
"url": "https://ceschool.sg",
Expand All @@ -33,18 +37,20 @@
"fin": "F0000001Z",
"studentId": "1232"
},
"qualificationLevel": [{
"frameworkName": "singapore/ssec-eqa",
"frameworkVersion": "2015",
"code": "51",
"description": "Polytechnic Diploma"
},
{
"frameworkName": "international/isced",
"frameworkVersion": "2011",
"code": "55",
"description": "(Short-cycle tertiary education) Vocational"
}],
"qualificationLevel": [
{
"frameworkName": "singapore/ssec-eqa",
"frameworkVersion": "2015",
"code": "51",
"description": "Polytechnic Diploma"
},
{
"frameworkName": "international/isced",
"frameworkVersion": "2011",
"code": "55",
"description": "(Short-cycle tertiary education) Vocational"
}
],
"fieldOfStudy": [
{
"frameworkName": "singapore/ssec-fos",
Expand Down

0 comments on commit 39d6b58

Please sign in to comment.