metadata_presenter 0.28.10 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab52764aea2d132a57111ec99a9d7523362e8163a4d78a6254667c47cbb35f2a
4
- data.tar.gz: bc5f21431c95fbd7ca139adb76376879eb712b31b360694ed98cf3941dfcb318
3
+ metadata.gz: 06f8662751252c65dff4a72f865283142b30b36ccae5a50fefecaaeab5752aa4
4
+ data.tar.gz: c89ea64e9efebeefd1e1ce49a4d58e83ef7ebab20b9a48b946e843ba92da8036
5
5
  SHA512:
6
- metadata.gz: ebd89e1970ddaad3e8062c9c5e5815ac3095c3a1b0897645bcb5c307f95dd3a38f39fcf37ee2c405a6e954f8383cc1b339c74af6926b7d47f38094aa153e88dd
7
- data.tar.gz: aaf3a97b00bd56921805985eb06a6dbbc9109281d7d96e6e9a7ae1924c967edaed4d0b8f7a6118a2128189bc4ca3f52648df7b72c634d2462e5c967d262f8fa7
6
+ metadata.gz: 9156b2a878ce0532fb7e01a7219b0687f7215902cdbdaa255222b478c7f5e97b1c6f072844c7d28c5fc83182cdaf43c27730671190dc1242fe22e6761ad46e1a
7
+ data.tar.gz: 92ac3e516f830e754699480aa6ba5c7a346e7dd4f40366d1438b1e93486e04997d5bf791bf6213f6fca634eec7b2e5b7dbaebecb3de9a8c4857bbaf83adc28c7
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2020 Tomas D'Stefano
1
+ Copyright 2020 MoJ Forms
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -15,19 +15,19 @@
15
15
  {
16
16
  "_id": "config.meta--link",
17
17
  "_type": "link",
18
- "href": "/cookies",
18
+ "href": "cookies",
19
19
  "text": "Cookies"
20
20
  },
21
21
  {
22
22
  "_id": "config.meta--link--2",
23
23
  "_type": "link",
24
- "href": "/privacy",
24
+ "href": "privacy",
25
25
  "text": "Privacy"
26
26
  },
27
27
  {
28
28
  "_id": "config.meta--link--3",
29
29
  "_type": "link",
30
- "href": "/accessibility",
30
+ "href": "accessibility",
31
31
  "text": "Accessibility"
32
32
  }
33
33
  ]
@@ -15,19 +15,19 @@
15
15
  {
16
16
  "_id": "config.meta--link",
17
17
  "_type": "link",
18
- "href": "/cookies",
18
+ "href": "cookies",
19
19
  "text": "Cookies"
20
20
  },
21
21
  {
22
22
  "_id": "config.meta--link--2",
23
23
  "_type": "link",
24
- "href": "/privacy",
24
+ "href": "privacy",
25
25
  "text": "Privacy"
26
26
  },
27
27
  {
28
28
  "_id": "config.meta--link--3",
29
29
  "_type": "link",
30
- "href": "/accessibility",
30
+ "href": "accessibility",
31
31
  "text": "Accessibility"
32
32
  }
33
33
  ]
@@ -52,7 +52,7 @@
52
52
  "body": "You'll receive a confirmation email",
53
53
  "heading": "Complaint sent",
54
54
  "lede": "Optional lede",
55
- "url": "/confirmation",
55
+ "url": "confirmation",
56
56
  "components": []
57
57
  }
58
58
  ],
@@ -16,19 +16,19 @@
16
16
  {
17
17
  "_id": "config.meta--link",
18
18
  "_type": "link",
19
- "href": "/cookies",
19
+ "href": "cookies",
20
20
  "text": "Cookies"
21
21
  },
22
22
  {
23
23
  "_id": "config.meta--link--2",
24
24
  "_type": "link",
25
- "href": "/privacy",
25
+ "href": "privacy",
26
26
  "text": "Privacy"
27
27
  },
28
28
  {
29
29
  "_id": "config.meta--link--3",
30
30
  "_type": "link",
31
- "href": "/accessibility",
31
+ "href": "accessibility",
32
32
  "text": "Accessibility"
33
33
  }
34
34
  ]
@@ -65,7 +65,7 @@
65
65
  }
66
66
  ],
67
67
  "heading": "Your name",
68
- "url": "/name"
68
+ "url": "name"
69
69
  },
70
70
  {
71
71
  "_id": "page.email-address",
@@ -96,7 +96,7 @@
96
96
  }
97
97
  }
98
98
  ],
99
- "url": "/email-address"
99
+ "url": "email-address"
100
100
  },
101
101
  {
102
102
  "_id": "page.parent_name",
@@ -113,7 +113,7 @@
113
113
  }
114
114
  ],
115
115
  "heading": "Parent name",
116
- "url": "/parent-name"
116
+ "url": "parent-name"
117
117
  }
118
118
  ],
119
119
  "standalone_pages": [],
@@ -1,51 +1,79 @@
1
1
  {
2
2
  "_id": "service.base",
3
3
  "_type": "service.base",
4
- "service_name": "Service name",
5
- "created_by": "4634ec01-5618-45ec-a4e2-bb5aa587e751",
4
+ "pages": [
5
+ {
6
+ "_id": "page.start",
7
+ "url": "/",
8
+ "body": "Use this service to:\r\n\r\n* do something\r\n* update your name, address or other details\r\n* do something else\r\n\r\nRegistering takes around 5 minutes.",
9
+ "lede": "",
10
+ "_type": "page.start",
11
+ "_uuid": "86ed04ac-1727-4172-8dd2-608009f1a656",
12
+ "steps": [],
13
+ "heading": "Service name goes here",
14
+ "before_you_start": "###Before you start\r\nYou can also register by post.\r\n\r\nThe online service is also available in Welsh (Cymraeg).\r\n\r\nYou cannot register for this service if you’re in the UK illegally."
15
+ }
16
+ ],
17
+ "locale": "en",
18
+ "created_by": "099d5bf5-5f7b-444c-86ee-9e189cc1a369",
19
+ "service_name": "Service Fixture",
6
20
  "configuration": {
7
- "service": {
8
- "_id": "config.service",
9
- "_type": "config.service"
10
- },
11
21
  "meta": {
12
22
  "_id": "config.meta",
13
23
  "_type": "config.meta",
14
24
  "items": [
15
25
  {
16
26
  "_id": "config.meta--link",
17
- "_type": "link",
18
- "href": "/cookies",
19
- "text": "Cookies"
27
+ "href": "cookies",
28
+ "text": "Cookies",
29
+ "_type": "link"
20
30
  },
21
31
  {
22
32
  "_id": "config.meta--link--2",
23
- "_type": "link",
24
- "href": "/privacy",
25
- "text": "Privacy"
33
+ "href": "privacy",
34
+ "text": "Privacy",
35
+ "_type": "link"
26
36
  },
27
37
  {
28
38
  "_id": "config.meta--link--3",
29
- "_type": "link",
30
- "href": "/accessibility",
31
- "text": "Accessibility"
39
+ "href": "accessibility",
40
+ "text": "Accessibility",
41
+ "_type": "link"
32
42
  }
33
43
  ]
44
+ },
45
+ "service": {
46
+ "_id": "config.service",
47
+ "_type": "config.service"
34
48
  }
35
49
  },
36
- "pages": [
50
+ "standalone_pages": [
37
51
  {
38
- "_uuid": "9626b2e9-5ef0-4070-8331-ac55151b22c4",
39
- "_id": "page.start",
40
- "_type": "page.start",
41
- "heading": "Service name goes here",
42
- "lede": "Use this service to:",
43
- "body": "Use this service to:\r\n\r\n* do something\r\n* update your name, address or other details\r\n* do something else\r\n\r\nRegistering takes around 5 minutes.",
44
- "before_you_start": "###Before you start\r\nYou can also register by post.\r\n\r\nThe online service is also available in Welsh (Cymraeg).\r\n\r\nYou cannot register for this service if you’re in the UK illegally.",
45
- "steps": [],
46
- "url": "/"
52
+ "_id": "page.cookies",
53
+ "url": "cookies",
54
+ "body": "This online form puts a small file (known as ‘cookies’) onto your computer to collect information about how you browse the site.\r\n\r\nCookies are used to:\r\n\r\n- remember your progress\r\n- measure how you use the website so it can be updated and improved based on your needs\r\n\r\nThis online form's cookie isn't used to identify you personally.\r\n\r\nYou'll normally see a message on the site before we store a cookie on your computer.\r\n\r\nFind out more about [how to manage cookies](https://www.aboutcookies.org/).\r\n\r\n##How cookies are used on this online form\r\n\r\nWe will store a cookie to remember your progress on this computer and to expire your session after 30 minutes of inactivity or when you close your browser.\r\n\r\n| Name | Purpose | Expires |\r\n|---|---|---|\r\n| _fb_runner_session | Saves your current progress in this computer and tracks inactivity periods | After 30 minutes of inactivity or when you close your browser |",
55
+ "_type": "page.standalone",
56
+ "_uuid": "4cfdb39e-75ef-4f46-a143-e2db99bf0bf3",
57
+ "heading": "Cookies",
58
+ "components": []
59
+ },
60
+ {
61
+ "_id": "page.privacy",
62
+ "url": "privacy",
63
+ "body": "This privacy notice explains what [insert your organisation name] means when we talk about personal data, why we ask for this information about you and what we do with it when you use this form.\r\n\r\nIt also explains how we store your data, how you can get a copy of the information we’ve collected about you and how you can complain if you think we’ve done something wrong.\r\n\r\n###Who manages this service\r\n\r\nThis form is managed by [your organisation].\r\n\r\nThe information you submit will be processed by [insert who will be processing the information and, if it’s a separate organisation, what their relationship is to you].\r\n\r\n[Insert name of organisation that acts as data controller for your form] is the data controller for the personal data collected by this form.\r\n\r\n###When we ask for personal data\r\n\r\nWhenever we ask for information about you, we promise to:\r\n\r\n- always let you know why we need it\r\n- ask for relevant personal information only\r\n- make sure we do not keep it longer than needed\r\n- keep your information safe and make sure nobody can access it unless authorised to do so\r\n- only share your data with other organisations for legitimate purposes\r\n- consider any request you make to correct or delete your personal data\r\n\r\nWe also promise to make it easy for you to:\r\n\r\n- tell us at any time if you want us to stop storing your personal data\r\n- make a complaint to the supervisory authority\r\n\r\n###The personal data we collect\r\n\r\nWe only collect personal data that you directly provide with your application.\r\n\r\nWe only collect the information we need to deliver this service to you. The personal data collected includes:\r\n\r\n- [summarise the types of personal information requested by your form]\r\n\r\nWe [use cookies](http://www.aboutcookies.org.uk/managing-cookies) to collect data that tells us about how the service is used, including:\r\n\r\n- your computer, phone or tablet’s IP address\r\n\r\n- the region or town where you are using your computer, phone or tablet\r\n\r\n- the operating system and web browser you use\r\n\r\nThis information is not used to identify you personally.\r\n\r\n###Why we collect your personal data\r\n\r\nWe collect data to [describe why you are collecting personal information]. The processing of your personal data is necessary for [explain why you require the personal information].\r\n\r\nThe legal basis for collecting and processing your personal data is [enter and explain your legal basis here, for example, that it is necessary to perform a task in the public interest or\nin the exercise of your functions as a government department].\r\n\r\nUse of the online form is voluntary. If you do not provide all the information we ask for, we may not be able to process your [insert the purpose of your form, such as claim, application or request].\r\n\r\nPlease note that transmitting information over the internet is generally not completely secure, and [your organisation] can’t guarantee the security of your data. Any data you transmit is at your own risk. [your organisation, and any other organisations involved in processing the data] have procedures and security features in place to keep your data secure once we receive it.\r\n\r\n###Sharing your personal data\r\n\r\nThe information you provide will be shared with… [name any organisations that you might share the data with and provide an explanation of why the information may be shared and what it will be used for]\r\n\r\nWe may also use your contact information to ask for feedback on using the service, but only when you have given your consent for us to do so. [delete this paragraph if not applicable]\r\n\r\nWe’ll never share your information with other organisations for marketing, market research or commercial purposes.\r\n\r\n###Keeping your personal data\r\n\r\nTo protect your personal information, any data you enter as you progress through the online form is held temporarily and securely until you submit your application, after which your application cannot be viewed or modified further online.\r\n\r\n[your organisation, and any other organisations involved in processing the data] will keep your data for [specify how long you will keep the information for and why].\r\n\r\nAll deleted data will be destroyed securely and confidentially.\r\n\r\n###How we use your personal data\r\n\r\nYour online submission will be sent from the online form to [your organisation or whichever other organisation will receive the information for processing] via encrypted email. The system does not retain a copy of your information.\r\n\r\n[select one of the following 3 paragraphs which most closely fits your circumstances and delete the other 2]\r\n\r\nYour personal data is not used in any automated decision making (a decision made solely by automated means without any human involvement) or profiling (automated processing of personal data to evaluate certain conditions about an individual).\r\n\r\nAutomated decision making (a decision made solely by automated means without any human involvement) is used for the purpose of [insert why ADM is used] and is carried out [include when in the process this is carried out]. The personal data used for this purpose includes [insert personal data types].\r\n\r\nProfiling (automated processing of personal data to evaluate certain conditions about an individual) is carried out for the purpose of [insert reason why profiling exists]. The personal data used for this purpose includes [insert personal data types].\r\n\r\n###How we store your personal data\r\n\r\n[your organisation or whichever other organisation will receive the information for processing] take data security very seriously and take every step to ensure that your data remains private and secure. All data collected by this service is stored in a secure database [kept entirely within the UK/kept outside of the UK but within the European Economic Area (EEA). - delete as appropriate]\r\n\r\nIt may sometimes be necessary to transfer personal information overseas, outside of the UK and the European Economic Area (EEA). When this is needed information may be transferred to [insert names of countries]. Any transfers made will be in full compliance with all aspects of the data protection law. [delete this paragraph if not applicable or contact your data protection team for guidance on required safeguards] \r\n\r\nYour application will only be accessible to [your organisation, and any other organisations involved in processing the data] staff who require access to process applications.\r\n\r\n###Your rights\r\n\r\nYou have a number of rights, depending on the reason for processing your information. These include:\r\n\r\n- the right to request a copy of your personal data and information about how your personal data is processed (this is known as a subject access request)\r\n- the right to have inaccuracies in your personal data corrected\r\n- the right to fill in any gaps in your personal data, including by means of a supplementary statement\r\n- the right to ask for the processing of your personal data to be restricted\r\n- the right to ask for your personal data to be deleted if there is no longer a justification for it\r\n- the right to object to automated decision making, including profiling, that has a legal or significant effect on you as an individual\r\n\r\nIf you want to see the personal data that we hold on you, you can make a subject access request. Send your request by post to:\r\n\r\nDisclosure Team \r\nPost point 10.25 \r\n102 Petty France \r\nLondon \r\nSW1H 9AJ\r\n\r\nor email: data.access@justice.gov.uk\r\n\r\nFor all other rights, please write to us at:\r\n\r\n[insert your postal and email addresses]\r\n\r\n###Getting more information\r\n\r\nYou can get more details on:\r\n\r\n- agreements we have with other organisations for sharing information\r\n- when we can pass on personal information without telling you, for example, to help with the prevention or detection of crime or to produce anonymised statistics\r\n- instructions we give to staff on how to collect, use or delete your personal information\r\n- how we check that the information we have is accurate and up-to-date\r\n- how to make a complaint\r\n\r\nFor more information, please contact the [your organisation] data protection officer at:\r\n\r\n[insert the postal and email addresses of your data protection officer - for the MoJ, this is:\r\n\r\nThe Data Protection Officer \r\nMinistry of Justice \r\n10 South Colonnade\nCanary Wharf \r\nLondon \r\nE14 4PU\r\n\r\nEmail: DPO@justice.gov.uk]\r\n\r\n###Making a complaint\r\n\r\nWhen we ask you for information, we will keep to the law. If you think that your information has not been handled correctly, you can contact the [Information Commissioner](https://ico.org.uk/) for independent advice about data protection on the address below:\r\n\r\nInformation Commissioner's Office \r\nWycliffe House \r\nWater Lane \r\nWilmslow \r\nCheshire \r\nSK9 5AF\r\n\r\nTelephone: 0303 123 1113",
64
+ "_type": "page.standalone",
65
+ "_uuid": "9fe1f0ba-de2a-4dc5-b36e-0afc5562a6f4",
66
+ "heading": "Privacy notice",
67
+ "components": []
68
+ },
69
+ {
70
+ "_id": "page.accessibility",
71
+ "url": "accessibility",
72
+ "body": "This accessibility statement applies to [describe your form here - for example, the general enquiries form for the CICA]. There is a separate [accessibility statement for the main GOV.UK website](https://www.gov.uk/help/accessibility-statement).\r\n\r\n###Using this online form\r\n\r\nThis form was built using MoJ Forms, a tool developed by the Ministry of Justice, and uses components from the [GOV.UK Design System](https://design-system.service.gov.uk/).\r\n\r\n[insert your organisation here] is responsible for the content of this online form. The Ministry of Justice is responsible for its technical aspects.\r\n\r\nWe want as many people as possible to be able to use this online form. For example, that means you should be able to:\r\n\r\n- change colours, contrast levels and fonts\r\n- zoom in up to 300% without the text spilling off the screen\r\n- navigate the form using just a keyboard\r\n- navigate the form using speech recognition software\r\n- listen to the form using a screen reader (including recent versions of JAWS, NVDA and VoiceOver)\r\n\r\nWe’ve also made the text as simple as possible to understand.\r\n\r\n[AbilityNet](https://mcmw.abilitynet.org.uk/) has advice on making your device easier to use if you have a disability.\r\n\r\n###How accessible this form is\r\n\r\nWe know some parts of this form are not fully accessible:\r\n\r\n- pages have no skip links\r\n- the language attribute of the page has not been set in the HTML\r\n- some pages may contain empty headings\r\n- some content may be cut off or appear truncated when zooming in\r\n\r\n###Feedback and contact information\r\n\r\nIf you need information on this website in a different format:\r\n\r\n[insert your contact details for user requests here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\n###Enforcement procedure\r\n\r\nThe Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the ‘accessibility regulations’). If you’re not happy with how we respond to your complaint, contact the [Equality Advisory and Support Service (EASS)](https://www.equalityadvisoryservice.com/).\r\n\r\n###Technical information about this online form’s accessibility\r\n\r\nWe are committed to making our online forms and services accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.\r\n\r\n####Compliance status\r\n\r\nThis online form is partially compliant with the [Web Content Accessibility Guidelines version 2.1 AA standard](https://www.w3.org/TR/WCAG21/), due to the non-compliances listed below.\r\n\r\n###Non-accessible content\r\n\r\nThe content listed below is non-accessible for the following reasons.\r\n\r\n####Non compliance with the accessibility regulations\r\n\r\n1. Pages have no skip links. This issue may affect screen reader and keyboard users who use skip links to bypass repeated content such as headers and navigation menus to skip directly to the main page content.\r\n2. The language attribute of the page has not been set in the HTML. This may cause confusion to screen reader users who may not be able to identify the primary language of the page in their journey.\r\n3. Some pages may contain empty headings, including on the check answers page. As a result, screen reader users may have difficulty navigating these pages.\n4. Some content may be cut off or appear truncated when zooming in. This issue may affect low-vision users navigating the form who use reflow settings to view web pages.\r\n\r\nWe plan to fix these issues by July 2021.\r\n\r\n###Preparation of this accessibility statement\r\n\r\nThis statement was prepared on [date when it was first published]. It was last reviewed on [date when it was last reviewed].\r\n\r\nThis form was last tested on [date when you performed your basic accessibility check].\r\n\r\nIn order to test the compliance of all forms built using the MoJ Forms tool, the Ministry of Justice commissioned The Digital Accessibility Centre (DAC) to carry out a WCAG 2.1 AA level audit of a sample form. This included extensive testing by users with a wide range of disabilities. The audit was performed on 8 April 2021.\r\n\r\nIn addition, this form was tested by [insert team or organisation here]. It was tested using the [WAVE Web Accessibility Evaluation Tool](https://wave.webaim.org/) following guidance from the Ministry of Justice and Government Digital Service (GDS).\r\n\r\n###What we’re doing to improve accessibility\r\n\r\nWe will monitor the accessibility of this website on an ongoing basis and fix any accessibility issues reported to us.",
73
+ "_type": "page.standalone",
74
+ "_uuid": "31c4e4f7-2790-41ad-935a-50f7061fb1f1",
75
+ "heading": "Accessibility statement",
76
+ "components": []
47
77
  }
48
- ],
49
- "standalone_pages": [],
50
- "locale": "en"
78
+ ]
51
79
  }
