Skip to content

Commit 8624bc9

Browse files
committed
Add gr-oss schema
1 parent 84e9973 commit 8624bc9

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"$id": "https://raw.githubusercontent.com/G-Research/github-terraformer/refs/heads/main/.schemas/repository-config.gr-oss.schema.json",
4+
"title": "Repository Configuration (GR-OSS)",
5+
"allOf": [
6+
{
7+
"$ref": "repository-config.schema.json"
8+
},
9+
{
10+
"properties": {
11+
"custom_properties": {
12+
"properties": {
13+
"oss_lifecycle": {
14+
"type": "string",
15+
"enum": [
16+
"published",
17+
"active",
18+
"contributing",
19+
"maintained",
20+
"evaluating",
21+
"deprecated",
22+
"archived"
23+
]
24+
}
25+
}
26+
}
27+
}
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)