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/info-schema'
16 - 'project_creation_date'
23 - 'realtime_discussion'
33 project_creation_date:
39 enum: ['Incubation', 'Proposal', 'Mature', 'Core', 'Top Level', 'Archived', 'Null', 'Integration']
40 project_lead: &user_object
54 pattern: '([A-Z][a-z]*\s*)+\/([A-Za-z_-])+'
55 additionalProperties: false
56 primary_contact: *user_object
67 required: ['type', 'url']