forked from ChelseaKR/oscal-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbroken_catalog.json
More file actions
86 lines (86 loc) · 1.93 KB
/
Copy pathbroken_catalog.json
File metadata and controls
86 lines (86 loc) · 1.93 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"catalog": {
"uuid": "f0d0a6cd-9e0e-4c2b-9b3e-0a3f2f7a1c11",
"metadata": {
"title": "Synthetic Example Catalog",
"version": "1.0.0",
"oscal-version": "1.2.3",
"roles": [
{
"id": "prepared-by",
"title": "Prepared By"
}
],
"parties": [
{
"uuid": "3a4f1cf1-1e3b-4a55-8ad2-9d1b8b0f9a01",
"type": "organization",
"name": "Example Organization"
}
],
"responsible-parties": [
{
"role-id": "prepared-by",
"party-uuids": [
"3a4f1cf1-1e3b-4a55-8ad2-9d1b8b0f9a01"
]
}
],
"links": [
{
"href": "#7c9b2d54-8e2a-4b18-9a2e-6f0c3d5b7e21",
"rel": "reference"
}
]
},
"groups": [
{
"id": "ex",
"title": "Example Group",
"controls": [
{
"id": "ex-1",
"title": "First Example Control",
"params": [
{
"id": "ex-1_prm_1",
"label": "an example parameter"
}
],
"parts": [
{
"id": "ex-1_smt",
"name": "statement",
"prose": "The organization does the example thing."
}
]
},
{
"id": "ex-1",
"title": "Second Example Control",
"parts": [
{
"id": "ex-2_smt",
"name": "statement",
"prose": "And the other one."
}
]
}
]
}
],
"back-matter": {
"resources": [
{
"uuid": "7c9b2d54-8e2a-4b18-9a2e-6f0c3d5b7e21",
"title": "An Example Reference",
"rlinks": [
{
"href": "https://example.org/reference"
}
]
}
]
}
}
}