diff --git a/common/src/app/common/types/tokens_lib.cljc b/common/src/app/common/types/tokens_lib.cljc index ec3a3e7bf9..70e36bfc2f 100644 --- a/common/src/app/common/types/tokens_lib.cljc +++ b/common/src/app/common/types/tokens_lib.cljc @@ -1679,7 +1679,7 @@ Will return a value that matches this schema: ["id" {:optional true} :string] ["name" :string] ["description" :string] - ["isSource" :boolean] + ["isSource" {:optional true} :boolean] ["selectedTokenSets" [:map-of :string [:enum "enabled" "disabled"]]]]]] ["$metadata" {:optional true}