Fix OS_CLOUD export for image validation
[releng/global-jjb.git] / schema / release-pypi-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-pypi-schema.yaml"
13
14 required:
15   - "distribution_type"
16   - "log_dir"
17   - "pypi_project"
18   - "python_version"
19   - "version"
20
21 properties:
22   distribution_type:
23     type: "string"
24   log_dir:
25     type: "string"
26   pypi_project:
27     type: "string"
28   python_version:
29     type: "string"
30   version:
31     type: "string"