ccs-digitalmarketplace-frameworks 9.0.7 → 9.0.8

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.
@@ -39,6 +39,17 @@
39
39
  questions:
40
40
  - socialValue
41
41
 
42
+ -
43
+ name: Certifications
44
+ slug: certifications
45
+ filter_settings:
46
+ name: certifications
47
+ item_name:
48
+ singular: certification filter
49
+ plural: certification filters
50
+ questions:
51
+ - certifications
52
+
42
53
  -
43
54
  name: Cloud deployment model
44
55
  slug: cloud-deployment-model
@@ -0,0 +1,23 @@
1
+ name: Certifications
2
+ question: Certifications
3
+
4
+ type: checkboxes
5
+ options:
6
+ - label: ISO 9001 certification
7
+ value: iso-9001
8
+ - label: ISO/IEC 27001 certification
9
+ value: iso-27001
10
+ - label: ISO 20000-1 certification
11
+ value: iso-20000-1
12
+ - label: ISO 28000:2022 certification
13
+ value: iso-28000
14
+ - label: Quality management systems (QMS)
15
+ value: qms
16
+ - label: CSA STAR certification
17
+ value: csa-star
18
+ - label: PCI certification
19
+ value: pci
20
+ - label: Cyber essentials
21
+ value: cyber-essentials
22
+ - label: Cyber Essentials Plus
23
+ value: cyber-essentials-plus
@@ -126,6 +126,10 @@
126
126
  "dmfilter_datacentreSecurityStandards": {
127
127
  "type": "keyword",
128
128
  "normalizer": "filter_normalizer"
129
+ },
130
+ "dmfilter_certifications": {
131
+ "type": "keyword",
132
+ "normalizer": "filter_normalizer"
129
133
  }
130
134
  }
131
135
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.0.7",
3
+ "version": "9.0.8",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",