forked from ChelseaKR/oscal-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean_catalog.json
More file actions
68 lines (68 loc) · 1.74 KB
/
Copy pathclean_catalog.json
File metadata and controls
68 lines (68 loc) · 1.74 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
{
"catalog": {
"uuid": "f0d0a6cd-9e0e-4c2b-9b3e-0a3f2f7a1c11",
"metadata": {
"title": "Synthetic Example Catalog",
"last-modified": "2026-08-14T00:00:00Z",
"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-2",
"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" }]
}
]
}
}
}