Fix missing extension in ID for release-schema.yaml.
Make "distribution_type" mandatory in future
release files.
Change-Id: I813f6b863fabfafcc9560df753c380675e8cc09e
Co-Authored-By: Aric Gardner <agardner@linuxfoundation.org>
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
--- /dev/null
+---
+fixes:
+ - |
+ Fix missing extension in ID for release-schema.yaml.
+ - |
+ Make "distribution_type" mandatory in future release files.
##############################################################################
---
$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"
log_dir:
type: "string"
project: