X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-schema.yaml;h=3c0b9664f3ff816ca9e7ec1f8e406fb791b38c47;hb=e823b65850383cef52df972e38c6e53648ed86b3;hp=adac150b338e545cccee402007483b2d08416f30;hpb=977584d15011d128a65b9193523cc23133bf9068;p=releng%2Fglobal-jjb.git diff --git a/schema/release-schema.yaml b/schema/release-schema.yaml index adac150b..3c0b9664 100644 --- a/schema/release-schema.yaml +++ b/schema/release-schema.yaml @@ -8,18 +8,21 @@ # 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" log_dir: - type: 'string' + type: "string" project: - type: 'string' + type: "string" version: - type: 'string' + type: "string"