Makes feature flags optional.

This commit is contained in:
Bryce
2023-07-17 21:59:12 -07:00
parent 461b58eb0d
commit a31dde7a91

View File

@@ -54,7 +54,7 @@
[:name schema/not-empty-string]
[:code schema/code-string]
[:locations [:sequential location-schema]]
[:feature-flags [:sequential feature-flag-schema]]
[:feature-flags {:optional true} [:maybe [:sequential feature-flag-schema]]]
[:emails {:optional true}
[:maybe [:sequential email-schema]]]
[:matches {:optional true}