X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-pypi-schema.yaml;fp=schema%2Frelease-pypi-schema.yaml;h=e56eed691d18182f8a2b103f860fbfe3a5e0559d;hb=2ded6bf745aeb45cd14f9d09bd5822ebaf2bc1a2;hp=0000000000000000000000000000000000000000;hpb=0ba677c1249d536c7c24cf7e059a626a9b3584ab;p=releng%2Fglobal-jjb.git diff --git a/schema/release-pypi-schema.yaml b/schema/release-pypi-schema.yaml new file mode 100644 index 00000000..e56eed69 --- /dev/null +++ b/schema/release-pypi-schema.yaml @@ -0,0 +1,25 @@ +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2019 The Linux Foundation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# 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-pypi-schema.yaml" + +required: + - "distribution_type" + - "project" + - "version" + +properties: + distribution_type: + type: "string" + project: + type: "string" + version: + type: "string"