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

Show all relations for optional nested schema values #1

Open
ikitommi opened this issue Mar 20, 2016 · 0 comments
Open

Show all relations for optional nested schema values #1

ikitommi opened this issue Mar 20, 2016 · 0 comments

Comments

@ikitommi
Copy link
Member

Value of a map can have multiple schemas, e.g. with s/either, s/conditional etc. Currently only first schema is seen as a relation. All related schemas should be read and visualized as optional.

(s/defschema Berry {:taste s/Int})
(s/defschema Jerry {:size s/Int})

(s/defschema Basket
  {:contains (s/either Berry Jerry)})

(svc/visualize-schemas)

schema

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant