Created
January 12, 2019 20:06
-
-
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "object", | |
| "properties": { | |
| "webUrl": { | |
| "type": "string" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment