Skip to content

Commit

Permalink
Update birthCertificate-context.json
Browse files Browse the repository at this point in the history
  • Loading branch information
challabeehyv authored May 15, 2024
1 parent 91f7ae5 commit 5c28d9a
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions birthCertificate-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,44 +9,44 @@
"@id": "https://challabeehyv.github.io/mimoto-config/birthCertificate-context.json#ProofOfAcademicEvaluationCredential",
"@context": {
"@protected": true,
"Country": "schema:Text",
"ChildDetails": {
"@id": "schema:ChildDetails",
"@context": {
"@protected": true,
"fullName": "schema:Text",
"dateOfBirth": "schema:Text",
"sex": "schema:Text",
"placeOfBirth": "schema:Text",
"nationality": "schema:Text"
}
},
"motherDetails": {
"@id": "schema:MotherDetails",
"@context": {
"@protected": true,
"fullName": "schema:Text",
"dateOfBirth": "schema:Text",
"nationality": "schema:Text"
}
},
"fatherDetails": {
"@id": "schema:FatherDetails",
"@context": {
"@protected": true,
"fullName": "schema:Text",
"dateOfBirth": "schema:Text",
"nationality": "schema:Text"
}
},
"registrationDetails": {
"@id": "schema:RegistrationDetails",
"@context": {
"@protected": true,
"registrationNumber": "schema:Text",
"dateOfRegistration": "schema:Text",
"dateOfIssuance": "schema:Text"
}
"Country": "schema:Text"
},
"ChildDetails": {
"@id": "schema:ChildDetails",
"@context": {
"@protected": true,
"fullName": "schema:Text",
"dateOfBirth": "schema:Text",
"sex": "schema:Text",
"placeOfBirth": "schema:Text",
"nationality": "schema:Text"
}
},
"motherDetails": {
"@id": "schema:MotherDetails",
"@context": {
"@protected": true,
"fullName": "schema:Text",
"dateOfBirth": "schema:Text",
"nationality": "schema:Text"
}
},
"fatherDetails": {
"@id": "schema:FatherDetails",
"@context": {
"@protected": true,
"fullName": "schema:Text",
"dateOfBirth": "schema:Text",
"nationality": "schema:Text"
}
},
"registrationDetails": {
"@id": "schema:RegistrationDetails",
"@context": {
"@protected": true,
"registrationNumber": "schema:Text",
"dateOfRegistration": "schema:Text",
"dateOfIssuance": "schema:Text"
}
}
}
Expand Down

0 comments on commit 5c28d9a

Please sign in to comment.