diff --git a/src/schemas/space.json b/src/schemas/space.json index eb137f44f..7ab9b5b1e 100644 --- a/src/schemas/space.json +++ b/src/schemas/space.json @@ -380,6 +380,18 @@ "items": { "type": "string" } + }, + "boost": { + "type": "object", + "properties": { + "disabled": { + "type": "boolean" + }, + "bribeEnabled": { + "type": "boolean" + } + }, + "additionalProperties": false } }, "required": ["name", "network", "symbol", "strategies"],