X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-pypi-schema.yaml;h=7edc4942aa29e408a7c1ca14f4b2f8b4a2c88f3e;hb=924a493c00b6ed1da04ce8c31f130c3fe45ac753;hp=e56eed691d18182f8a2b103f860fbfe3a5e0559d;hpb=3dd1773c0ec86b6f24f5e31df7ea0d8650c3c092;p=releng%2Fglobal-jjb.git diff --git a/schema/release-pypi-schema.yaml b/schema/release-pypi-schema.yaml index e56eed69..7edc4942 100644 --- a/schema/release-pypi-schema.yaml +++ b/schema/release-pypi-schema.yaml @@ -13,13 +13,19 @@ $id: "https://github.com/lfit/releng-global-jjb/blob/master/release-pypi-schema. required: - "distribution_type" - - "project" + - "log_dir" + - "pypi_project" + - "python_version" - "version" properties: distribution_type: type: "string" - project: + log_dir: + type: "string" + pypi_project: + type: "string" + python_version: type: "string" version: type: "string"