File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema" ,
3
- "$id" : " https://rlbot.org/agent.json" ,
3
+ "$id" : " https://rlbot.org/schemas/ agent.json" ,
4
4
"title" : " RLBot agent" ,
5
5
"description" : " A bot or script for RLBot" ,
6
6
"type" : " object" ,
83
83
" hoops" ,
84
84
" dropshot" ,
85
85
" snow-day" ,
86
+ " rumble" ,
86
87
" spike-rush" ,
87
88
" heatseeker" ,
88
89
" memebot"
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema" ,
3
- "$id" : " https://rlbot.org/match.json" ,
3
+ "$id" : " https://rlbot.org/schemas/ match.json" ,
4
4
"title" : " RLBot agent" ,
5
5
"description" : " A bot or script for RLBot" ,
6
6
"type" : " object" ,
409
409
}
410
410
},
411
411
"required" : [" team" ]
412
- },
413
- "uniqueItems" : true
412
+ }
414
413
},
415
414
"scripts" : {
416
415
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments