From 9eaaacd045cce8bb718dbd13aef3438cfd697761 Mon Sep 17 00:00:00 2001 From: Rob Tuck Date: Tue, 3 Dec 2024 17:25:43 -0500 Subject: [PATCH] Update people.schema.json Adding challenge-area to object properties --- _scripts/people.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_scripts/people.schema.json b/_scripts/people.schema.json index 9694f2105..cac066c5f 100644 --- a/_scripts/people.schema.json +++ b/_scripts/people.schema.json @@ -11,6 +11,7 @@ "type": "array", "items": { "$ref": "#/definitions/focus_area" } }, + "challenge-area": { "$ref": "#/definitions/challenge_area" }, "inspire-id": { "type": "string" }, "institution": { "type": "string" }, "name": { "type": "string" },