ccs-digitalmarketplace-frameworks 5.1.51 → 5.1.53

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.
@@ -51,6 +51,7 @@
51
51
  questions:
52
52
  - multiqServiceAddOn
53
53
  - cloudDeploymentModel
54
+ - cloudDeploymentModelAmended
54
55
  - serviceConstraintsHostingAndSoftware
55
56
  - serviceConstraintsSupport
56
57
  - systemRequirements
@@ -217,4 +218,3 @@
217
218
  - serviceDefinitionDocumentURL
218
219
  - termsAndConditionsDocumentURL
219
220
  - pricingDocumentURL
220
- - sfiaRateDocumentURL
@@ -65,6 +65,7 @@
65
65
  questions:
66
66
  - multiqServiceAddOn
67
67
  - cloudDeploymentModel
68
+ - cloudDeploymentModelAmended
68
69
  - serviceConstraintsHostingAndSoftware
69
70
  - serviceConstraintsSupport
70
71
  - systemRequirements
@@ -341,4 +342,3 @@
341
342
  - serviceDefinitionDocumentURL
342
343
  - termsAndConditionsDocumentURL
343
344
  - pricingDocumentURL
344
- - sfiaRateDocumentURL
@@ -18,6 +18,6 @@ validations:
18
18
  - name: certificate_expired
19
19
  message: This certificate has expired (please select ‘no' to continue)
20
20
  - name: certificate_not_found
21
- message: The certificate number provided is not a recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
21
+ message: The certificate number provided is not recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
22
22
  - name: api_error
23
- message: The certificate number provided is not a recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
23
+ message: The certificate number provided is not recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
@@ -1,5 +1,5 @@
1
1
  name: Do you have a Cyber Essentials [Plus] certificate?
2
- question: In relation to the services do you have a current and valid Cyber Essentials [Plus] certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies (IASME) within the most recent 12 months.
2
+ question: In relation to the services do you have a current and valid Cyber Essentials [Plus] certificate which has been awarded by one of the government-approved Cyber Essentials accreditation bodies (IASME) within the most recent 12 months.
3
3
 
4
4
  depends:
5
5
  - "on": route
@@ -8,6 +8,7 @@ depends:
8
8
  - 'on': lot
9
9
  being:
10
10
  - iaas-and-paas
11
+ - iaas-and-paas-above-official
11
12
 
12
13
  type: boolean
13
14
 
@@ -8,6 +8,7 @@ depends:
8
8
  - 'on': lot
9
9
  being:
10
10
  - iaas-and-paas
11
+ - iaas-and-paas-above-official
11
12
 
12
13
  followup:
13
14
  backupWhatData:
@@ -6,8 +6,6 @@ depends:
6
6
  being:
7
7
  - isaas
8
8
  - saas
9
- - iaas-and-paas
10
- - iaas-and-paas-above-official
11
9
 
12
10
  type: checkboxes
13
11
  options:
@@ -0,0 +1,30 @@
1
+ name: Cloud deployment model
2
+ question: Under which of the four NIST cloud deployment models is this service offered?
3
+ question_advice: >
4
+ Read about the <a href="https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-145.pdf"
5
+ target="_blank" rel="noopener noreferrer">NIST definitions https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-145.pdf</a> (opens in new
6
+ tab)
7
+ depends:
8
+ - "on": lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: checkboxes
14
+ options:
15
+ - label: Public cloud
16
+ value: public
17
+ filter_label: public cloud
18
+ - label: Private cloud
19
+ value: private
20
+ filter_label: private cloud
21
+ - label: Community cloud
22
+ value: community
23
+ filter_label: community cloud
24
+ - label: Hybrid cloud
25
+ value: hybrid
26
+ filter_label: hybrid cloud
27
+
28
+ validations:
29
+ - name: answer_required
30
+ message: Select a service type.
@@ -9,6 +9,7 @@ depends:
9
9
  - "on": lot
10
10
  being:
11
11
  - iaas-and-paas
12
+ - iaas-and-paas-above-official
12
13
  - isaas
13
14
  - saas
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.51",
3
+ "version": "5.1.53",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,37 +0,0 @@
1
- name: Skills Framework for the Information Age rate card
2
- question: Add your Skills Framework for the Information Age (SFIA) rate card
3
- hint: >
4
- <p class="govuk-body">This document will not be indexed by search on the Digital Marketplace.</p>
5
- <p class="govuk-body">Your document should:</p>
6
- <ul class="govuk-list govuk-list--bullet">
7
- <li>be an Open Document Format (ODF) or PDF/A</li>
8
- <li>have a maximum file size of 5MB</li>
9
- <li>meet accessibility standards</li>
10
- </ul>
11
- <p class="govuk-body">
12
- <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
13
- </p>
14
-
15
- optional: true
16
- depends:
17
- - "on": lot
18
- being:
19
- - iaas-and-paas
20
- - iaas-and-paas-above-official
21
- - saas
22
-
23
- type: upload
24
-
25
- file_settings:
26
- name: sfia-rate-card
27
- max_size: 5
28
- file_types:
29
- - open_document
30
-
31
- validations:
32
- - name: file_is_valid_format
33
- message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
34
- - name: file_is_less_than_5mb
35
- message: The file must be smaller than 5MB.
36
- - name: file_can_be_saved
37
- message: The selected file could not be uploaded - try again.