Skip to content

Instantly share code, notes, and snippets.

View theoyinbooke's full-sized avatar
🎯
Focusing

Olanrewaju Oyinbooke theoyinbooke

🎯
Focusing
View GitHub Profile
@theoyinbooke
theoyinbooke / Flow Attachment Json Schema.json
Created January 2, 2021 20:13
This is the JSON Schema for handling Attachments from Microsoft Forms
{
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"link": {
"type": "string"