File tree 2 files changed +39
-5
lines changed
2 files changed +39
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
2
+ "$schema" : " https://json-schema.org/draft-07 /schema" ,
3
3
"$id" : " https://usaco.guide/problems.schema.json" ,
4
4
"title" : " Problem Data" ,
5
5
"description" : " Stores the problems (and their solutions) associated with a module." ,
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
2
+ "$schema" : " https://json-schema.org/draft-07 /schema" ,
3
3
"$id" : " https://usaco.guide/problems.schema.json" ,
4
4
"title" : " Problem Data" ,
5
5
"description" : " Stores the problems (and their solutions) associated with a module." ,
34
34
" Silver" ,
35
35
" Gold" ,
36
36
" Platinum" ,
37
+ " Old Bronze" ,
38
+ " Old Silver" ,
39
+ " Old Gold" ,
40
+ " AC" ,
41
+ " CC" ,
42
+ " CF" ,
43
+ " EDU" ,
44
+ " Gym" ,
45
+ " CSA" ,
37
46
" 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" ,
38
64
" IOI" ,
39
- " ___TODO: add more here"
65
+ " IZhO" ,
66
+ " JOI" ,
67
+ " LMiO" ,
68
+ " RMI" ,
69
+ " NOI.sg"
40
70
]
41
71
},
42
72
"difficulty" : {
63
93
"description" : " The type of the solution." ,
64
94
"type" : " string" ,
65
95
"enum" : [
96
+ " autogen-label-from-site" ,
66
97
" internal" ,
98
+ " link" ,
99
+ " CPH" ,
67
100
" USACO" ,
101
+ " IOI" ,
102
+ " none" ,
68
103
" in-module" ,
69
- " autogen-label-from-site" ,
70
- " none"
104
+ " sketch"
71
105
]
72
106
},
73
107
"usacoId" : { "type" : " string" },
You can’t perform that action at this time.
0 commit comments