From fbcfc3709b87e2d7a7914983c5e8ef8e06adeeb3 Mon Sep 17 00:00:00 2001 From: Duncan Dewhurst Date: Fri, 24 Nov 2023 13:35:26 +1300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com> --- schema/project-level/project-schema.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/schema/project-level/project-schema.json b/schema/project-level/project-schema.json index 5e33469a..5ba4dfc3 100644 --- a/schema/project-level/project-schema.json +++ b/schema/project-level/project-schema.json @@ -1312,13 +1312,12 @@ "title": "Details", "properties": { "classifications": { - "title": "Organization classifications", - "description": "The classifications that categorize the organization", + "title": "Classifications", + "description": "The classifications that categorize the organization.", "type": "array", "items": { "$ref": "#/definitions/Classification" }, - "wholeListMerge": true, "uniqueItems": true, "minItems": 1 }