ccs-digitalmarketplace-frameworks 4.11.1 → 4.11.3

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.
Files changed (56) hide show
  1. package/frameworks/g-cloud-15/manifests/edit_service.yml +6 -0
  2. package/frameworks/g-cloud-15/manifests/edit_service_as_admin.yml +51 -0
  3. package/frameworks/g-cloud-15/manifests/edit_submission.yml +60 -0
  4. package/frameworks/g-cloud-15/metadata/copy_services.yml +0 -42
  5. package/frameworks/g-cloud-15/questions/services/APIAutomationTools.yml +34 -0
  6. package/frameworks/g-cloud-15/questions/services/APIAutomationToolsOther.yml +23 -0
  7. package/frameworks/g-cloud-15/questions/services/APIDocumentation.yml +18 -0
  8. package/frameworks/g-cloud-15/questions/services/APIDocumentationFormats.yml +26 -0
  9. package/frameworks/g-cloud-15/questions/services/APIHosting.yml +21 -0
  10. package/frameworks/g-cloud-15/questions/services/APIUsage.yml +26 -0
  11. package/frameworks/g-cloud-15/questions/services/backup.yml +29 -0
  12. package/frameworks/g-cloud-15/questions/services/backupControls.yml +25 -0
  13. package/frameworks/g-cloud-15/questions/services/backupDatacentre.yml +31 -0
  14. package/frameworks/g-cloud-15/questions/services/backupRecovery.yml +23 -0
  15. package/frameworks/g-cloud-15/questions/services/backupScheduling.yml +25 -0
  16. package/frameworks/g-cloud-15/questions/services/backupWhatData.yml +31 -0
  17. package/frameworks/g-cloud-15/questions/services/commandLineInterface.yml +19 -0
  18. package/frameworks/g-cloud-15/questions/services/commandLineOS.yml +24 -0
  19. package/frameworks/g-cloud-15/questions/services/commandLineUsage.yml +26 -0
  20. package/frameworks/g-cloud-15/questions/services/documentation.yml +21 -0
  21. package/frameworks/g-cloud-15/questions/services/documentationAccessibility.yml +31 -0
  22. package/frameworks/g-cloud-15/questions/services/documentationAccessibilityDescription.yml +23 -0
  23. package/frameworks/g-cloud-15/questions/services/documentationFormats.yml +34 -0
  24. package/frameworks/g-cloud-15/questions/services/documentationFormatsOther.yml +25 -0
  25. package/frameworks/g-cloud-15/questions/services/endOfContractDataExtraction.yml +21 -0
  26. package/frameworks/g-cloud-15/questions/services/endOfContractProcess.yml +23 -0
  27. package/frameworks/g-cloud-15/questions/services/gettingStarted.yml +23 -0
  28. package/frameworks/g-cloud-15/questions/services/metricsHosting.yml +23 -0
  29. package/frameworks/g-cloud-15/questions/services/metricsHostingHow.yml +33 -0
  30. package/frameworks/g-cloud-15/questions/services/metricsHostingWhat.yml +44 -0
  31. package/frameworks/g-cloud-15/questions/services/metricsHostingWhatOther.yml +27 -0
  32. package/frameworks/g-cloud-15/questions/services/multiqAPIHosting.yml +18 -0
  33. package/frameworks/g-cloud-15/questions/services/multiqCommandLineInterface.yml +14 -0
  34. package/frameworks/g-cloud-15/questions/services/multiqDocumentation.yml +18 -0
  35. package/frameworks/g-cloud-15/questions/services/multiqMetricsHosting.yml +19 -0
  36. package/frameworks/g-cloud-15/questions/services/multiqReselling.yml +13 -0
  37. package/frameworks/g-cloud-15/questions/services/multiqServiceBacksUp.yml +19 -0
  38. package/frameworks/g-cloud-15/questions/services/multiqServiceFeaturesAndBenefitsHostingAndSoftware.yml +14 -0
  39. package/frameworks/g-cloud-15/questions/services/multiqUsageNotifications.yml +16 -0
  40. package/frameworks/g-cloud-15/questions/services/multiqWebInterface.yml +16 -0
  41. package/frameworks/g-cloud-15/questions/services/resellingOrganisations.yml +20 -0
  42. package/frameworks/g-cloud-15/questions/services/resellingType.yml +33 -0
  43. package/frameworks/g-cloud-15/questions/services/serviceBenefitsHostingAndSoftware.yml +26 -0
  44. package/frameworks/g-cloud-15/questions/services/serviceConstraintsHostingAndSoftware.yml +21 -0
  45. package/frameworks/g-cloud-15/questions/services/serviceFeaturesHostingAndSoftware.yml +24 -0
  46. package/frameworks/g-cloud-15/questions/services/supportAvailableToThirdParty.yml +15 -0
  47. package/frameworks/g-cloud-15/questions/services/systemRequirements.yml +25 -0
  48. package/frameworks/g-cloud-15/questions/services/usageNotifications.yml +21 -0
  49. package/frameworks/g-cloud-15/questions/services/usageNotificationsHow.yml +31 -0
  50. package/frameworks/g-cloud-15/questions/services/usageNotificationsHowOther.yml +23 -0
  51. package/frameworks/g-cloud-15/questions/services/webInterface.yml +21 -0
  52. package/frameworks/g-cloud-15/questions/services/webInterfaceAccessibility.yml +27 -0
  53. package/frameworks/g-cloud-15/questions/services/webInterfaceAccessibilityDescription.yml +24 -0
  54. package/frameworks/g-cloud-15/questions/services/webInterfaceAccessibilityTesting.yml +20 -0
  55. package/frameworks/g-cloud-15/questions/services/webInterfaceUsage.yml +26 -0
  56. package/package.json +1 -1
@@ -16,3 +16,9 @@
16
16
  editable: True
17
17
  questions:
18
18
  - serviceDescription
19
+
20
+ -
21
+ name: Service features and benefits
22
+ editable: True
23
+ questions:
24
+ - multiqServiceFeaturesAndBenefitsHostingAndSoftware
@@ -9,3 +9,54 @@
9
9
  questions:
10
10
  - serviceName
11
11
  - serviceDescription
12
+
13
+ - name: Service features and benefits
14
+ editable: True
15
+ questions:
16
+ - multiqServiceFeaturesAndBenefitsHostingAndSoftware
17
+
18
+ - name: Service scope
19
+ editable: True
20
+ questions:
21
+ - serviceConstraintsHostingAndSoftware
22
+ - systemRequirements
23
+
24
+ - name: Reselling
25
+ editable: True
26
+ questions:
27
+ - multiqReselling
28
+
29
+ - name: User support
30
+ editable: True
31
+ questions:
32
+ - supportAvailableToThirdParty
33
+
34
+ - name: How users work with your service
35
+ editable: True
36
+ questions:
37
+ - multiqWebInterface
38
+ - multiqAPIHosting
39
+ - multiqCommandLineInterface
40
+
41
+ - name: Onboarding and offboarding
42
+ editable: True
43
+ questions:
44
+ - gettingStarted
45
+ - multiqDocumentation
46
+ - endOfContractDataExtraction
47
+ - endOfContractProcess
48
+
49
+ - name: Backups and recovery
50
+ editable: True
51
+ questions:
52
+ - multiqServiceBacksUp
53
+
54
+ - name: Analytics
55
+ editable: True
56
+ questions:
57
+ - multiqMetricsHosting
58
+
59
+ - name: Scaling
60
+ editable: True
61
+ questions:
62
+ - multiqUsageNotifications
@@ -15,3 +15,63 @@
15
15
  edit_questions: True
16
16
  questions:
17
17
  - serviceDescription
