Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save princesslea/5fc505732bac8d9b1d3737e36e20e142 to your computer and use it in GitHub Desktop.
Save princesslea/5fc505732bac8d9b1d3737e36e20e142 to your computer and use it in GitHub Desktop.
set.up.api.gateway
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "ShopifyWebhookInput",
"type": "object",
"properties": {
"header": { "type": "string" },
"body": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment