Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christopheranderson/81475a0452e2df6dba7ab13faa97f741 to your computer and use it in GitHub Desktop.
Save christopheranderson/81475a0452e2df6dba7ab13faa97f741 to your computer and use it in GitHub Desktop.
json schema
{
"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