1 # SPDX-License-Identifier: EPL-1.0
2 ##############################################################################
3 # Copyright (c) 2018 The Linux Foundation and others.
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 ##############################################################################
11 $schema: "http://json-schema.org/schema#"
12 $id: "https://github.com/lfit/releng-global-jjb/blob/master/schema/info-schema.yaml"
16 - "project_creation_date"
23 - "realtime_discussion"
33 project_creation_date:
50 project_lead: &user_object
64 pattern: '([A-Z][a-z]*\s*)+\/([A-Za-z_-])+'
65 additionalProperties: false
66 primary_contact: *user_object
77 required: ["type", "url"]