4 Forks
29 Stars
29 Watchers

schema

Schemas come to solve a simple problem. Sometimes we would like to have type-safe guarantee params when parsing HTTP parameters or Hash(String, String) for a request moreover; Schemas is to resolve precisely this problem with the added benefit of performing business rules validation to have the params adhere to a "business schema."

How to download and setup schema

Open terminal and run command
git clone https://github.com/azutoolkit/schema.git
git clone is used to create a copy or clone of schema repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with schema https://github.com/azutoolkit/schema/archive/master.zip

Or simply clone schema with SSH
[email protected]:azutoolkit/schema.git

If you have some problems with schema

You may open issue on schema support forum (system) here: https://github.com/azutoolkit/schema/issues