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

rename m/name to m/type? #179

Closed
ikitommi opened this issue Feb 17, 2020 · 0 comments · Fixed by #206
Closed

rename m/name to m/type? #179

ikitommi opened this issue Feb 17, 2020 · 0 comments · Fixed by #206
Labels
for discussion Discussion is main focus of PR

Comments

@ikitommi
Copy link
Member

Both in React & in JSON Schema, the element is called :type.

 [:vector {:min 0, :max 10} int?]
 ; =>
 {:type :vector
  :properties {:min 0, :max 10}
  :children [int?]}
@ikitommi ikitommi added the for discussion Discussion is main focus of PR label Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for discussion Discussion is main focus of PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant