Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / schema / release-pypi-schema.yaml
index e56eed6..ab720fe 100644 (file)
@@ -12,14 +12,21 @@ $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"
+  tag_release:
+    type: "boolean"
   version:
     type: "string"