From 6aee350ae723f6fa5d21059a46d38906785ba786 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Mon, 11 Mar 2024 15:49:43 +0100 Subject: [PATCH] update description --- schema/schema.json | 2 +- types/enums/FileTypes.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/schema/schema.json b/schema/schema.json index 498bd19f..8d4ff5cf 100644 --- a/schema/schema.json +++ b/schema/schema.json @@ -1748,7 +1748,7 @@ "additionalProperties": false, "properties": { "description": { - "const": "Access roads rights of way details", + "const": "Details of impact on access, roads, and rights of way", "type": "string" }, "value": { diff --git a/types/enums/FileTypes.ts b/types/enums/FileTypes.ts index 8bd256f7..e8799764 100644 --- a/types/enums/FileTypes.ts +++ b/types/enums/FileTypes.ts @@ -2,7 +2,8 @@ * Values of `file.type` */ export const FileTypes = { - accessRoadsRightsOfWayDetails: 'Access roads rights of way details', + accessRoadsRightsOfWayDetails: + 'Details of impact on access, roads, and rights of way', affordableHousingStatement: 'Affordable housing statement', arboriculturistReport: 'Arboriculturist report', bankStatement: 'Bank statement',