From 14aff5678c85c1ea767c5dd1bf6523b373c02218 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 29 Apr 2021 17:47:37 -0700 Subject: [PATCH] hydra-api: don't restrict input types Plugins can add their own input types; we don't want to restrict this. --- hydra-api.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hydra-api.yaml b/hydra-api.yaml index 6b67a9fe..a2fb1bc3 100644 --- a/hydra-api.yaml +++ b/hydra-api.yaml @@ -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.