ccs-digitalmarketplace-frameworks 4.11.5 → 4.11.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,6 +59,7 @@
59
59
  - name: Scaling
60
60
  editable: True
61
61
  questions:
62
+ - independenceOfResources
62
63
  - multiqUsageNotifications
63
64
 
64
65
  - name: Data-in-transit protection
@@ -111,4 +112,4 @@
111
112
  - serviceDefinitionDocumentURL
112
113
  - termsAndConditionsDocumentURL
113
114
  - pricingDocumentURL
114
- - sfiaRateDocumentURL
115
+ - sfiaRateDocumentURL
@@ -74,6 +74,7 @@
74
74
  editable: False
75
75
  edit_questions: True
76
76
  questions:
77
+ - independenceOfResources
77
78
  - multiqUsageNotifications
78
79
 
79
80
  - name: Data-in-transit protection
@@ -134,4 +135,4 @@
134
135
  - serviceDefinitionDocumentURL
135
136
  - termsAndConditionsDocumentURL
136
137
  - pricingDocumentURL
137
- - sfiaRateDocumentURL
138
+ - sfiaRateDocumentURL
@@ -44,7 +44,6 @@ questions_to_exclude:
44
44
  - howLongSystemLogsStored
45
45
  - incidentManagementApproach
46
46
  - incidentManagementType
47
- - independenceOfResources
48
47
  - informationSecurityPoliciesAndProcesses
49
48
  - installation
50
49
  - installationCompatibleOperatingSystems
@@ -0,0 +1,19 @@
1
+ name: Independence of resources
2
+ question: How do you guarantee users aren’t affected by the demand other users are placing on your service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: textbox_large
11
+ max_length_in_words: 100
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: Enter description.
16
+ - name: under_100_words
17
+ message: Description must be 100 words or fewer.
18
+ - name: under_character_limit
19
+ message: Description must be 1000 characters or fewer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.11.5",
3
+ "version": "4.11.6",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",