X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-schema.yaml;h=3c0b9664f3ff816ca9e7ec1f8e406fb791b38c47;hb=fc27f9a809ef374ee61e3bbc88130362ffd35ccb;hp=f7a00d851f3b7d44c642c7036184987ef700cc0c;hpb=69cd0eafa798267b44000ac10b529682a1d84e7a;p=releng%2Fglobal-jjb.git diff --git a/schema/release-schema.yaml b/schema/release-schema.yaml index f7a00d85..3c0b9664 100644 --- a/schema/release-schema.yaml +++ b/schema/release-schema.yaml @@ -9,14 +9,17 @@ ############################################################################## --- $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: