We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77473c2 commit 6d95808Copy full SHA for 6d95808
CertificateCredentials.json
@@ -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