Skip to content

Commit

Permalink
feat: make symbol optional
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 17, 2025
1 parent 77928ce commit 10ea8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
"additionalProperties": false
}
},
"required": ["name", "network", "symbol", "strategies"],
"required": ["name", "network", "strategies"],
"additionalProperties": false
}
}
Expand Down

0 comments on commit 10ea8b1

Please sign in to comment.