forked from lix-project/hydra
hydra-api: don't restrict input types
Plugins can add their own input types; we don't want to restrict this.
This commit is contained in:
parent
03d5a858a7
commit
14aff5678c
|
@ -688,18 +688,6 @@ components:
|
|||
'type':
|
||||
description: The type of this input
|
||||
type: string
|
||||
enum:
|
||||
- bzr
|
||||
- bzr-checkout
|
||||
- bitbucketpulls
|
||||
- darcs
|
||||
- git
|
||||
- githubpulls
|
||||
- gitlabpulls
|
||||
- hg
|
||||
- path
|
||||
- svn
|
||||
- svn-checkout
|
||||
revision:
|
||||
nullable: true
|
||||
description: A Git/Mercurial commit hash or a Subversion revision number.
|
||||
|
|
Loading…
Reference in a new issue