Skip to content

Instantly share code, notes, and snippets.

@theoyinbooke
Created January 2, 2021 20:13
Show Gist options
  • Save theoyinbooke/b8364606fd149617891b5c66b44b17e0 to your computer and use it in GitHub Desktop.
Save theoyinbooke/b8364606fd149617891b5c66b44b17e0 to your computer and use it in GitHub Desktop.
This is the JSON Schema for handling Attachments from Microsoft Forms
{
"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"
]
}
}
@theoyinbooke
Copy link
Author

theoyinbooke commented Jan 2, 2021

Feel free to copy and use in your flow.

If you want to see a guide on how to use it, please follow the link https://youtube.com/c/theoyinbooke to my YouTube Channel for the short video illustration.

@gitdavepy
Copy link

gitdavepy commented Sep 3, 2021

Hi Olacharles, I try many times to generate a JSON parse but it never gave me any output, I would appreciate your assistance. Thanks

@eddslv
Copy link

eddslv commented Jan 2, 2023

Hi, are you open for requests for flow content videos?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment