From a68841ece3961c597d7bac5d59bff1760b308698 Mon Sep 17 00:00:00 2001 From: Soma Shekar Date: Wed, 11 Sep 2024 16:01:11 +0530 Subject: [PATCH] Create sample_concert_catalog.json sample catalog for library --- .../sample_concert_catalog.json | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 concert-catalogs-library/sample_concert_catalog.json diff --git a/concert-catalogs-library/sample_concert_catalog.json b/concert-catalogs-library/sample_concert_catalog.json new file mode 100644 index 00000000..2cc30c88 --- /dev/null +++ b/concert-catalogs-library/sample_concert_catalog.json @@ -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" + } + } +}