Closed solnic closed 1 year ago
defmodule TestContract do use Drops.Contract schema do %{ required(:tags) => type(list: [:string, :filled?]) } end end