18
+
19
+ - name: Service features and benefits
20
+ editable: False
21
+ edit_questions: True
22
+ questions:
23
+ - multiqServiceFeaturesAndBenefitsHostingAndSoftware
24
+
25
+ - name: Service scope
26
+ editable: False
27
+ edit_questions: True
28
+ questions:
29
+ - serviceConstraintsHostingAndSoftware
30
+ - systemRequirements
31
+
32
+ - name: Reselling
33
+ editable: False
34
+ edit_questions: True
35
+ questions:
36
+ - multiqReselling
37
+
38
+ - name: User support
39
+ editable: False
40
+ edit_questions: True
41
+ questions:
42
+ - supportAvailableToThirdParty
43
+
44
+ - name: How users work with your service
45
+ editable: False
46
+ edit_questions: True
47
+ questions:
48
+ - multiqWebInterface
49
+ - multiqAPIHosting
50
+ - multiqCommandLineInterface
51
+
52
+ - name: Onboarding and offboarding
53
+ editable: False
54
+ edit_questions: True
55
+ questions:
56
+ - gettingStarted
57
+ - multiqDocumentation
58
+ - endOfContractDataExtraction
59
+ - endOfContractProcess
60
+
61
+ - name: Backups and recovery
62
+ editable: False
63
+ edit_questions: True
64
+ questions:
65
+ - multiqServiceBacksUp
66
+
67
+ - name: Analytics
68
+ editable: False
69
+ edit_questions: True
70
+ questions:
71
+ - multiqMetricsHosting
72
+
73
+ - name: Scaling
74
+ editable: False
75
+ edit_questions: True
76
+ questions:
77
+ - multiqUsageNotifications
@@ -1,12 +1,6 @@
1
1
  questions_to_exclude:
2
- - APIAutomationTools
3
- - APIAutomationToolsOther
4
- - APIDocumentation
5
- - APIDocumentationFormats
6
- - APIHosting
7
2
  - APISandbox
8
3
  - APISoftware
9
- - APIUsage
10
4
  - QAAndTesting
11
5
  - QAAndTestingDescription
12
6
  - accessRestrictionManagementAndSupport
@@ -18,19 +12,10 @@ questions_to_exclude:
18
12
  - auditBuyersActionsStorage
19
13
  - auditSuppliersActions
20
14
  - auditSuppliersActionsStorage
21
- - backup
22
- - backupControls
23
- - backupDatacentre
24
- - backupRecovery
25
- - backupScheduling
26
- - backupWhatData
27
15
  - boardLevelServiceSecurity
28
16
  - browsersAccess
29
17
  - browsersSupported
30
18
  - cloudDeploymentModel
31
- - commandLineInterface
32
- - commandLineOS
33
- - commandLineUsage
34
19
  - configurationAndChangeManagementProcesses
35
20
  - configurationAndChangeManagementType
36
21
  - covid19Recovery
@@ -54,18 +39,11 @@ questions_to_exclude:
54
39
  - dataStorageAndProcessingUserControl
55
40
  - datacentreSecurityStandards
56
41
  - devicesUsersManageTheServiceThrough
57
- - documentation
58
- - documentationAccessibility
59
- - documentationAccessibilityDescription
60
- - documentationFormats
61
- - documentationFormatsOther
62
42
  - educationPricing
63
43
  - emailOrTicketingSupport
64
44
  - emailOrTicketingSupportAccessibility
65
45
  - emailOrTicketingSupportPriority
66
46
  - emailOrTicketingSupportResponseTimes
67
- - endOfContractDataExtraction
68
- - endOfContractProcess
69
47
  - energyEfficientDatacentres
70
48
  - energyEfficientDatacentresDescription
71
49
  - equalOpportunity
@@ -74,7 +52,6 @@ questions_to_exclude:
74
52
  - freeVersionDescription
75
53
  - freeVersionLink
76
54
  - freeVersionTrialOption
77
- - gettingStarted
78
55
  - governmentSecurityClearances
79
56
  - governmentSecurityClearancesFilter
80
57
  - guaranteedAvailability
@@ -89,10 +66,6 @@ questions_to_exclude:
89
66
  - managementAccessAuthenticationDescription
90
67
  - metrics
91
68
  - metricsDescription
