X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-pypi-schema.yaml;h=7edc4942aa29e408a7c1ca14f4b2f8b4a2c88f3e;hb=d6e0198a565eff38a881d8b7c9f629764d7c2c24;hp=e56eed691d18182f8a2b103f860fbfe3a5e0559d;hpb=200c13dbad2552db1ba9cfc185b0dc40db863930;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"