Fix formatting to prettier style
[releng/global-jjb.git] / schema / release-schema.yaml
index adac150..f7a00d8 100644 (file)
@@ -8,18 +8,18 @@
 # 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"
 
 required:
-  - 'log_dir'
-  - 'project'
-  - 'version'
+  - "log_dir"
+  - "project"
+  - "version"
 
 properties:
   log_dir:
-    type: 'string'
+    type: "string"
   project:
-    type: 'string'
+    type: "string"
   version:
-    type: 'string'
+    type: "string"