Skip to content

Commit 6d95808

Browse files
authored
Create CertificateCredentials.json
1 parent 77473c2 commit 6d95808

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CertificateCredentials.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"@context": {
3+
"@version": 1.1,
4+
"@protected": true,
5+
"type": "@type",
6+
"schema": "https://schema.org/",
7+
"CertificateCredential": {
8+
"@id": "https://github.com/arati-tekdi/tracking-microservice/blob/main/src/constant/CertificateCredentials.json#CertificateCredential"
9+
},
10+
"firstName": "schema:Text",
11+
"middleName": "schema:Text",
12+
"lastName": "schema:Text",
13+
"userId": "schema:Text",
14+
"courseId": "schema:Text",
15+
"courseName": "schema:Text"
16+
}
17+
}

0 commit comments

Comments
 (0)