Skip to content

Instantly share code, notes, and snippets.

@rkpatel33
Last active July 20, 2017 05:48
Show Gist options
  • Save rkpatel33/d1b202c8c3e1cd1c02d2369fddea971c to your computer and use it in GitHub Desktop.
Save rkpatel33/d1b202c8c3e1cd1c02d2369fddea971c to your computer and use it in GitHub Desktop.
buttons.schema.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://gist.github.com/rkpatel33/d1b202c8c3e1cd1c02d2369fddea971c",
"type": "array",
"items": {
"type": "object",
"properties": {
"deep_link": {
"type": ["null", "string"]
},
"text": {
"type": "string"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment