Skip to content

Instantly share code, notes, and snippets.

@ankitjaggi
Last active April 17, 2017 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankitjaggi/7ebe8208fe520739e3ab931ffc6c54a7 to your computer and use it in GitHub Desktop.
Save ankitjaggi/7ebe8208fe520739e3ab931ffc6c54a7 to your computer and use it in GitHub Desktop.
Collection Backup Schema for Microsoft Flow Integration
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {},
"id": "http://example.com/example.json",
"properties": {
"collection": {
"id": "/properties/collection",
"properties": {},
"type": "object"
}
},
"type": "object"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment