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