Skip to content

Commit 6c1f175

Browse files
authored
Small updates to schema (#64)
1 parent 3895b33 commit 6c1f175

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schemas/agent.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -83,6 +83,7 @@
8383
"hoops",
8484
"dropshot",
8585
"snow-day",
86+
"rumble",
8687
"spike-rush",
8788
"heatseeker",
8889
"memebot"

schemas/match.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -409,8 +409,7 @@
409409
}
410410
},
411411
"required": ["team"]
412-
},
413-
"uniqueItems": true
412+
}
414413
},
415414
"scripts": {
416415
"type": "array",

0 commit comments

Comments
 (0)