Skip to content

Commit e8ef845

Browse files
author
Kenneth Karaisz
committed
fill kind and source enums
1 parent c2be3b8 commit e8ef845

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

static/problems.schema.json

+36-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,39 @@
3434
"Silver",
3535
"Gold",
3636
"Platinum",
37+
"Old Bronze",
38+
"Old Silver",
39+
"Old Gold",
40+
"AC",
41+
"CC",
42+
"CF",
43+
"EDU",
44+
"Gym",
45+
"CSA",
3746
"CSES",
47+
"DMOJ",
48+
"FHC",
49+
"HR",
50+
"Kattis",
51+
"LC",
52+
"POI",
53+
"SPOJ",
54+
"TLX",
55+
"YS",
56+
"CCC",
57+
"CCO",
58+
"DMOPC",
59+
"APIO",
60+
"Baltic OI",
61+
"CEOI",
62+
"COI",
63+
"COCI",
3864
"IOI",
39-
"___TODO: add more here"
65+
"IZhO",
66+
"JOI",
67+
"LMiO",
68+
"RMI",
69+
"NOI.sg"
4070
]
4171
},
4272
"difficulty": {
@@ -64,10 +94,13 @@
6494
"type": "string",
6595
"enum": [
6696
"internal",
97+
"link",
98+
"CPH",
6799
"USACO",
100+
"IOI",
101+
"none",
68102
"in-module",
69-
"autogen-label-from-site",
70-
"none"
103+
"sketch"
71104
]
72105
},
73106
"usacoId": { "type": "string" },

0 commit comments

Comments
 (0)