{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/sharepoint/refs/heads/main/json-structure/sharepoint-file-collection-structure.json", "name": "FileCollection", "description": "FileCollection from SharePoint API", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/File" } } } }