osbs: Remove format requirement for registry

Pungi does not really care if it's an object, list or string. Anything
should be allowed.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2019-02-20 09:42:16 +01:00
parent f33973ee65
commit 8c82cfc1c7

View File

@ -497,7 +497,6 @@ def make_schema():
},
"gpgkey": {"type": "string"},
"git_branch": {"type": "string"},
"registry": {"type": "object"},
},
"required": ["url", "target", "git_branch"]
},