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:
parent
f33973ee65
commit
8c82cfc1c7
@ -497,7 +497,6 @@ def make_schema():
|
|||||||
},
|
},
|
||||||
"gpgkey": {"type": "string"},
|
"gpgkey": {"type": "string"},
|
||||||
"git_branch": {"type": "string"},
|
"git_branch": {"type": "string"},
|
||||||
"registry": {"type": "object"},
|
|
||||||
},
|
},
|
||||||
"required": ["url", "target", "git_branch"]
|
"required": ["url", "target", "git_branch"]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user