Skip to content

Commit

Permalink
Update people.schema.json
Browse files Browse the repository at this point in the history
Adding challenge-area to object properties
  • Loading branch information
rct225 authored and matthewfeickert committed Dec 3, 2024
1 parent cf7daa4 commit 9eaaacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _scripts/people.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 9eaaacd

Please sign in to comment.