From 709029a0dfccbba286d5e15186b0ddcaef144397 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sat, 27 Apr 2024 20:11:50 -0400 Subject: [PATCH] adding summary to project schema --- regolith/exemplars.json | 1 + regolith/schemas.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/regolith/exemplars.json b/regolith/exemplars.json index 28f6f5eab..b0b82489a 100644 --- a/regolith/exemplars.json +++ b/regolith/exemplars.json @@ -1819,6 +1819,7 @@ "Low barrier to entry, rapid payback to adoption" ], "repo": "https://github.com/cyclus/cyclus/", + "summary": "In summary, a cool project", "team": [ { "begin_month": "June", diff --git a/regolith/schemas.json b/regolith/schemas.json index ef63940b0..b84a75988 100644 --- a/regolith/schemas.json +++ b/regolith/schemas.json @@ -2327,6 +2327,11 @@ "required": false, "type": "string" }, + "summary": { + "description": "The summary of the project", + "required": false, + "type": "string" + }, "team": { "description": "People who are/have been working on this project.", "required": true,