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

Where can we use json schema? #58

Open
danalexilewis opened this issue May 9, 2017 · 0 comments
Open

Where can we use json schema? #58

danalexilewis opened this issue May 9, 2017 · 0 comments

Comments

@danalexilewis
Copy link

danalexilewis commented May 9, 2017

I have been thinking about this in regards to how to start projects. I am very excited about the idea of being able to use json schema as a first pass for several things:

  • define the data shape => would become the database.
  • define the api (if needed) => would often be used for public access or to use as a contract between a backend and front end team.
  • define the data required for specific events => would often become a query
  • define the data required for specific views => would often become a getter

In other words I want to start thinking of different parts of an app based upon what data is being riceived or sent at that place.

I see this as supplementary to getting into writing gherkin stories.

Thoughts?

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