Merge pull request #932 from cole-h/project

Add homepage to Projects schema
This commit is contained in:
Graham Christensen
2021-04-26 18:57:02 -04:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@ -533,6 +533,9 @@ components:
description:
description: description of the project
type: string
homepage:
description: homepage of the project
type: string
hidden:
description: when set to true the project is not displayed in the web interface
type: boolean