@@ -1,86 +1,73 @@
1
1
  {
2
2
  "_id": "service.base",
3
3
  "_type": "service.base",
4
- "service_id": "d243f5c0-e8a2-4b13-982c-7b5f3fa128cf",
5
- "service_name": "Service name",
6
- "created_by": "4634ec01-5618-45ec-a4e2-bb5aa587e751",
7
- "configuration": {
8
- "service": {
9
- "_id": "config.service",
10
- "_type": "config.service"
11
- },
12
- "meta": {
13
- "_id": "config.meta",
14
- "_type": "config.meta",
15
- "items": [
16
- {
17
- "_id": "config.meta--link",
18
- "_type": "link",
19
- "href": "/cookies",
20
- "text": "Cookies"
21
- },
22
- {
23
- "_id": "config.meta--link--2",
24
- "_type": "link",
25
- "href": "/privacy",
26
- "text": "Privacy"
27
- },
28
- {
29
- "_id": "config.meta--link--3",
30
- "_type": "link",
31
- "href": "/accessibility",
32
- "text": "Accessibility"
33
- }
34
- ]
35
- }
36
- },
37
4
  "pages": [
38
5
  {
39
- "_uuid": "fa391697-ae82-4416-adc3-3433e54ce535",
40
6
  "_id": "page.start",
41
- "_type": "page.start",
42
- "heading": "Service name goes here",
43
- "lede": "This is your start page first paragraph. You can only have one paragraph here.",
7
+ "url": "/",
44
8
  "body": "Use this service to:\r\n\r\n* do something\r\n* update your name, address or other details\r\n* do something else\r\n\r\nRegistering takes around 5 minutes.",
45
- "before_you_start": "###Before you start\r\nYou can also register by post.\r\n\r\nThe online service is also available in Welsh (Cymraeg).\r\n\r\nYou cannot register for this service if you’re in the UK illegally.",
9
+ "lede": "",
10
+ "_type": "page.start",
11
+ "_uuid": "cf6dc32f-502c-4215-8c27-1151a45735bb",
46
12
  "steps": [
47
13
  "page.name",
48
14
  "page.email-address",
49
- "page.parent_name",
15
+ "page.parent-name",
16
+ "page.your-age",
17
+ "page.family-hobbies",
18
+ "page.do-you-like-star-wars",
19
+ "page.holiday",
20
+ "page.burgers",
21
+ "page.star-wars-knowledge",
22
+ "page.how-many-lights",
50
23
  "page.check-answers",
51
- "page._confirmation"
24
+ "page.confirmation"
52
25
  ],
53
- "url": "/"
26
+ "heading": "Service name goes here",
27
+ "before_you_start": "###Before you start\r\nYou can also register by post.\r\n\r\nThe online service is also available in Welsh (Cymraeg).\r\n\r\nYou cannot register for this service if you’re in the UK illegally."
54
28
  },
55
29
  {
56
- "_uuid": "847c4a0c-1c5f-4391-8847-42c8d82f1d0b",
57
30
  "_id": "page.name",
31
+ "url": "name",
32
+ "body": "Body section",
33
+ "lede": "",
58
34
  "_type": "page.singlequestion",
35
+ "_uuid": "9e1ba77f-f1e5-42f4-b090-437aa9af7f73",
36
+ "heading": "Question",
59
37
  "components": [
60
38
  {
61
39
  "_id": "name_text_1",
40
+ "hint": "",
41
+ "name": "name_text_1",
62
42
  "_type": "text",
43
+ "_uuid": "27d377a2-6828-44ca-87d1-b83ddac98284",
63
44
  "label": "Full name",
64
- "name": "name_text_1",
45
+ "errors": {},
46
+ "collection": "components",
65
47
  "validation": {
66
48
  "required": true,
67
49
  "max_length": 10,
68
50
  "min_length": 2
69
51
  }
70
52
  }
71
- ],
72
- "heading": "Your name",
73
- "url": "/name"
53
+ ]
74
54
  },
75
55
  {
76
- "_uuid": "ccf49acb-ad33-4fd3-8a7e-f0594b86cc96",
77
56
  "_id": "page.email-address",
57
+ "url": "email-address",
58
+ "body": "Body section",
59
+ "lede": "",
78
60
  "_type": "page.singlequestion",
79
- "heading": "Email address",
61
+ "_uuid": "df1ba645-f748-46d0-ad75-f34112653e37",
62
+ "heading": "Question",
80
63
  "components": [
81
64
  {
82
- "_id": "email-address_email_1",
65
+ "_id": "email-address_text_1",
66
+ "hint": "",
67
+ "name": "email-address_text_1",
83
68
  "_type": "text",
69
+ "_uuid": "f27e5788-e784-4bfd-8b21-2fab8ce95abb",
70
+ "label": "Email address",
84
71
  "errors": {
85
72
  "format": {},
86
73
  "required": {
@@ -93,51 +80,59 @@
93
80
  "any": "%{control} is too short."
94
81
  }
95
82
  },
96
- "label": "Your email address",
97
- "name": "email-address_email_1",
83
+ "collection": "components",
98
84
  "validation": {
99
85
  "required": true,
100
86
  "max_length": 30,
101
87
  "min_length": 2
102
88
  }
103
89
  }
104
- ],
105
- "url": "/email-address"
90
+ ]
106
91
  },
