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"
]
}
}
@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