ListItemCollection

ListItemCollection from SharePoint API

CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

Properties

Name Type Description
value array
View JSON Schema on GitHub

JSON Schema

sharepoint-list-item-collection-schema.json Raw ↑
{
  "$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"
      }
    }
  }
}