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