Skip to content

Commit

Permalink
institutions schema now working. also groups added banner
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge committed Jul 27, 2019
1 parent 25effa8 commit b70ffbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions regolith/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,11 @@
"type": "list",
"description": "other names for the group",
},
"banner": {
"required": False,
"type": "string",
"description": "name of image file with the group banner",
},
"pi_name": {
"description": "The name of the Principle Investigator",
"required": True,
Expand Down

0 comments on commit b70ffbe

Please sign in to comment.