107
92
  {
108
- "_uuid": "7b748584-100e-4d81-a54a-5049190136cc",
109
- "_id": "page.parent_name",
93
+ "_id": "page.parent-name",
94
+ "url": "parent-name",
95
+ "body": "Body section",
96
+ "lede": "",
110
97
  "_type": "page.singlequestion",
98
+ "_uuid": "4b8c6bf3-878a-4446-9198-48351b3e2185",
99
+ "heading": "Question",
111
100
  "components": [
112
101
  {
113
102
  "_id": "parent-name_text_1",
103
+ "hint": "",
104
+ "name": "parent-name_text_1",
114
105
  "_type": "text",
106
+ "_uuid": "5ad372fa-ed35-477f-b471-4d444f991210",
115
107
  "label": "Parent name",
116
- "name": "parent-name_text_1",
108
+ "errors": {},
109
+ "collection": "components",
117
110
  "validation": {
118
111
  "required": false,
119
112
  "max_length": 10,
120
113
  "min_length": 2
121
114
  }
122
115
  }
123
- ],
124
- "heading": "Parent name",
125
- "url": "/parent-name"
116
+ ]
126
117
  },
127
118
  {
128
- "_id": "page.your_age",
119
+ "_id": "page.your-age",
129
120
  "url": "your-age",
130
- "_type":"page.singlequestion",
131
- "_uuid":"59d1326c-32e6-45e9-b57a-bcc8e2fb6b2c",
132
- "heading":"Your age",
121
+ "body": "Body section",
122
+ "lede": "",
123
+ "_type": "page.singlequestion",
124
+ "_uuid": "54ccc6cd-60c0-4749-947b-a97af1bc0aa2",
125
+ "heading": "Question",
133
126
  "components": [
134
127
  {
135
128
  "_id": "your-age_number_1",
136
- "hint": "Component hint",
129
+ "hint": "",
137
130
  "name": "your-age_number_1",
138
131
  "_type": "number",
132
+ "_uuid": "b3014ef8-546a-4a35-9669-c5c1667e86d7",
139
133
  "label": "Your age",
140
134
  "errors": {},
135
+ "collection": "components",
141
136
  "validation": {
142
137
  "number": true,
143
138
  "required": true
@@ -147,75 +142,105 @@
147
142
  ]
148
143
  },
149
144
  {
150
- "_uuid": "7b748584-100e-4d81-a54a-5049190136cc",
151
- "_id": "page.family_hobbies",
145
+ "_id": "page.family-hobbies",
146
+ "url": "family-hobbies",
147
+ "body": "Body section",
148
+ "lede": "",
152
149
  "_type": "page.singlequestion",
150
+ "_uuid": "b8335af2-6642-4e2f-8192-0dd12279eec7",
151
+ "heading": "Question",
153
152
  "components": [
154
153
  {
155
- "_id": "family-hobbies_text_1",
156
- "_type": "textarea",
157
- "label": "Your family hobbies",
158
- "name": "family-hobbies_text_1",
154
+ "_id": "family-hobbies_textarea_1",
155
+ "hint": "",
156
+ "name": "family-hobbies_textarea_1",
159
157
  "rows": 5,
158
+ "_type": "textarea",
159
+ "_uuid": "9bf39533-dbd2-45ed-b2b8-9b29bf5fe9e8",
160
+ "label": "Family Hobbies",
161
+ "errors": {},
162
+ "collection": "components",
160
163
  "validation": {
161
164
  "required": true
162
165
  }
163
166
  }
164
- ],
165
- "heading": "Family Hobbies",
166
- "url": "/family-hobbies"
167
+ ]
167
168
  },
168
169
  {
169
- "_uuid": "4251b25e-08de-4dcb-8f2f-dd9848dcdca6",
170
170
  "_id": "page.do-you-like-star-wars",
171
+ "url": "do-you-like-star-wars",
172
+ "body": "Body section",
173
+ "lede": "",
171
174
  "_type": "page.singlequestion",
175
+ "_uuid": "68fbb180-9a2a-48f6-9da6-545e28b8d35a",
176
+ "heading": "Question",
172
177
  "components": [
173
178
  {
174
179
  "_id": "do-you-like-star-wars_radios_1",
180
+ "hint": "",
181
+ "name": "do-you-like-star-wars_radios_1",
175
182
  "_type": "radios",
176
- "errors": {},
177
- "hint": "Component hint",
178
- "legend": "Do you like Star Wars?",
183
+ "_uuid": "ac41be35-914e-4b22-8683-f5477716b7d4",
179
184
  "items": [
180
185
  {
181
186
  "_id": "do-you-like-star-wars_radios_1_item_1",
187
+ "hint": "",
188
+ "name": "do-you-like-star-wars_radios_1",
182
189
  "_type": "radio",
190
+ "_uuid": "ac41be35-914e-4b22-8683-f5477716b7d4",
183
191
  "label": "Only on weekends",
184
- "hint": "Optional item hint",
185
- "value": "only-on-weekends"
192
+ "value": "value-1",
193
+ "errors": {},
194
+ "legend": "Question",
195
+ "collection": "components",
196
+ "validation": {
197
+ "required": true
198
+ }
186
199
  },
187
200
  {
188
201
  "_id": "do-you-like-star-wars_radios_1_item_2",
202
+ "hint": "",
203
+ "name": "do-you-like-star-wars_radios_1",
189
204
  "_type": "radio",
205
+ "_uuid": "ac41be35-914e-4b22-8683-f5477716b7d4",
190
206
  "label": "Hell no!",
191
- "hint": "Optional item hint",
192
- "value": "hell-no"
207
+ "value": "value-2",
208
+ "errors": {},
209
+ "legend": "Question",
210
+ "collection": "components",
211
+ "validation": {
212
+ "required": true
213
+ }
193
214
  }
194
215
  ],
195
- "name": "do-you-like-star-wars_radios_1",
216
+ "errors": {},
217
+ "legend": "Do you like Star Wars?",
218
+ "collection": "components",
196
219
  "validation": {
197
220
  "required": true
198
221
  }
199
222
  }
200
- ],
201
- "heading": "Radio buttons",
202
- "url": "/do-you-like-star-wars"
223
+ ]
203
224
  },
