Makes feature flags optional.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user