Skip to content

Commit 4a43152

Browse files
committed
Add v2rc1 context.
- Changes from v1: - Add `email` term. - Remove `@version` fields.
1 parent c3e75a0 commit 4a43152

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

Diff for: contexts/v2rc1.json

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"@context": {
3+
"@protected": true,
4+
"name": "https://schema.org/name",
5+
"description": "https://schema.org/description",
6+
"image": {
7+
"@id": "https://schema.org/image",
8+
"@type": "@id"
9+
},
10+
"FirstResponderCredential": {
11+
"@id": "https://w3id.org/first-responder#FirstResponderCredential",
12+
"@context": {
13+
"@protected": true,
14+
"id": "@id",
15+
"type": "@type",
16+
"description": "https://schema.org/description",
17+
"name": "https://schema.org/name",
18+
"identifier": "https://schema.org/identifier",
19+
"image": {
20+
"@id": "https://schema.org/image",
21+
"@type": "@id"
22+
}
23+
}
24+
},
25+
"deploymentDaysNumeric": "https://w3id.org/first-responder#deploymentDaysNumeric",
26+
"deploymentStartDate": "https://w3id.org/first-responder#deploymentStartDate",
27+
"deploymentSummary": "https://w3id.org/first-responder#deploymentSummary",
28+
"homeUnit": "https://w3id.org/first-responder#homeUnit",
29+
"jobTitleOrRole": "https://w3id.org/first-responder#jobTitleOrRole",
30+
"jobTitleOrRoleName": "https://w3id.org/first-responder#jobTitleOrRoleName",
31+
"jurisdictionName": "https://w3id.org/first-responder#jurisdictionName",
32+
"organizationAffiliationCategoryCode": "https://w3id.org/first-responder#organizationAffiliationCategoryCode",
33+
"organizationName": "https://w3id.org/first-responder#organizationName",
34+
"ownerInformation": "https://w3id.org/first-responder#ownerInformation",
35+
"FirstResponder": {
36+
"@id": "https://w3id.org/first-responder#FirstResponder",
37+
"@context": {
38+
"@protected": true,
39+
"id": "@id",
40+
"type": "@type",
41+
"badge": "https://w3id.org/first-responder#badge",
42+
"badgeJobTitleText": "https://w3id.org/first-responder#badgeJobTitleText",
43+
"experience": "https://w3id.org/first-responder#experience",
44+
"skill": "https://w3id.org/first-responder#skill",
45+
"training": "https://w3id.org/first-responder#training"
46+
}
47+
},
48+
"agencySymbol": "https://w3id.org/first-responder#agencySymbol",
49+
"cardPicture": "https://w3id.org/first-responder#cardPicture",
50+
"eAssuranceLevelCode": "https://w3id.org/first-responder#eAssuranceLevelCode",
51+
"fips201ConformanceCode": "https://w3id.org/first-responder#fips201ConformanceCode",
52+
"idCategoryCodeAbstract": "https://w3id.org/first-responder#idCategoryCodeAbstract",
53+
"nameOnCardText": "https://w3id.org/first-responder#nameOnCardText",
54+
"personIDCard": "https://w3id.org/first-responder#personIDCard",
55+
"email": "https://schema.org/email",
56+
"signatureAuthorityName": "https://w3id.org/first-responder#signatureAuthorityName",
57+
"Badge": {
58+
"@id": "https://w3id.org/first-responder#Badge",
59+
"@context": {
60+
"@protected": true,
61+
"id": "@id",
62+
"type": "@type",
63+
"badgeJobTitleText": "https://w3id.org/first-responder#badgeJobTitleText",
64+
"personHumanResource": "https://w3id.org/first-responder#personHumanResource"
65+
}
66+
},
67+
"Skill": {
68+
"@id": "https://w3id.org/first-responder#Skill",
69+
"@context": {
70+
"@protected": true,
71+
"id": "@id",
72+
"type": "@type",
73+
"skillAcquiredCategoryCode": "https://w3id.org/first-responder#skillAcquiredCategoryCode",
74+
"skillDescriptionText": "https://w3id.org/first-responder#skillDescriptionText",
75+
"skillName": "https://w3id.org/first-responder#skillName",
76+
"skillUseHistoryText": "https://w3id.org/first-responder#skillUseHistoryText"
77+
}
78+
},
79+
"Training": {
80+
"@id": "https://w3id.org/first-responder#Training",
81+
"@context": {
82+
"@protected": true,
83+
"id": "@id",
84+
"type": "@type",
85+
"courseLevelText": "https://w3id.org/first-responder#courseLevelText",
86+
"courseText": "https://w3id.org/first-responder#courseText",
87+
"isIssuedCertificationIndicator": "https://w3id.org/first-responder#isIssuedCertificationIndicator",
88+
"trainingDuration": "https://w3id.org/first-responder#trainingDuration"
89+
}
90+
}
91+
}
92+
}

0 commit comments

Comments
 (0)