204
225
  {
205
226
  "_id": "page.holiday",
206
227
  "url": "holiday",
207
- "_type":"page.singlequestion",
208
- "_uuid":"ff4557b2-486b-481e-9eef-f315718639e8",
209
- "heading":"Question",
228
+ "body": "Body section",
229
+ "lede": "",
230
+ "_type": "page.singlequestion",
231
+ "_uuid": "7806cd64-0c05-450e-ba6f-2325c8b22d46",
232
+ "heading": "Question",
210
233
  "components": [
211
234
  {
212
235
  "_id": "holiday_date_1",
213
- "hint": "Component hint",
236
+ "hint": "",
214
237
  "name": "holiday_date_1",
215
238
  "_type": "date",
216
- "legend": "What is the day that you like to take holidays?",
239
+ "_uuid": "f16b7e7b-fbfa-4e41-a413-ee7eaf6063a6",
217
240
  "errors": {},
241
+ "legend": "What is the day that you like to take holidays?",
218
242
  "date_type": "day-month-year",
243
+ "collection": "components",
219
244
  "validation": {
220
245
  "date": true,
221
246
  "required": true
@@ -224,187 +249,294 @@
224
249
  ]
225
250
  },
226
251
  {
227
- "_uuid": "7b748584-100e-4d81-a54a-5049190136cc",
228
252
  "_id": "page.burgers",
253
+ "url": "burgers",
254
+ "body": "Body section",
255
+ "lede": "",
229
256
  "_type": "page.singlequestion",
257
+ "_uuid": "0c022e95-0748-4dda-8ba5-12fd1d2f596b",
258
+ "heading": "Question",
230
259
  "components": [
231
260
  {
232
261
  "_id": "burgers_checkboxes_1",
262
+ "hint": "",
263
+ "name": "burgers_checkboxes_1",
233
264
  "_type": "checkboxes",
234
- "errors": {},
235
- "hint": "Select all that apply",
236
- "legend": "What would you like on your burger?",
265
+ "_uuid": "4c409737-80bb-48c7-afa7-6e9360b65004",
237
266
  "items": [
238
267
  {
239
268
  "_id": "burgers_checkboxes_1_item_1",
269
+ "hint": "",
270
+ "name": "burgers_checkboxes_1",
240
271
  "_type": "checkbox",
272
+ "_uuid": "4c409737-80bb-48c7-afa7-6e9360b65004",
241
273
  "label": "Beef, cheese, tomato",
242
- "hint": "Optional item hint",
243
- "value": "beef-cheese-tomato"
274
+ "value": "value-1",
275
+ "errors": {},
276
+ "legend": "Question",
277
+ "collection": "components",
278
+ "validation": {
279
+ "required": true
280
+ }
244
281
  },
245
282
  {
246
283
  "_id": "burgers_checkboxes_1_item_2",
284
+ "hint": "",
285
+ "name": "burgers_checkboxes_1",
247
286
  "_type": "checkbox",
287
+ "_uuid": "4c409737-80bb-48c7-afa7-6e9360b65004",
248
288
  "label": "Chicken, cheese, tomato",
249
- "hint": "Optional item hint",
250
- "value": "chicken-cheese-tomato"
289
+ "value": "value-2",
290
+ "errors": {},
291
+ "legend": "Question",
292
+ "collection": "components",
293
+ "validation": {
294
+ "required": true
295
+ }
251
296
  },
252
297
  {
253
298
  "_id": "burgers_checkboxes_1_item_3",
299
+ "hint": "",
300
+ "name": "burgers_checkboxes_1",
254
301
  "_type": "checkbox",
302
+ "_uuid": "4c409737-80bb-48c7-afa7-6e9360b65004",
255
303
  "label": "Mozzarella, cheddar, feta",
256
- "hint": "Optional item hint",
257
- "value": "mozzarella-cheddar-feta"
304
+ "value": "value-3",
305
+ "errors": {},
306
+ "legend": "Question",
307
+ "collection": "components",
308
+ "validation": {
309
+ "required": true
310
+ }
258
311
  }
259
312
  ],
260
- "name": "burgers_checkboxes_1",
313
+ "errors": {},
314
+ "legend": "What would you like on your burger?",
315
+ "collection": "components",
261
316
  "validation": {
262
317
  "required": true
263
318
  }
264
319
  }
265
- ],
266
- "heading": "Checkboxes",
267
- "url": "/burgers"
320
+ ]
268
321
  },
269
322
  {
270
- "_uuid": "9403b67a-19b5-4422-a91d-0774537e4c96",
271
323
  "_id": "page.star-wars-knowledge",
324
+ "url": "star-wars-knowledge",
272
325
  "_type": "page.multiplequestions",
326
+ "_uuid": "e8708909-922e-4eaf-87a5-096f7a713fcb",
327
+ "heading": "How well do you know Star Wars?",
273
328
  "components": [
274
329
  {
275
330
  "_id": "star-wars-knowledge_text_1",
331
+ "hint": "",
332
+ "name": "star-wars-knowledge_text_1",
276
333
  "_type": "text",
334
+ "_uuid": "fda1e5a1-ed5f-49c9-a943-dc930a520984",
277
335
  "label": "What was the name of the band playing in Jabba's palace?",
278
- "name": "star-wars-knowledge_text_1",
336
+ "errors": {},
337
+ "collection": "components",
279
338
  "validation": {
280
339
  "required": true
281
340
  }
282
341
  },
342
+ {
343
+ "_id": "star-wars-knowledge_content_1",
344
+ "name": "star-wars-knowledge_content_1",
345
+ "_type": "content",
346
+ "_uuid": "82444d3d-dab6-44c4-a147-e2650326c9eb",
347
+ "content": "Stay on target",
348
+ "collection": "components"
349
+ },
283
350
  {
284
351
  "_id": "star-wars-knowledge_radios_1",
352
+ "hint": "",
353
+ "name": "star-wars-knowledge_radios_1",
285
354
  "_type": "radios",
286
- "errors": {},
287
- "hint": "Component hint",
288
- "legend": "What is The Mandalorian's real name?",
355
+ "_uuid": "51efe2ca-fc47-4584-8129-e91589a46b9e",
289
356
  "items": [
290
357
  {
291
- "_id": "star-wars-knowledge_radio_1",
358
+ "_id": "star-wars-knowledge_radios_1_item_1",
359
+ "hint": "",
360
+ "name": "star-wars-knowledge_radios_1",
292
361
  "_type": "radio",
362
+ "_uuid": "51efe2ca-fc47-4584-8129-e91589a46b9e",
293
363
  "label": "Harry Potter",
294
- "hint": "Optional item hint",
295
- "value": "harry-potter"
364
+ "value": "value-1",
365
+ "errors": {},
366
+ "legend": "Question",
367
+ "collection": "components",
368
+ "validation": {
369
+ "required": true
370
+ }
296
371
  },
297
372
  {
298
- "_id": "star-wars-knowledge_radio_2",
373
+ "_id": "star-wars-knowledge_radios_1_item_2",
374
+ "hint": "",
375
+ "name": "star-wars-knowledge_radios_1",
299
376
  "_type": "radio",
377
+ "_uuid": "51efe2ca-fc47-4584-8129-e91589a46b9e",
300
378
  "label": "Din Jarrin",
301
- "hint": "Optional item hint",
302
- "value": "din-jarrin"
379
+ "value": "value-2",
380
+ "errors": {},
381
+ "legend": "Question",
382
+ "collection": "components",
383
+ "validation": {
384
+ "required": true
385
+ }
303
386
  },
304
387
  {
305
- "_id": "star-wars-knowledge_radio_3",
388
+ "_id": "star-wars-knowledge_radios_1_item_3",
389
+ "hint": "",
390
+ "name": "star-wars-knowledge_radios_1",
306
391
  "_type": "radio",
392
+ "_uuid": "51efe2ca-fc47-4584-8129-e91589a46b9e",
307
393
  "label": "Tony Stark",
308
- "hint": "Optional item hint",
309
- "value": "tony-stark"
394
+ "value": "value-3",
395
+ "errors": {},
396
+ "legend": "Question",
397
+ "collection": "components",
398
+ "validation": {
399
+ "required": true
400
+ }
310
401
  }
311
402
  ],
312
- "name": "star-wars-knowledge_radios_1",
403
+ "errors": {},
404
+ "legend": "What is The Mandalorian's real name?",
405
+ "collection": "components",
313
406
  "validation": {
314
407
  "required": true
315
408
  }
316
409
  }
317
410
  ],
318
- "heading": "How well do you know Star Wars?",
319
- "section_heading": "That's no moon",
320
- "url": "/star-wars-knowledge"
411
+ "add_component": "radios",
412
+ "section_heading": "That's no moon"
321
413
  },
322
414
  {
323
- "_uuid": "1ed3e4ad-5098-41c9-b4b6-426e89f7804e",
324
415
  "_id": "page.how-many-lights",
416
+ "url": "how-many-lights",
417
+ "body": "here are four lights!",
418
+ "lede": "",
325
419
  "_type": "page.content",
326
- "section_heading": "Chain of Command",
420
+ "_uuid": "80420693-d6f2-4fce-a860-777ca774a6f5",
327
421
  "heading": "Tell me how many lights you see",
328
- "body": "There are four lights!",
329
422
  "components": [
330
423
  {
331
424
  "_id": "how-many-lights_content_1",
425
+ "name": "how-many-lights_content_1",
332
426
  "_type": "content",
333
- "content": "What lights?"
427
+ "_uuid": "e3a47cb3-407b-4d7a-950e-da2526ce77ab",
428
+ "content": "What lights?",
429
+ "collection": "components"
334
430
  }
335
431
  ],
336
- "url": "how-many-lights"
432
+ "add_component": "content",
433
+ "section_heading": "Chain of Command"
337
434
  },
338
435
  {
339
- "_uuid": "e819d0c2-7062-4997-89cf-44d26d098404",
340
- "_id": "page._check-answers",
436
+ "_id": "page.check-answers",
437
+ "url": "check-answers",
341
438
  "_type": "page.checkanswers",
342
- "heading": "Review your answer",
343
- "send_body": "By submitting this answer you confirm all your answers",
344
- "send_heading": "Send your answer",
345
- "url": "/check-answers",
439
+ "_uuid": "e337070b-f636-49a3-a65c-f506675265f0",
440
+ "heading": "Check your answers",
441
+ "send_body": "By submitting this application you confirm that, to the best of your knowledge, the details you are providing are correct.",
346
442
  "components": [
347
443
  {
348
- "_uuid": "256291c2-8ffa-4bda-8282-88e0724ccd10",
349
- "_id": "check-answers_content_1",
444
+ "_id": "check-answers_content_2",
445
+ "name": "check-answers_content_2",
350
446
  "_type": "content",
351
- "content": "Check yourself before you wreck yourself."
447
+ "_uuid": "b065ff4f-90c5-4ba2-b4ac-c984a9dd2470",
448
+ "content": "Take the cannoli.",
449
+ "collection": "components"
352
450
  }
353
451
  ],
452
+ "send_heading": "Now send your application",
453
+ "add_component": "content",
354
454
  "extra_components": [
355
455
  {
356
- "_uuid": "09961c6a-29f8-4d4f-a6d2-af00cff15536",
357
456
  "_id": "check-answers_content_1",
457
+ "name": "check-answers_content_1",
358
458
  "_type": "content",
359
- "content": "Take the cannoli."
459
+ "_uuid": "3e6ef27e-91a6-402f-8291-b7ce669e824e",
460
+ "content": "Check yourself before you wreck yourself.",
461
+ "collection": "extra_components"
360
462
  }
361
- ]
463
+ ],
464
+ "add_extra_component": "content"
362
465
  },
