Makes feature flags optional.
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
[:name schema/not-empty-string]
|
[:name schema/not-empty-string]
|
||||||
[:code schema/code-string]
|
[:code schema/code-string]
|
||||||
[:locations [:sequential location-schema]]
|
[:locations [:sequential location-schema]]
|
||||||
[:feature-flags [:sequential feature-flag-schema]]
|
[:feature-flags {:optional true} [:maybe [:sequential feature-flag-schema]]]
|
||||||
[:emails {:optional true}
|
[:emails {:optional true}
|
||||||
[:maybe [:sequential email-schema]]]
|
[:maybe [:sequential email-schema]]]
|
||||||
[:matches {:optional true}
|
[:matches {:optional true}
|
||||||
|
|||||||
Reference in New Issue
Block a user