Add homepage to Projects schema

This commit is contained in:
Cole Helbling 2021-04-26 15:44:20 -07:00
parent 36da978489
commit c757867b9e
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C
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

View file

@ -251,6 +251,7 @@ my %hint = (
"name",
"displayname",
"description",
"homepage",
"enabled",
"hidden",
"owner"