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

How we json schema #7

Open
danalexilewis opened this issue Jul 29, 2018 · 0 comments
Open

How we json schema #7

danalexilewis opened this issue Jul 29, 2018 · 0 comments

Comments

@danalexilewis
Copy link

danalexilewis commented Jul 29, 2018

Currently we are looking at a combination of using:

json-schema-prop-types

For creating prop-types for our atoms, molecules and organisms

&

json-schema-faker

To create fake data during ui development - eg lists of elements

To Discuss

Use it for cheap Acceptance testing for ATDD of the getters of our application.

We can also use json schemas with ajv's filter function to provide businesses with certainty that sensitive data is not being exposed by accident. This will be particularly valuable for public apis.

Creating forms using react schema form

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

No branches or pull requests

1 participant