Skip to content

Instantly share code, notes, and snippets.

@ghunt03
Created November 9, 2019 05:11
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ghunt03/44a41fe53c9a0bc6e16d9f2a6afd08e4 to your computer and use it in GitHub Desktop.
Save ghunt03/44a41fe53c9a0bc6e16d9f2a6afd08e4 to your computer and use it in GitHub Desktop.
{
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"link": {
"type": "string"
},
"id": {
"type": "string"
},
"type": {},
"size": {
"type": "integer"
},
"referenceId": {
"type": "string"
},
"driveId": {
"type": "string"
},
"status": {
"type": "integer"
},
"uploadSessionUrl": {}
},
"required": [
"name",
"link",
"id",
"type",
"size",
"referenceId",
"driveId",
"status",
"uploadSessionUrl"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment