X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-pypi-schema.yaml;h=734198cbeacdb21dce9158f94abeb7feaa4a2954;hb=6ea3312668c61c69eb2390a6d05a2dd61f3119d7;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..734198cb 100644 --- a/schema/release-pypi-schema.yaml +++ b/schema/release-pypi-schema.yaml @@ -12,14 +12,17 @@ $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: + log_dir: type: "string" - project: + pypi_project: + type: "string" + python_version: type: "string" version: type: "string"