Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / schema / release-packagecloud-schema.yaml
1 # SPDX-License-Identifier: EPL-1.0
2 ##############################################################################
3 # Copyright (c) 2019 The Linux Foundation and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Eclipse Public License v1.0
7 # which accompanies this distribution, and is available at
8 # http://www.eclipse.org/legal/epl-v10.html
9 ##############################################################################
10 ---
11 $schema: "http://json-schema.org/schema#"
12 $id: "https://github.com/lfit/releng-global-jjb/blob/master/release-packagecloud-schema"
13
14 required:
15   - "package_name"
16   - "packages"
17   - "ref"
18   - "log_dir"
19   - "version"
20
21 properties:
22   package_name:
23     type: "string"
24   packages:
25     type: "array"
26     properties:
27       name:
28         type: "string"
29   git_tag:
30     type: "string"
31   ref:
32     type: "string"
33   log_dir:
34     type: "string"
35   tag_release:
36     type: "boolean"
37   version:
38     type: "string"