-
Notifications
You must be signed in to change notification settings - Fork 18
/
schema.json
76 lines (76 loc) · 2.04 KB
/
schema.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
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
{
"meta":
{
"Created_At": "",
"Produced_By": ""
},
"data": {
"providers":
[
{
"Cloud_Service_Provider_Name": "",
"Cloud_Service_Provider_Package": "",
"Path": "",
"Designation": "",
"Package_ID": "",
"Service_Model": [""],
"Deployment_Model": "",
"Impact_Level": "",
"Original_Authorization_Date": "",
"Original_Expiration_Date": "",
"Sponsoring_Agency": "",
"Sponsoring_Agency_Logo": "",
"Authorizing_Agency": "",
"Authorizing_Subagency": "",
"CSP_URL": "",
"Stage": "",
"Independent_Assessor": "",
"Underlying_CSP_Package_ID": [""],
"FedRAMP_Website_URL": "",
"CSP_Website": "",
"CSO_Description": "",
"Expected_Compliance_Date": "",
"Announcement_Date": "",
"CSP_POC_Name": "",
"CSP_POC_Email": "",
"Fedramp_Ready_Date": "",
"Fedramp_In-Process_Date": "",
"Agency_POC": "",
"Agency_POC_email": "",
"Leveraged_ATO_Letters": [
{"Letter_Date": "",
"Letter_Expiration_Date": "",
"Authorizing_Letter_Last_Sign_Date": "",
"Authorizing_Agency": "",
"Authorizing_Subagency": "",
"Agency_POC": "",
"Agency_POC_email": "",
"Agency_Logo": "",
"Include_In_Marketplace": "",
"Independent_Assessor": "",
"Announcement_Date": ""
}
]
}
],
"assessors" : [
{
"Name": "",
"Accreditation_Date": "",
"Logo": "",
"Description": "",
"POC_Name": "",
"POC_Email": "",
"Website": "",
"Remediation": "",
"Founded": "",
"Primary_Office_Locations": "",
"FedRAMP_Assessed": "",
"Provide_Consulting_Services": "",
"Description_of_Consulting_Services": "",
"Consulting_Services_To": "",
"Additional_Cyber_Frameworks": ""
}
]
}
}