X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-pypi-schema.yaml;h=20240ed93c1a6ecbb909824fd83461daeadad9c5;hb=126d1b677d0db98d3e2f3356809491e6f99420b0;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..20240ed9 100644 --- a/schema/release-pypi-schema.yaml +++ b/schema/release-pypi-schema.yaml @@ -12,14 +12,19 @@ $schema: "http://json-schema.org/schema#" $id: "https://github.com/lfit/releng-global-jjb/blob/master/release-pypi-schema.yaml" required: - - "distribution_type" - - "project" + - "log_dir" + - "pypi_project" + - "python_version" - "version" properties: - distribution_type: + git_tag: type: "string" - project: + log_dir: + type: "string" + pypi_project: + type: "string" + python_version: type: "string" version: type: "string"