From 9da2576eae7da1450c47524e001033682791c712 Mon Sep 17 00:00:00 2001 From: Kathryn Irish <137891030+kathryn-ods@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:49:40 +0000 Subject: [PATCH] Update components.json correcting name definition from 'An name...' to 'A name' --- schema/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/components.json b/schema/components.json index 4710aec3..c80d75ed 100644 --- a/schema/components.json +++ b/schema/components.json @@ -196,7 +196,7 @@ }, "Name": { "title": "Name", - "description": "An name by which this individual is known. Names should be provided in `fullName`, and may optionally be broken down in the `familyName`, `givenName` and `patronymicName` fields, based on the EC ISA Core Person Vocabulary (https://joinup.ec.europa.eu/solution/e-government-core-vocabularies) definitions.", + "description": "A name by which this individual is known. Names should be provided in `fullName`, and may optionally be broken down in the `familyName`, `givenName` and `patronymicName` fields, based on the EC ISA Core Person Vocabulary (https://joinup.ec.europa.eu/solution/e-government-core-vocabularies) definitions.", "type": "object", "properties": { "type": {