Skip to content

Instantly share code, notes, and snippets.

@JarbasHorst
Created April 28, 2019 12:03
Show Gist options
  • Save JarbasHorst/4d8b46a738a6341bb93f1466f6066e66 to your computer and use it in GitHub Desktop.
Save JarbasHorst/4d8b46a738a6341bb93f1466f6066e66 to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"webUrl": {
"type": "string"
},
"parameters": {
"type": "object",
"properties": {
"event": {
"type": "string"
},
"product": {
"type": "string"
}
}
},
"webDescription": {
"type": "string"
},
"creatorName": {
"type": "string"
},
"creatorEmail": {
"type": "string"
},
"createdTimeUTC": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment