Microsoft SharePoint · JSON Structure

Sharepoint Web Structure

SharePoint site (web) properties.

Type: object Properties: 9
CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

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

Properties

Id Title Description Url WebTemplate Created LastItemModifiedDate Language ServerRelativeUrl

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-web-structure.json",
  "name": "Web",
  "description": "SharePoint site (web) properties.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "example": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    "Title": {
      "type": "string",
      "example": "My SharePoint Site"
    },
    "Description": {
      "type": "string",
      "example": "Team collaboration site"
    },
    "Url": {
      "type": "string",
      "example": "https://contoso.sharepoint.com/sites/mysite"
    },
    "WebTemplate": {
      "type": "string",
      "example": "STS"
    },
    "Created": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "LastItemModifiedDate": {
      "type": "datetime",
      "example": "2026-04-17T08:30:00Z"
    },
    "Language": {
      "type": "int32",
      "example": 1033
    },
    "ServerRelativeUrl": {
      "type": "string",
      "example": "/sites/mysite"
    }
  }
}