Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / schema / release-schema.yaml
index adac150..cf027ef 100644 (file)
@@ -8,18 +8,25 @@
 # http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
 ---
-$schema: 'http://json-schema.org/schema#'
-$id: 'https://github.com/lfit/releng-global-jjb/blob/master/release-schema'
+$schema: "http://json-schema.org/schema#"
+$id: "https://github.com/lfit/releng-global-jjb/blob/master/release-schema.yaml"
 
 required:
-  - 'log_dir'
-  - 'project'
-  - 'version'
+  - "distribution_type"
+  - "log_dir"
+  - "project"
+  - "version"
 
 properties:
+  distribution_type:
+    type: "string"
+  git_tag:
+    type: "string"
   log_dir:
-    type: 'string'
+    type: "string"
   project:
-    type: 'string'
+    type: "string"
+  tag_release:
+    type: "boolean"
   version:
-    type: 'string'
+    type: "string"