92
- - metricsHosting
93
- - metricsHostingHow
94
- - metricsHostingWhat
95
- - metricsHostingWhatOther
96
69
  - metricsHow
97
70
  - metricsSoftware
98
71
  - metricsSoftwareDescription
@@ -127,8 +100,6 @@ questions_to_exclude:
127
100
  - publicSectorNetworks
128
101
  - publicSectorNetworksOther
129
102
  - publicSectorNetworksTypes
130
- - resellingOrganisations
131
- - resellingType
132
103
  - scaling
133
104
  - scalingType
134
105
  - secureDevelopment
@@ -146,18 +117,15 @@ questions_to_exclude:
146
117
  - serviceAddOnDetails
147
118
  - serviceAddOnType
148
119
  - serviceBenefits
149
- - serviceBenefitsHostingAndSoftware
150
120
  - serviceBenefitsSupport
151
121
  - serviceCategories
152
122
  - serviceCategoriesHosting
153
123
  - serviceCategoriesSoftware
154
124
  - serviceCategoriesSupport
155
125
  - serviceConstraints
156
- - serviceConstraintsHostingAndSoftware
157
126
  - serviceConstraintsSupport
158
127
  - serviceDefinitionDocumentURL
159
128
  - serviceFeatures
160
- - serviceFeaturesHostingAndSoftware
161
129
  - serviceFeaturesSupport
162
130
  - serviceInterface
163
131
  - serviceInterfaceAccessibility
@@ -190,19 +158,14 @@ questions_to_exclude:
190
158
  - standardsPCIExclusions
191
159
  - standardsPCIWhen
192
160
  - standardsPCIWho
193
- - supportAvailableToThirdParty
194
161
  - supportLevels
195
162
  - supportMultiCloud
196
- - systemRequirements
197
163
  - tacklingEconomicInequality
198
164
  - termsAndConditionsDocumentURL
199
165
  - training
200
166
  - trainingDescription
201
167
  - trainingServiceSpecific
202
168
  - trainingServiceSpecificList
203
- - usageNotifications
204
- - usageNotificationsHow
205
- - usageNotificationsHowOther
206
169
  - userAuthentication
207
170
  - userAuthenticationDescription
208
171
  - userAuthenticationHosting
@@ -222,10 +185,5 @@ questions_to_exclude:
222
185
  - webChatSupportAccessibilityDescription
223
186
  - webChatSupportAccessibilityTesting
224
187
  - webChatSupportAvailability
225
- - webInterface
226
- - webInterfaceAccessibility
227
- - webInterfaceAccessibilityDescription
228
- - webInterfaceAccessibilityTesting
229
- - webInterfaceUsage
230
188
  - wellbeing
231
189
  source_framework: g-cloud-14
