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:
Cole Helbling 2021-04-29 17:47:37 -07:00
parent 03d5a858a7
commit 14aff5678c
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -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.