-
Notifications
You must be signed in to change notification settings - Fork 2
/
example-org-metadata.json
47 lines (47 loc) · 1.19 KB
/
example-org-metadata.json
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
{
"organization-defaults": {
"uuid": "a7ba800c-a432-44cd-9075-0862cd66da6b",
"metadata": {
"title": "Example Organization SSP Metadata",
"last-modified": "2022-06-08T13:57:28.355446-04:00",
"version": "20220723",
"roles": [
{
"id": "provider",
"title": "Provider"
}
],
"parties": [
{
"uuid": "ee47836c-877c-4007-bbf3-c9d9bd805a9a",
"name": "Example Vendor",
"type": "organization"
}
],
"responsible-roles": [
{
"role-id": "provider",
"party-uuids": [
"ee47836c-877c-4007-bbf3-c9d9bd805a9a"
]
}
],
"component-libraries": [
{
"name": "CivicActions",
"url": "https://github.com/CivicActions/oscal-component-definitions"
}
],
"component-definitions": [
{
"name": "django",
"url": "https://github.com/CivicActions/oscal-component-definitions/tree/main/django"
},
{
"name": "drupal",
"url": "https://github.com/CivicActions/oscal-component-definitions/tree/main/drupal"
}
]
}
}
}