@@ -0,0 +1,34 @@
1
+ name: API automation tools
2
+ question: Which standard automation tools work with your service’s API?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ followup:
12
+ APIAutomationToolsOther:
13
+ - other
14
+
15
+ type: checkboxes
16
+ options:
17
+ - label: Ansible
18
+ value: ansible
19
+ - label: Chef
20
+ value: chef
21
+ - label: OpenStack
22
+ value: openstack
23
+ - label: SaltStack
24
+ value: saltstack
25
+ - label: Terraform
26
+ value: terraform
27
+ - label: Puppet
28
+ value: puppet
29
+ - label: Other
30
+ value: other
31
+
32
+ validations:
33
+ - name: answer_required
34
+ message: Select an automation tool.
@@ -0,0 +1,23 @@
1
+ name: Other API automation tools
2
+ question: List any other automation tools your service’s API uses.
3
+
4
+ hidden: true
5
+ optional: true
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+
12
+ list_item_name: API automation tool
13
+ type: list
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Enter an automation tool.
18
+ - name: under_10_words
19
+ message: Each API automation tool must be 10 words or fewer.
20
+ - name: max_items_limit
21
+ message: You must have 10 or fewer API automation tools.
22
+ - name: under_character_limit
23
+ message: Each API automation tool must be 100 characters or fewer.
@@ -0,0 +1,18 @@
1
+ name: API documentation
2
+ question: Do you provide API documentation for your service?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ followup:
11
+ APIDocumentationFormats:
12
+ - true
13
+
14
+ type: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Select yes if you provide API documentation for your service.
@@ -0,0 +1,26 @@
1
+ name: API documentation formats
2
+ question: How is your API documented?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Open API (also known as Swagger)
14
+ value: openapi
15
+ - label: HTML
16
+ value: html
17
+ - label: ODF
18
+ value: odf
19
+ - label: PDF
20
+ value: pdf
21
+ - label: Other
22
+ value: other
23
+
24
+ validations:
25
+ - name: answer_required
26
+ message: Select a format.
@@ -0,0 +1,21 @@
1
+ name: API
2
+ question: Is there an API for your service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+ followup:
10
+ APIUsage:
11
+ - true
12
+ APIAutomationTools:
13
+ - true
14
+ APIDocumentation:
15
+ - true
16
+
17
+ type: boolean
18
+
19
+ validations:
20
+ - name: answer_required
21
+ message: Select yes if there is an API for your service.
@@ -0,0 +1,26 @@
1
+ name: What users can and can't do using the API
2
+ question: Describe what users can and can’t do using your API.
3
+ question_advice: >
4
+ Include:
5
+
6
+ - how users can set up the service through the API
7
+ - how users can make changes through the API
8
+ - any limitations to how users can set up or make changes through the API
9
+
10
+ hidden: true
11
+ depends:
12
+ - "on": lot
13
+ being:
14
+ - iaas-and-paas
15
+ - iaas-and-paas-above-official
16
+
17
+ type: textbox_large
18
+ max_length_in_words: 200
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Enter description.
23
+ - name: under_200_words
24
+ message: Your answer must be no longer than 200 words.
25
+ - name: under_character_limit
26
+ message: Your answer must be no longer than 2000 characters.
@@ -0,0 +1,29 @@
1
+ name: Backup and recovery
2
+
3
+ question: Does your service provide backup and recovery?
4
+
5
+ filter_label: backup and recovery is available
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ followup:
14
+ backupWhatData:
15
+ - true
16
+ backupControls:
17
+ - true
18
+ backupDatacentre:
19
+ - true
20
+ backupScheduling:
21
+ - true
22
+ backupRecovery:
23
+ - true
24
+
25
+ type: boolean
26
+
27
+ validations:
28
+ - name: answer_required
29
+ message: Select yes if your service provides backup and recovery.
@@ -0,0 +1,25 @@
1
+ name: Backup controls
2
+
3
+ question: How do users control what backups are performed?
4
+
5
+ question_advice: Include, for example, whether users can back up different things on a different schedule.
6
+
7
+ hidden: true
8
+
9
+ depends:
10
+ - 'on': lot
11
+ being:
12
+ - iaas-and-paas
13
+ - iaas-and-paas-above-official
14
+
15
+ type: textbox_large
16
+
17
+ max_length_in_words: 100
18
+
19
+ validations:
20
+ - name: answer_required
21
+ message: Enter details of how users can control what backups are performed.
22
+ - name: under_100_words
23
+ message: Description must be 100 words or fewer.
24
+ - name: under_character_limit
25
+ message: Description must be 1000 characters or fewer.
@@ -0,0 +1,31 @@
1
+ name: Datacentre setup
2
+
3
+ question: "What’s your datacentre setup?"
4
+
5
+ hidden: true
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: checkboxes
14
+
15
+ options:
16
+ - label: Multiple datacentres with disaster recovery
17
+ value: multiple_with_dr
18
+ filter_label: multiple datacentres with disaster recovery
19
+ - label: Multiple datacentres
20
+ value: multiple
21
+ filter_label: multiple datacentres
22
+ - label: Single datacentre with multiple copies
23
+ value: single_with_copies
24
+ filter_label: single datacentre with multiple copies
25
+ - label: Single datacentre
26
+ value: single
27
+ filter_label: single datacentre
28
+
29
+ validations:
30
+ - name: answer_required
31
+ message: Select a datacentre setup.
@@ -0,0 +1,23 @@
1
+ name: Backup recovery
2
+
3
+ question: How do users recover backups?
4
+
5
+ hidden: true
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: checkboxes
14
+
15
+ options:
16
+ - label: Users can recover backups themselves, for example through a web interface
17
+ value: user_recovery
18
+ - label: Users contact the support team
19
+ value: support_request
20
+
21
+ validations:
22
+ - name: answer_required
23
+ message: Select a recovery method.
@@ -0,0 +1,25 @@
1
+ name: Scheduling backups
2
+
3
+ question: How do users schedule backups?
4
+
5
+ hidden: true
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: radios
14
+
15
+ options:
16
+ - label: Users schedule backups through a web interface
17
+ value: user_defined
18
+ - label: Users contact the support team to schedule backups
19
+ value: support_request
20
+ - label: Supplier controls the whole backup schedule
21
+ value: supplier_defined
22
+
23
+ validations:
24
+ - name: answer_required
25
+ message: Select how users schedule backups.
@@ -0,0 +1,31 @@
1
+ name: "What’s backed up"
2
+
3
+ question: What can the service back up?
4
+
5
+ question_advice: Examples include files, virtual machines, or databases.
6
+
7
+ hint: 10 words for each backup item, 10 backup items maximum.
8
+
9
+ optional: true
10
+
11
+ hidden: true
12
+
13
+ depends:
14
+ - 'on': lot
15
+ being:
16
+ - iaas-and-paas
17
+ - iaas-and-paas-above-official
18
+
19
+ list_item_name: backup item
20
+
21
+ type: list
22
+
23
+ validations:
24
+ - name: answer_required
25
+ message: Enter a backup item.
26
+ - name: max_items_limit
27
+ message: You must have 10 or fewer backup items.
28
+ - name: under_10_words
29
+ message: Each backup item must be 10 words or fewer.
30
+ - name: under_character_limit
31
+ message: Each backup item must be 100 characters or fewer.
@@ -0,0 +1,19 @@
1
+ name: Command line interface
2
+ question: Is there a command line interface for your service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+ followup:
10
+ commandLineOS:
11
+ - true
12
+ commandLineUsage:
13
+ - true
14
+
15
+ type: boolean
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: Select yes if there is a command line interface for your service.
@@ -0,0 +1,24 @@
1
+ name: Command line interface compatibility
2
+ question: Which operating systems does your command line interface work with?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Linux or Unix
14
+ value: linux_or_unix
15
+ - label: Windows
16
+ value: windows
17
+ - label: macOS
18
+ value: macos
19
+ - label: Other
20
+ value: other
21
+
22
+ validations:
23
+ - name: answer_required
24
+ message: Select an operating system.
@@ -0,0 +1,26 @@
1
+ name: Using the command line interface
2
+ question: Describe what users can and can’t do using the command line interface.
3
+ question_advice: >
4
+ Include:
5
+
6
+ - how users can set up the service through the command line interface
7
+ - how users can make changes through the command line
8
+ - any limitations to how users can set up or make changes through the command line
9
+
10
+ hidden: true
11
+ depends:
12
+ - "on": lot
13
+ being:
14
+ - iaas-and-paas
15
+ - iaas-and-paas-above-official
16
+
17
+ type: textbox_large
18
+ max_length_in_words: 200
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Enter description.
23
+ - name: under_200_words
24
+ message: Your answer must be no longer than 200 words.
25
+ - name: under_character_limit
26
+ message: Your answer must be no longer than 2000 characters.
@@ -0,0 +1,21 @@
1
+ name: Service documentation
2
+
3
+ question: Do you provide documentation for your service?
4
+
5
+ depends:
6
+ - 'on': lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ followup:
12
+ documentationFormats:
13
+ - true
14
+ documentationAccessibility:
15
+ - true
16
+
17
+ type: boolean
18
+
19
+ validations:
20
+ - name: answer_required
21
+ message: Select yes if you provide documentation for your service.