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