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 11{
22 "$schema" : " http://json-schema.org/draft-07/schema" ,
3- "$id" : " https://rlbot.org/agent.json" ,
3+ "$id" : " https://rlbot.org/schemas/ agent.json" ,
44 "title" : " RLBot agent" ,
55 "description" : " A bot or script for RLBot" ,
66 "type" : " object" ,
8383 " hoops" ,
8484 " dropshot" ,
8585 " snow-day" ,
86+ " rumble" ,
8687 " spike-rush" ,
8788 " heatseeker" ,
8889 " memebot"
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema" ,
3- "$id" : " https://rlbot.org/match.json" ,
3+ "$id" : " https://rlbot.org/schemas/ match.json" ,
44 "title" : " RLBot agent" ,
55 "description" : " A bot or script for RLBot" ,
66 "type" : " object" ,
409409 }
410410 },
411411 "required" : [" team" ]
412- },
413- "uniqueItems" : true
412+ }
414413 },
415414 "scripts" : {
416415 "type" : " array" ,
You can’t perform that action at this time.
0 commit comments