-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android][iOS] Update VC Playground context files (#52)
- Loading branch information
1 parent
3631f95
commit 16ea625
Showing
14 changed files
with
323 additions
and
39 deletions.
There are no files selected for viewing
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
6 changes: 6 additions & 0 deletions
6
...le/src/main/res/raw/examples_vcplayground_org_contexts_academic_course_credential_v1.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,6 @@ | ||
{ | ||
"@context": { | ||
"@protected": true, | ||
"courseCareer": "https://tln.asu.edu/terms/courseCareer" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
example/src/main/res/raw/examples_vcplayground_org_contexts_alumni_v2.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,14 @@ | ||
{ | ||
"@context": { | ||
"@protected": true, | ||
"alumniOf": "https://schema.org/alumniOf", | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description", | ||
"identifier": "https://schema.org/identifier", | ||
"image": { | ||
"@id": "https://schema.org/image", | ||
"@type": "@id" | ||
}, | ||
"AlumniCredential": "https://examples.vcplayground.org/contexts/alumni/vocab#AlumniCredential" | ||
} | ||
} |
File renamed without changes.
97 changes: 97 additions & 0 deletions
97
example/src/main/res/raw/examples_vcplayground_org_contexts_first_responder_v1.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,97 @@ | ||
{ | ||
"@context": { | ||
"@version": 1.1, | ||
"@protected": true, | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description", | ||
"image": { | ||
"@id": "https://schema.org/image", | ||
"@type": "@id" | ||
}, | ||
"FirstResponderCredential": { | ||
"@id": "https://w3id.org/first-responder#FirstResponderCredential", | ||
"@context": { | ||
"@version": 1.1, | ||
"@protected": true, | ||
"id": "@id", | ||
"type": "@type", | ||
"description": "https://schema.org/description", | ||
"name": "https://schema.org/name", | ||
"identifier": "https://schema.org/identifier", | ||
"image": { | ||
"@id": "https://schema.org/image", | ||
"@type": "@id" | ||
} | ||
} | ||
}, | ||
"deploymentDaysNumeric": "https://w3id.org/first-responder#deploymentDaysNumeric", | ||
"deploymentStartDate": "https://w3id.org/first-responder#deploymentStartDate", | ||
"deploymentSummary": "https://w3id.org/first-responder#deploymentSummary", | ||
"homeUnit": "https://w3id.org/first-responder#homeUnit", | ||
"jobTitleOrRole": "https://w3id.org/first-responder#jobTitleOrRole", | ||
"jobTitleOrRoleName": "https://w3id.org/first-responder#jobTitleOrRoleName", | ||
"jurisdictionName": "https://w3id.org/first-responder#jurisdictionName", | ||
"organizationAffiliationCategoryCode": "https://w3id.org/first-responder#organizationAffiliationCategoryCode", | ||
"organizationName": "https://w3id.org/first-responder#organizationName", | ||
"ownerInformation": "https://w3id.org/first-responder#ownerInformation", | ||
"FirstResponder": { | ||
"@id": "https://w3id.org/first-responder#FirstResponder", | ||
"@context": { | ||
"@version": 1.1, | ||
"@protected": true, | ||
"id": "@id", | ||
"type": "@type", | ||
"badge": "https://w3id.org/first-responder#badge", | ||
"badgeJobTitleText": "https://w3id.org/first-responder#badgeJobTitleText", | ||
"experience": "https://w3id.org/first-responder#experience", | ||
"skill": "https://w3id.org/first-responder#skill", | ||
"training": "https://w3id.org/first-responder#training" | ||
} | ||
}, | ||
"agencySymbol": "https://w3id.org/first-responder#agencySymbol", | ||
"cardPicture": "https://w3id.org/first-responder#cardPicture", | ||
"eAssuranceLevelCode": "https://w3id.org/first-responder#eAssuranceLevelCode", | ||
"fips201ConformanceCode": "https://w3id.org/first-responder#fips201ConformanceCode", | ||
"idCategoryCodeAbstract": "https://w3id.org/first-responder#idCategoryCodeAbstract", | ||
"nameOnCardText": "https://w3id.org/first-responder#nameOnCardText", | ||
"personIDCard": "https://w3id.org/first-responder#personIDCard", | ||
"signatureAuthorityName": "https://w3id.org/first-responder#signatureAuthorityName", | ||
"Badge": { | ||
"@id": "https://w3id.org/first-responder#Badge", | ||
"@context": { | ||
"@version": 1.1, | ||
"@protected": true, | ||
"id": "@id", | ||
"type": "@type", | ||
"badgeJobTitleText": "https://w3id.org/first-responder#badgeJobTitleText", | ||
"personHumanResource": "https://w3id.org/first-responder#personHumanResource" | ||
} | ||
}, | ||
"Skill": { | ||
"@id": "https://w3id.org/first-responder#Skill", | ||
"@context": { | ||
"@version": 1.1, | ||
"@protected": true, | ||
"id": "@id", | ||
"type": "@type", | ||
"skillAcquiredCategoryCode": "https://w3id.org/first-responder#skillAcquiredCategoryCode", | ||
"skillDescriptionText": "https://w3id.org/first-responder#skillDescriptionText", | ||
"skillName": "https://w3id.org/first-responder#skillName", | ||
"skillUseHistoryText": "https://w3id.org/first-responder#skillUseHistoryText" | ||
} | ||
}, | ||
"Training": { | ||
"@id": "https://w3id.org/first-responder#Training", | ||
"@context": { | ||
"@version": 1.1, | ||
"@protected": true, | ||
"id": "@id", | ||
"type": "@type", | ||
"courseLevelText": "https://w3id.org/first-responder#courseLevelText", | ||
"courseText": "https://w3id.org/first-responder#courseText", | ||
"isIssuedCertificationIndicator": "https://w3id.org/first-responder#isIssuedCertificationIndicator", | ||
"trainingDuration": "https://w3id.org/first-responder#trainingDuration" | ||
} | ||
} | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,4 @@ | |
"postalCode": "https://schema.org/postalCode", | ||
"streetAddress": "https://schema.org/streetAddress" | ||
} | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
example/src/main/res/raw/examples_vcplayground_org_contexts_shim_render_method_term_v1.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,9 @@ | ||
{ | ||
"@context": { | ||
"@protected": true, | ||
"renderMethod": { | ||
"@id": "https://www.w3.org/2018/credentials#renderMethod", | ||
"@type": "@id" | ||
} | ||
} | ||
} |
6 changes: 4 additions & 2 deletions
6
..._vcplayground_org_examples_alumni_v1.json → ..._shim_vcv1_1_common_example_terms_v1.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 |
---|---|---|
@@ -1,13 +1,15 @@ | ||
{ | ||
"@context": { | ||
"@version": 1.1, | ||
"@protected": true, | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description", | ||
"identifier": "https://schema.org/identifier", | ||
"image": { | ||
"@id": "https://schema.org/image", | ||
"@type": "@id" | ||
}, | ||
"renderMethod": { | ||
"@id": "https://www.w3.org/2018/credentials#renderMethod", | ||
"@type": "@id" | ||
} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
example/src/main/res/raw/examples_vcplayground_org_contexts_utopia_natcert_v1.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,11 @@ | ||
{ | ||
"@context": { | ||
"@protected": true, | ||
"confidenceMethod": { | ||
"@id": "https://www.w3.org/2018/credentials#confidenceMethod", | ||
"@type": "@id" | ||
}, | ||
"ConfidenceMethod": "https://www.w3.org/2018/credentials#ConfidenceMethod", | ||
"DidAuthnConfidenceMethod": "https://examples.vcplayground.org/contexts/utopia-natcert/vocab#DidAuthnConfidenceMethod" | ||
} | ||
} |
Oops, something went wrong.