Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions concert-catalogs-library/sample_concert_catalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"catalog": {
"uuid": "74c8ba1e-5cd4-4ad1-bbfd-d888e2f6c777",
"groups": [
{
"id": "s1",
"props": [
{
"name": "label",
"value": "1"
}
],
"title": "Sample Concert Catalogs",
"groups": [
{
"id": "c1.1",
"title": "Internal Organization",
"controls": [
{
"id": "c1.1.1",
"title": "custom control 1"
},
{
"id": "c1.1.2",
"title": "Segregation of duties"
}
]
}
]
},
{
"id": "c2",
"props": [
{
"name": "label",
"value": "2"
}
],
"title": "Access control",
"groups": [
{
"id": "c2.1",
"title": "Business requirements of access control",
"controls": [
{
"id": "c2.1.1",
"title": "Access control policy"
},
{
"id": "c2.1.2",
"title": "Access to networks and network services"
}
]
}
]
}
],
"metadata": {
"title": "Sample Concert Catalog",
"remarks": "Sample Concert Catalog",
"version": "1.0",
"published": "2024-10-12T00:00:00.000000-04:00",
"last-modified": "2024-10-01T13:57:28.355446-04:00",
"oscal-version": "1.1.2"
}
}
}