Created
April 13, 2017 22:44
-
-
Save christopheranderson/81475a0452e2df6dba7ab13faa97f741 to your computer and use it in GitHub Desktop.
json schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"issue_description": { | |
"type": "number" | |
}, | |
"issue_title": { | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment