mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Improve app.yml spec
This commit is contained in:
parent
26aab65052
commit
895e3ac842
|
@ -48,8 +48,11 @@ properties:
|
|||
items:
|
||||
type: string
|
||||
repo:
|
||||
description: The development repository for your app
|
||||
description: "The development repository (or repositories) for your app, kif you have multiple, in the format human readable name: repo url"
|
||||
type: [string, object]
|
||||
patternProperties:
|
||||
"^.*$":
|
||||
type: string
|
||||
support:
|
||||
description: A link to the app support wiki/chat/...
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue
Block a user