363
466
  {
364
- "_uuid": "b238a22f-c180-48d0-a7d9-8aad2036f1f2",
365
- "_id": "page._confirmation",
467
+ "_id": "page.confirmation",
468
+ "url": "confirmation",
469
+ "body": "Some day I will be the most powerful Jedi ever!",
470
+ "lede": "",
366
471
  "_type": "page.confirmation",
367
- "body": "You'll receive a confirmation email",
472
+ "_uuid": "778e364b-9a7f-4829-8eb2-510e08f156a3",
368
473
  "heading": "Complaint sent",
369
- "lede": "Optional lede",
370
- "url": "/confirmation",
371
- "components": [
474
+ "components": []
475
+ }
476
+ ],
477
+ "locale": "en",
478
+ "created_at": "2021-04-21T13:10:19Z",
479
+ "created_by": "099d5bf5-5f7b-444c-86ee-9e189cc1a369",
480
+ "service_id": "488edccd-8411-4ffb-a38b-6a96c6ac28d6",
481
+ "version_id": "27dc30c9-f7b8-4dec-973a-bd153f6797df",
482
+ "service_name": "Version Fixture",
483
+ "configuration": {
484
+ "meta": {
485
+ "_id": "config.meta",
486
+ "_type": "config.meta",
487
+ "items": [
372
488
  {
373
- "_id": "confirmation_content_1",
374
- "_type": "content",
375
- "content": "Some day I will be the most powerful Jedi ever!"
489
+ "_id": "config.meta--link",
490
+ "href": "cookies",
491
+ "text": "Cookies",
492
+ "_type": "link"
493
+ },
494
+ {
495
+ "_id": "config.meta--link--2",
496
+ "href": "privacy",
497
+ "text": "Privacy",
498
+ "_type": "link"
499
+ },
500
+ {
501
+ "_id": "config.meta--link--3",
502
+ "href": "accessibility",
503
+ "text": "Accessibility",
504
+ "_type": "link"
376
505
  }
377
506
  ]
507
+ },
508
+ "service": {
509
+ "_id": "config.service",
510
+ "_type": "config.service"
378
511
  }
379
- ],
512
+ },
380
513
  "standalone_pages": [
381
514
  {
382
- "_uuid": "8239d280-4cb2-4cf8-b5d7-713f148a82f7",
383
515
  "_id": "page.cookies",
516
+ "url": "cookies",
517
+ "body": "This online form puts a small file (known as ‘cookies’) onto your computer to collect information about how you browse the site.\r\n\r\nCookies are used to:\r\n\r\n- remember your progress\r\n- measure how you use the website so it can be updated and improved based on your needs\r\n\r\nThis online form's cookie isn't used to identify you personally.\r\n\r\nYou'll normally see a message on the site before we store a cookie on your computer.\r\n\r\nFind out more about [how to manage cookies](https://www.aboutcookies.org/).\r\n\r\n##How cookies are used on this online form\r\n\r\nWe will store a cookie to remember your progress on this computer and to expire your session after 30 minutes of inactivity or when you close your browser.\r\n\r\n- name: _fb_runner_session\r\n- purpose: saves your current progress in this computer and tracks inactivity periods\r\n- expires: after 30 minutes of inactivity or when you close your browser",
384
518
  "_type": "page.standalone",
519
+ "_uuid": "fd52e7c0-03f7-4001-ae7e-f2e4142b0ccc",
385
520
  "heading": "Cookies",
386
- "body": "This online form puts a small file (known as ‘cookies’) onto your computer to collect information about how you browse the site.\r\n\r\nCookies are used to:\r\n\r\n- remember your progress\r\n- measure how you use the website so it can be updated and improved based on your needs\r\n\r\nThis online form's cookie isn't used to identify you personally.\r\n\r\nYou'll normally see a message on the site before we store a cookie on your computer.\r\n\r\nFind out more about [how to manage cookies](https://www.aboutcookies.org/).\r\n\r\n##How cookies are used on this online form\r\n\r\nWe will store a cookie to remember your progress on this computer and to expire your session after 30 minutes of inactivity or when you close your browser.\r\n\r\n| Name | Purpose | Expires |\r\n|---|---|---|\r\n| _fb_runner_session | Saves your current progress in this computer and tracks inactivity periods | After 30 minutes of inactivity or when you close your browser |",
387
- "components": [],
388
- "url": "cookies"
521
+ "components": []
389
522
  },
390
523
  {
391
- "_uuid": "67c91f95-805e-4731-969e-648c7d3d172f",
392
- "_id": "page.accessibility",
524
+ "_id": "page.privacy",
525
+ "url": "privacy",
526
+ "body": "This privacy notice explains what [insert your organisation name] means when we talk about personal data, why we ask for this information about you and what we do with it when you use this form.\r\n\r\nIt also explains how we store your data, how you can get a copy of the information we’ve collected about you and how you can complain if you think we’ve done something wrong.\r\n\r\n###Who manages this service\r\n\r\nThis form is managed by [your organisation].\r\n\r\nThe information you submit will be processed by [insert who will be processing the information and, if it’s a separate organisation, what their relationship is to you].\r\n\r\n[Insert name of organisation that acts as data controller for your form] is the data controller for the personal data collected by this form.\r\n\r\n###When we ask for personal data\r\n\r\nWhenever we ask for information about you, we promise to:\r\n\r\n- always let you know why we need it\r\n- ask for relevant personal information only\r\n- make sure we do not keep it longer than needed\r\n- keep your information safe and make sure nobody can access it unless authorised to do so\r\n- only share your data with other organisations for legitimate purposes\r\n- consider any request you make to correct or delete your personal data\r\n\r\nWe also promise to make it easy for you to:\r\n\r\n- tell us at any time if you want us to stop storing your personal data\r\n- make a complaint to the supervisory authority\r\n\r\n###The personal data we collect\r\n\r\nWe only collect personal data that you directly provide with your application.\r\n\r\nWe only collect the information we need to deliver this service to you. The personal data collected includes:\r\n\r\n- [summarise the types of personal information requested by your form]\r\n\r\nWe [use cookies](http://www.aboutcookies.org.uk/managing-cookies) to collect data that tells us about how the service is used, including:\r\n\r\n- your computer, phone or tablet’s IP address\r\n\r\n- the region or town where you are using your computer, phone or tablet\r\n\r\n- the operating system and web browser you use\r\n\r\nThis information is not used to identify you personally.\r\n\r\n###Why we collect your personal data\r\n\r\nWe collect data to [describe why you are collecting personal information]. The processing of your personal data is necessary for [explain why you require the personal information].\r\n\r\nThe legal basis for collecting and processing your personal data is [enter and explain your legal basis here, for example, that it is necessary to perform a task in the public interest or\nin the exercise of your functions as a government department].\r\n\r\nUse of the online form is voluntary. If you do not provide all the information we ask for, we may not be able to process your [insert the purpose of your form, such as claim, application or request].\r\n\r\nPlease note that transmitting information over the internet is generally not completely secure, and [your organisation] can’t guarantee the security of your data. Any data you transmit is at your own risk. [your organisation, and any other organisations involved in processing the data] have procedures and security features in place to keep your data secure once we receive it.\r\n\r\n###Sharing your personal data\r\n\r\nThe information you provide will be shared with… [name any organisations that you might share the data with and provide an explanation of why the information may be shared and what it will be used for]\r\n\r\nWe may also use your contact information to ask for feedback on using the service, but only when you have given your consent for us to do so. [delete this paragraph if not applicable]\r\n\r\nWe’ll never share your information with other organisations for marketing, market research or commercial purposes.\r\n\r\n###Keeping your personal data\r\n\r\nTo protect your personal information, any data you enter as you progress through the online form is held temporarily and securely until you submit your application, after which your application cannot be viewed or modified further online.\r\n\r\n[your organisation, and any other organisations involved in processing the data] will keep your data for [specify how long you will keep the information for and why].\r\n\r\nAll deleted data will be destroyed securely and confidentially.\r\n\r\n###How we use your personal data\r\n\r\nYour online submission will be sent from the online form to [your organisation or whichever other organisation will receive the information for processing] via encrypted email. The system does not retain a copy of your information.\r\n\r\n[select one of the following 3 paragraphs which most closely fits your circumstances and delete the other 2]\r\n\r\nYour personal data is not used in any automated decision making (a decision made solely by automated means without any human involvement) or profiling (automated processing of personal data to evaluate certain conditions about an individual).\r\n\r\nAutomated decision making (a decision made solely by automated means without any human involvement) is used for the purpose of [insert why ADM is used] and is carried out [include when in the process this is carried out]. The personal data used for this purpose includes [insert personal data types].\r\n\r\nProfiling (automated processing of personal data to evaluate certain conditions about an individual) is carried out for the purpose of [insert reason why profiling exists]. The personal data used for this purpose includes [insert personal data types].\r\n\r\n###How we store your personal data\r\n\r\n[your organisation or whichever other organisation will receive the information for processing] take data security very seriously and take every step to ensure that your data remains private and secure. All data collected by this service is stored in a secure database [kept entirely within the UK/kept outside of the UK but within the European Economic Area (EEA). - delete as appropriate]\r\n\r\nIt may sometimes be necessary to transfer personal information overseas, outside of the UK and the European Economic Area (EEA). When this is needed information may be transferred to [insert names of countries]. Any transfers made will be in full compliance with all aspects of the data protection law. [delete this paragraph if not applicable or contact your data protection team for guidance on required safeguards] \r\n\r\nYour application will only be accessible to [your organisation, and any other organisations involved in processing the data] staff who require access to process applications.\r\n\r\n###Your rights\r\n\r\nYou have a number of rights, depending on the reason for processing your information. These include:\r\n\r\n- the right to request a copy of your personal data and information about how your personal data is processed (this is known as a subject access request)\r\n- the right to have inaccuracies in your personal data corrected\r\n- the right to fill in any gaps in your personal data, including by means of a supplementary statement\r\n- the right to ask for the processing of your personal data to be restricted\r\n- the right to ask for your personal data to be deleted if there is no longer a justification for it\r\n- the right to object to automated decision making, including profiling, that has a legal or significant effect on you as an individual\r\n\r\nIf you want to see the personal data that we hold on you, you can make a subject access request. Send your request by post to:\r\n\r\nDisclosure Team \r\nPost point 10.25 \r\n102 Petty France \r\nLondon \r\nSW1H 9AJ\r\n\r\nor email: data.access@justice.gov.uk\r\n\r\nFor all other rights, please write to us at:\r\n\r\n[insert your postal and email addresses]\r\n\r\n###Getting more information\r\n\r\nYou can get more details on:\r\n\r\n- agreements we have with other organisations for sharing information\r\n- when we can pass on personal information without telling you, for example, to help with the prevention or detection of crime or to produce anonymised statistics\r\n- instructions we give to staff on how to collect, use or delete your personal information\r\n- how we check that the information we have is accurate and up-to-date\r\n- how to make a complaint\r\n\r\nFor more information, please contact the [your organisation] data protection officer at:\r\n\r\n[insert the postal and email addresses of your data protection officer - for the MoJ, this is:\r\n\r\nThe Data Protection Officer \r\nMinistry of Justice \r\n10 South Colonnade\nCanary Wharf \r\nLondon \r\nE14 4PU\r\n\r\nEmail: DPO@justice.gov.uk]\r\n\r\n###Making a complaint\r\n\r\nWhen we ask you for information, we will keep to the law. If you think that your information has not been handled correctly, you can contact the [Information Commissioner](https://ico.org.uk/) for independent advice about data protection on the address below:\r\n\r\nInformation Commissioner's Office \r\nWycliffe House \r\nWater Lane \r\nWilmslow \r\nCheshire \r\nSK9 5AF\r\n\r\nTelephone: 0303 123 1113",
393
527
  "_type": "page.standalone",
394
- "heading": "Accessibility Statement",
395
- "body": "This accessibility statement applies to [describe your form here - for example, the general enquiries form for the CICA]. There is a separate [accessibility statement for the main GOV.UK website](https://www.gov.uk/help/accessibility-statement).\r\n\r\n###Using this online form\r\n\r\nThis form was built using a tool developed by the Ministry of Justice and uses components from the [GOV.UK Design System](https://design-system.service.gov.uk/).\r\n\r\n[insert your organisation here] is responsible for the content of this online form. The Ministry of Justice is responsible for its technical aspects.\r\n\r\nWe want as many people as possible to be able to use this online form. For example, that means you should be able to:\r\n\r\n- change colours, contrast levels and fonts\r\n- zoom in up to 300% without the text spilling off the screen\r\n- navigate the form using just a keyboard\r\n- navigate the form using speech recognition software\r\n- listen to the form using a screen reader (including recent versions of JAWS, NVDA and VoiceOver)\r\n\r\nWe’ve also made the text as simple as possible to understand.\r\n\r\n[AbilityNet](https://mcmw.abilitynet.org.uk/) has advice on making your device easier to use if you have a disability.\r\n\r\n###What to do if you can’t access part of this form\r\n\r\nIf you need information on this website in a different format:\r\n\r\n[insert your contact details for user requests here - add other channels, such as text phones or Relay UK, as required]\r\n\r\nEmail: [your email address]\r\nTelephone: [your telephone number]\r\n[Hours - e.g. Monday to Friday, 9am to 5pm]\r\n[Find out about call charges](https://www.gov.uk/call-charges)\r\n\r\nWe'll consider your request and get back to you in [add your SLA - e.g. a week or 5 working days].\r\n\r\n###Reporting accessibility problems\r\n\r\nWe’re always looking to improve the accessibility of this online form.\r\n\r\nIf you find any problems that aren’t listed on this page or think we’re not meeting accessibility requirements:\r\n\r\n[insert your contact details for user feedback here - add other channels, such as text phones or Relay UK, as required]\r\n\r\nEmail: [your email address]\nTelephone: [your telephone number]\n[Hours - e.g. Monday to Friday, 9am to 5pm]\n[Find out about call charges](https://www.gov.uk/call-charges)\r\n\r\n###Enforcement procedure\r\n\r\nThe Equality and Human Rights Commission (EHRC) is responsible for enforcing the accessibility regulations. If you’re not happy with how we respond to your complaint, contact the [Equality Advisory and Support Service (EASS)](https://www.equalityadvisoryservice.com/).\r\n\r\n###Technical information about this online form’s accessibility\r\n\r\nWe are committed to making our online forms and services accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.\r\n\r\nThis online form is fully compliant with the [Web Content Accessibility Guidelines version 2.1 AA standard](https://www.w3.org/TR/WCAG21/).\r\n\r\n###How we tested this online form\r\n\r\nThis online form was last tested in February 2021. The test was carried out by the Ministry of Justice. It was tested using the [WAVE Web Accessibility Evaluation Tool](https://wave.webaim.org/) following guidance from the Government Digital Service (GDS). We tested all the form’s pages.\r\n\r\n###What we’re doing to improve accessibility\r\n\r\nWe will monitor the accessibility of this website on an ongoing basis and fix any accessibility issues reported to us.\r\n\r\nThis statement was prepared on [insert current date].",
396
- "components": [],
397
- "url": "accessibility"
528
+ "_uuid": "4b86fe8c-7723-4cce-9378-7b2510279e04",
529
+ "heading": "Privacy notice",
530
+ "components": []
398
531
  },
399
532
  {
400
- "_uuid": "d658f790-0ceb-4507-b8ac-ae30ece6bc8d",
401
- "_id": "page.privacy",
533
+ "_id": "page.accessibility",
534
+ "url": "accessibility",
535
+ "body": "This accessibility statement applies to [describe your form here - for example, the general enquiries form for the CICA]. There is a separate [accessibility statement for the main GOV.UK website](https://www.gov.uk/help/accessibility-statement).\r\n\r\n###Using this online form\r\n\r\nThis form was built using MoJ Forms, a tool developed by the Ministry of Justice, and uses components from the [GOV.UK Design System](https://design-system.service.gov.uk/).\r\n\r\n[insert your organisation here] is responsible for the content of this online form. The Ministry of Justice is responsible for its technical aspects.\r\n\r\nWe want as many people as possible to be able to use this online form. For example, that means you should be able to:\r\n\r\n- change colours, contrast levels and fonts\r\n- zoom in up to 300% without the text spilling off the screen\r\n- navigate the form using just a keyboard\r\n- navigate the form using speech recognition software\r\n- listen to the form using a screen reader (including recent versions of JAWS, NVDA and VoiceOver)\r\n\r\nWe’ve also made the text as simple as possible to understand.\r\n\r\n[AbilityNet](https://mcmw.abilitynet.org.uk/) has advice on making your device easier to use if you have a disability.\r\n\r\n###How accessible this form is\r\n\r\nWe know some parts of this form are not fully accessible:\r\n\r\n- pages have no skip links\r\n- the language attribute of the page has not been set in the HTML\r\n- some pages may contain empty headings\r\n- some content may be cut off or appear truncated when zooming in\r\n\r\n###Feedback and contact information\r\n\r\nIf you need information on this website in a different format:\r\n\r\n[insert your contact details for user requests here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\n###Enforcement procedure\r\n\r\nThe Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the ‘accessibility regulations’). If you’re not happy with how we respond to your complaint, contact the [Equality Advisory and Support Service (EASS)](https://www.equalityadvisoryservice.com/).\r\n\r\n###Technical information about this online form’s accessibility\r\n\r\nWe are committed to making our online forms and services accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.\r\n\r\n####Compliance status\r\n\r\nThis online form is partially compliant with the [Web Content Accessibility Guidelines version 2.1 AA standard](https://www.w3.org/TR/WCAG21/), due to the non-compliances listed below.\r\n\r\n###Non-accessible content\r\n\r\nThe content listed below is non-accessible for the following reasons.\r\n\r\n####Non compliance with the accessibility regulations\r\n\r\n1. Pages have no skip links. This issue may affect screen reader and keyboard users who use skip links to bypass repeated content such as headers and navigation menus to skip directly to the main page content.\r\n2. The language attribute of the page has not been set in the HTML. This may cause confusion to screen reader users who may not be able to identify the primary language of the page in their journey.\r\n3. Some pages may contain empty headings, including on the check answers page. As a result, screen reader users may have difficulty navigating these pages.\n4. Some content may be cut off or appear truncated when zooming in. This issue may affect low-vision users navigating the form who use reflow settings to view web pages.\r\n\r\nWe plan to fix these issues by July 2021.\r\n\r\n###Preparation of this accessibility statement\r\n\r\nThis statement was prepared on [date when it was first published]. It was last reviewed on [date when it was last reviewed].\r\n\r\nThis form was last tested on [date when you performed your basic accessibility check].\r\n\r\nIn order to test the compliance of all forms built using the MoJ Forms tool, the Ministry of Justice commissioned The Digital Accessibility Centre (DAC) to carry out a WCAG 2.1 AA level audit of a sample form. This included extensive testing by users with a wide range of disabilities. The audit was performed on 8 April 2021.\r\n\r\nIn addition, this form was tested by [insert team or organisation here]. It was tested using the [WAVE Web Accessibility Evaluation Tool](https://wave.webaim.org/) following guidance from the Ministry of Justice and Government Digital Service (GDS).\r\n\r\n###What we’re doing to improve accessibility\r\n\r\nWe will monitor the accessibility of this website on an ongoing basis and fix any accessibility issues reported to us.",
402
536
  "_type": "page.standalone",
403
- "heading": "Privacy notice",
404
- "body": "This privacy notice explains what [insert your organisation name] means when we talk about personal data, why we ask for this information about you and what we do with it when you use this form.\r\n\r\nIt also explains how we store your data, how you can get a copy of the information we’ve collected about you and how you can complain if you think we’ve done something wrong.\r\n\r\n###Who manages this service\r\n\r\nThis form is managed by [your organisation].\r\n\r\nThe information you submit will be processed by [insert who will be processing the information and, if it’s a separate organisation, what their relationship is to you].\r\n\r\n[Insert name of organisation that acts as data controller for your form] is the data controller for the personal data collected by this form.\r\n\r\n###When we ask for personal data\r\n\r\nWhenever we ask for information about you, we promise to:\r\n\r\n- always let you know why we need it\r\n- ask for relevant personal information only\r\n- make sure we do not keep it longer than needed\r\n- keep your information safe and make sure nobody can access it unless authorised to do so\r\n- only share your data with other organisations for legitimate purposes\r\n- consider any request you make to correct or delete your personal data\r\n\r\nWe also promise to make it easy for you to:\r\n\r\n- tell us at any time if you want us to stop storing your personal data\r\n- make a complaint to the supervisory authority\r\n\r\n###The personal data we collect\r\n\r\nWe only collect personal data that you directly provide with your application.\r\n\r\nWe only collect the information we need to deliver this service to you. The personal data collected includes:\r\n\r\n- [summarise the types of personal information requested by your form]\r\n\r\nWe [use cookies](http://www.aboutcookies.org.uk/managing-cookies) to collect data that tells us about how the service is used, including:\r\n\r\n- your computer, phone or tablet’s IP address\r\n\r\n- the region or town where you are using your computer, phone or tablet\r\n\r\n- the operating system and web browser you use\r\n\r\nThis information is not used to identify you personally.\r\n\r\n###Why we collect your personal data\r\n\r\nWe collect data to [describe why you are collecting personal information]. The processing of your personal data is necessary for [explain why you require the personal information].\r\n\r\nThe legal basis for collecting and processing your personal data is [enter and explain your legal basis here, for example, that it is necessary to perform a task in the public interest or\nin the exercise of your functions as a government department].\r\n\r\nUse of the online form is voluntary. If you do not provide all the information we ask for, we may not be able to process your [insert the purpose of your form, such as claim, application or request].\r\n\r\nPlease note that transmitting information over the internet is generally not completely secure, and [your organisation] can’t guarantee the security of your data. Any data you transmit is at your own risk. [your organisation, and any other organisations involved in processing the data] have procedures and security features in place to keep your data secure once we receive it.\r\n\r\n###Sharing your personal data\r\n\r\nThe information you provide will be shared with… [name any organisations that you might share the data with and provide an explanation of why the information may be shared and what it will be used for]\r\n\r\nWe may also use your contact information to ask for feedback on using the service, but only when you have given your consent for us to do so. [delete this paragraph if not applicable]\r\n\r\nWe’ll never share your information with other organisations for marketing, market research or commercial purposes.\r\n\r\n###Keeping your personal data\r\n\r\nTo protect your personal information, any data you enter as you progress through the online form is held temporarily and securely until you submit your application, after which your application cannot be viewed or modified further online.\r\n\r\n[your organisation, and any other organisations involved in processing the data] will keep your data for [specify how long you will keep the information for and why].\r\n\r\nAll deleted data will be destroyed securely and confidentially.\r\n\r\n###How we use your personal data\r\n\r\nYour online submission will be sent from the online form to [your organisation or whichever other organisation will receive the information for processing] via encrypted email. The system does not retain a copy of your information.\r\n\r\n[select one of the following 3 paragraphs which most closely fits your circumstances and delete the other 2]\r\n\r\nYour personal data is not used in any automated decision making (a decision made solely by automated means without any human involvement) or profiling (automated processing of personal data to evaluate certain conditions about an individual).\r\n\r\nAutomated decision making (a decision made solely by automated means without any human involvement) is used for the purpose of [insert why ADM is used] and is carried out [include when in the process this is carried out]. The personal data used for this purpose includes [insert personal data types].\r\n\r\nProfiling (automated processing of personal data to evaluate certain conditions about an individual) is carried out for the purpose of [insert reason why profiling exists]. The personal data used for this purpose includes [insert personal data types].\r\n\r\n###How we store your personal data\r\n\r\n[your organisation or whichever other organisation will receive the information for processing] take data security very seriously and take every step to ensure that your data remains private and secure. All data collected by this service is stored in a secure database [kept entirely within the UK/kept outside of the UK but within the European Economic Area (EEA). - delete as appropriate]\r\n\r\nIt may sometimes be necessary to transfer personal information overseas, outside of the UK and the European Economic Area (EEA). When this is needed information may be transferred to [insert names of countries]. Any transfers made will be in full compliance with all aspects of the data protection law. [delete this paragraph if not applicable or contact your data protection team for guidance on required safeguards] \r\n\r\nYour application will only be accessible to [your organisation, and any other organisations involved in processing the data] staff who require access to process applications.\r\n\r\n###Your rights\r\n\r\nYou have a number of rights, depending on the reason for processing your information. These include:\r\n\r\n- the right to request a copy of your personal data and information about how your personal data is processed (this is known as a subject access request)\r\n- the right to have inaccuracies in your personal data corrected\r\n- the right to fill in any gaps in your personal data, including by means of a supplementary statement\r\n- the right to ask for the processing of your personal data to be restricted\r\n- the right to ask for your personal data to be deleted if there is no longer a justification for it\r\n- the right to object to automated decision making, including profiling, that has a legal or significant effect on you as an individual\r\n\r\nIf you want to see the personal data that we hold on you, you can make a subject access request. Send your request by post to:\r\n\r\nDisclosure Team \r\nPost point 10.25 \r\n102 Petty France \r\nLondon \r\nSW1H 9AJ\r\n\r\nor email: data.access@justice.gov.uk\r\n\r\nFor all other rights, please write to us at:\r\n\r\n[insert your postal and email addresses]\r\n\r\n###Getting more information\r\n\r\nYou can get more details on:\r\n\r\n- agreements we have with other organisations for sharing information\r\n- when we can pass on personal information without telling you, for example, to help with the prevention or detection of crime or to produce anonymised statistics\r\n- instructions we give to staff on how to collect, use or delete your personal information\r\n- how we check that the information we have is accurate and up-to-date\r\n- how to make a complaint\r\n\r\nFor more information, please contact the [your organisation] data protection officer at:\r\n\r\n[insert the postal and email addresses of your data protection officer - for the MoJ, this is:\r\n\r\nThe Data Protection Officer \r\nMinistry of Justice \r\n10 South Colonnade\nCanary Wharf \r\nLondon \r\nE14 4PU\r\n\r\nEmail: DPO@justice.gov.uk]\r\n\r\n###Making a complaint\r\n\r\nWhen we ask you for information, we will keep to the law. If you think that your information has not been handled correctly, you can contact the [Information Commissioner](https://ico.org.uk/) for independent advice about data protection on the address below:\r\n\r\nInformation Commissioner's Office \r\nWycliffe House \r\nWater Lane \r\nWilmslow \r\nCheshire \r\nSK9 5AF\r\n\r\nTelephone: 0303 123 1113",
405
- "components": [],
406
- "url": "privacy"
537
+ "_uuid": "c439c7fd-f411-4e11-8598-4023934bac93",
538
+ "heading": "Accessibility statement",
539
+ "components": []
407
540
  }
408
- ],
409
- "locale": "en"
541
+ ]
410
542
  }
@@ -1,3 +1,3 @@
1
1
  module MetadataPresenter
2
- VERSION = '0.28.10'.freeze
2
+ VERSION = '1.0.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metadata_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.10
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MoJ Online
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-19 00:00:00.000000000 Z
11
+ date: 2021-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_design_system_formbuilder