Skip to content

Commit cce805b

Browse files
authored
feat: make symbol optional (#1110)
1 parent 77928ce commit cce805b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/space.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
"additionalProperties": false
468468
}
469469
},
470-
"required": ["name", "network", "symbol", "strategies"],
470+
"required": ["name", "network", "strategies"],
471471
"additionalProperties": false
472472
}
473473
}

0 commit comments

Comments
 (0)