Microsoft SharePoint · JSON Structure

Sharepoint List Collection Structure

ListCollection from SharePoint API

Type: object Properties: 1
CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

ListCollection is a JSON Structure definition published by Microsoft SharePoint, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
      }
    }
  }
}