# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2021 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-artifact-schema.yaml" required: - "distribution_type" - "project" - "version" - "artifacts" properties: artifacts: type: "array" properties: name: type: "string" path: type: "string" additionalProperties: false distribution_type: type: "string" git_tag: type: "string" project: type: "string" tag_release: type: "boolean" version: type: "string"