-
Notifications
You must be signed in to change notification settings - Fork 13
/
radar_entry.schema.yaml
85 lines (85 loc) · 1.65 KB
/
radar_entry.schema.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name: radar-entry
desc: Schema for the radar entries
type: map
mapping:
"name":
type: str
required: true
"logo":
type: str
"shortname":
type: str
"blip":
type: seq
required: true
sequence:
- type: map
mapping:
"date":
type: date
required: true
"ring":
type: str
required: true
enum: [ADOPT, TRIAL, ASSESS, HOLD, ARCHIVE]
"description":
type: str
required: true
"rationale":
type: str
required: true
"license":
type: map
mapping:
"open-source":
type: map
mapping:
"name":
type: str
required: true
enum: [
Apache-1.1,
Apache-2.0,
BSD-2,
BSD-3,
BSD-4,
BSD-style,
CC0,
CDDL-1.0,
CDDL-1.1,
LGPL-2.1,
LGPL-3.0,
EPL-1.0,
EDL-1.0,
GPL-CE,
MIT,
MPL-1.0,
MPL-1.1,
MPL-2.0,
PostgreSQL,
Public,
PSFL,
]
"link":
type: str
pattern: ^http(s)?://.*$
"description":
type: str
"commercial":
type: map
mapping:
"company":
type: str
required: true
func: company_enum
"description":
type: str
"related":
type: seq
sequence:
- type: str
pattern: .*\.yaml$
"tags":
type: seq
sequence:
- type: str