X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-schema.yaml;h=cf027efa4ede177b296c67dad18faa15947a49bf;hb=refs%2Ftags%2Fv0.89.5;hp=f7a00d851f3b7d44c642c7036184987ef700cc0c;hpb=227dc247632240097740bf3cfece2829bfd3cf14;p=releng%2Fglobal-jjb.git diff --git a/schema/release-schema.yaml b/schema/release-schema.yaml index f7a00d85..cf027efa 100644 --- a/schema/release-schema.yaml +++ b/schema/release-schema.yaml @@ -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"