-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_case.json
More file actions
69 lines (68 loc) · 2.04 KB
/
example_case.json
File metadata and controls
69 lines (68 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"CFDocument": {
"identifier": "framework-001",
"uri": "http://example.org/frameworks/framework-001",
"title": "Example Competency Framework",
"description": "A sample competency framework for demonstration",
"language": "en-US",
"adoptionStatus": "Published",
"version": "1.0.0",
"lastChangeDateTime": "2024-01-15T10:00:00Z",
"publisher": {
"identifier": "org-001",
"uri": "http://example.org/organizations/org-001",
"name": "Example Organization"
},
"officialSourceURL": "http://example.org/frameworks/framework-001"
},
"CFItems": [
{
"identifier": "skill-001",
"uri": "http://example.org/skills/skill-001",
"fullStatement": "Students will be able to analyze complex problems",
"abbreviatedStatement": "Analyze problems",
"CFItemType": "Competency",
"hierarchyCode": "1.1",
"language": "en-US"
},
{
"identifier": "skill-002",
"uri": "http://example.org/skills/skill-002",
"fullStatement": "Students will be able to design solutions",
"abbreviatedStatement": "Design solutions",
"CFItemType": "Competency",
"hierarchyCode": "1.2",
"language": "en-US"
}
],
"CFAssociations": [
{
"identifier": "assoc-001",
"uri": "http://example.org/associations/assoc-001",
"associationType": "isChildOf",
"originNodeURI": {
"identifier": "skill-002",
"uri": "http://example.org/skills/skill-002"
},
"destinationNodeURI": {
"identifier": "skill-001",
"uri": "http://example.org/skills/skill-001"
},
"sequenceNumber": 1
},
{
"identifier": "assoc-002",
"uri": "http://example.org/associations/assoc-002",
"associationType": "precedes",
"originNodeURI": {
"identifier": "skill-001",
"uri": "http://example.org/skills/skill-001"
},
"destinationNodeURI": {
"identifier": "skill-002",
"uri": "http://example.org/skills/skill-002"
},
"sequenceNumber": 1
}
]
}