Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / schema / release-schema.yaml
index f7a00d8..cf027ef 100644 (file)
@@ -9,17 +9,24 @@
 ##############################################################################
 ---
 $schema: "http://json-schema.org/schema#"
-$id: "https://github.com/lfit/releng-global-jjb/blob/master/release-schema"
+$id: "https://github.com/lfit/releng-global-jjb/blob/master/release-schema.yaml"
 
 required:
+  - "distribution_type"
   - "log_dir"
   - "project"
   - "version"
 
 properties:
+  distribution_type:
+    type: "string"
+  git_tag:
+    type: "string"
   log_dir:
     type: "string"
   project:
     type: "string"
+  tag_release:
+    type: "boolean"
   version:
     type: "string"