Skip to content

Instantly share code, notes, and snippets.

@chrisobriensp
Created January 12, 2019 20:06
Show Gist options
  • Save chrisobriensp/484d18a937fcce261a9ced1c4cd5fb87 to your computer and use it in GitHub Desktop.
Save chrisobriensp/484d18a937fcce261a9ced1c4cd5fb87 to your computer and use it in GitHub Desktop.
Schema describing the request to call a Flow's HTTP URL, passing a webUrl (for site provisioning).
{
"type": "object",
"properties": {
"webUrl": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment