ccs-digitalmarketplace-frameworks 4.7.1 → 4.7.2
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.
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
question: Contract start date
|
|
2
|
+
name: Contract start date
|
|
3
|
+
hint: Your contract value must be a minimum of £25,000
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
type: date
|
|
15
|
+
limits:
|
|
16
|
+
after_date: '2022-06-30'
|
|
17
|
+
before_date: '2025-06-30'
|
|
18
|
+
|
|
19
|
+
validations:
|
|
20
|
+
- name: answer_required
|
|
21
|
+
message: You must enter a valid date between 30th June 2022 to 30th June 2025
|
|
22
|
+
- name: invalid_format
|
|
23
|
+
message: You must enter a valid date between 30th June 2022 to 30th June 2025
|
|
24
|
+
- name: date_not_in_range
|
|
25
|
+
message: You must enter a valid date between 30th June 2022 to 30th June 2025
|