ccs-digitalmarketplace-frameworks 9.0.4 → 9.0.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.
@@ -38,3 +38,22 @@
38
38
  plural: social value filters
39
39
  questions:
40
40
  - socialValue
41
+
42
+ -
43
+ name: Cloud deployment model
44
+ slug: cloud-deployment-model
45
+ filter_settings:
46
+ name: cloudDeploymentModel
47
+ item_name:
48
+ singular: cloud deployment model filter
49
+ plural: cloud deployment model filters
50
+ questions:
51
+ - cloudDeploymentModelAll
52
+
53
+ -
54
+ name: Datacentre security standard
55
+ slug: datacentre-security-standard
56
+ filter_settings:
57
+ name: datacentreSecurityStandards
58
+ questions:
59
+ - datacentreSecurityStandards
@@ -0,0 +1,34 @@
1
+ id: cloudDeploymentModel
2
+ name: Cloud deployment model
3
+ question: Which cloud deployment model does the service use?
4
+
5
+ type: checkboxes
6
+ options:
7
+ - label: Public cloud
8
+ value: public
9
+ filter_label: public cloud
10
+ derived_from:
11
+ question: cloudDeploymentModelAmended
12
+ any_of:
13
+ - public
14
+ - label: Private cloud
15
+ value: private
16
+ filter_label: private cloud
17
+ derived_from:
18
+ question: cloudDeploymentModelAmended
19
+ any_of:
20
+ - private
21
+ - label: Community cloud
22
+ value: community
23
+ filter_label: community cloud
24
+ derived_from:
25
+ question: cloudDeploymentModelAmended
26
+ any_of:
27
+ - community
28
+ - label: Hybrid cloud
29
+ value: hybrid
30
+ filter_label: hybrid cloud
31
+ derived_from:
32
+ question: cloudDeploymentModelAmended
33
+ any_of:
34
+ - hybrid
@@ -118,6 +118,14 @@
118
118
  "dmfilter_socialValue": {
119
119
  "type": "keyword",
120
120
  "normalizer": "filter_normalizer"
121
+ },
122
+ "dmfilter_cloudDeploymentModel": {
123
+ "type": "keyword",
124
+ "normalizer": "filter_normalizer"
125
+ },
126
+ "dmfilter_datacentreSecurityStandards": {
127
+ "type": "keyword",
128
+ "normalizer": "filter_normalizer"
121
129
  }
122
130
  }
123
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.0.4",
3
+ "version": "9.0.6",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",