Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for lists #13

Closed
solnic opened this issue Sep 13, 2023 · 0 comments · Fixed by #19
Closed

Support for lists #13

solnic opened this issue Sep 13, 2023 · 0 comments · Fixed by #19
Labels
Milestone

Comments

@solnic
Copy link
Owner

solnic commented Sep 13, 2023

defmodule TestContract do
  use Drops.Contract

  schema do
    %{
      required(:tags) => type(list: [:string, :filled?])
    }
  end
end
@solnic solnic added the feature label Sep 13, 2023
@solnic solnic added this to the v0.1.0 milestone Sep 13, 2023
@solnic solnic linked a pull request Sep 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant