Skip to content

Commit 38358c4

Browse files
committed
Remove language field from submission schema
We are not updating the JSON schema for submissions. So the changes we made to this test fixture are no longer valid. We'll update the schema here and the one in the product pages properly when we have a process for doing so.
1 parent f1a5922 commit 38358c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/fixtures/json_submission_schema_v1.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
"type": "string",
1717
"format": "date-time"
1818
},
19-
"language": {
20-
"enum": ["en", "cy"],
21-
"description": "The language the form was submitted. If there is a Welsh version of the form then this will be 'cy', otherwise 'en'."
22-
},
2319
"answers": {
2420
"description": "An array containing all the answers provided.",
2521
"type": "array",

0 commit comments

Comments
 (0)