Skip to content

Instantly share code, notes, and snippets.

@ricardochaves
Created July 22, 2018 00:45
Show Gist options
  • Save ricardochaves/cb30e5416b2bb4c0b7ffcdf7dfd3ce79 to your computer and use it in GitHub Desktop.
Save ricardochaves/cb30e5416b2bb4c0b7ffcdf7dfd3ce79 to your computer and use it in GitHub Desktop.
Simple json schema
{
"type": "object",
"properties": {
"name": {
"type": "string"
}
},
"required": [ "name" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment