{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/sharepoint/refs/heads/main/json-structure/sharepoint-list-item-create-request-structure.json", "name": "ListItemCreateRequest", "description": "ListItemCreateRequest from SharePoint API", "type": "object", "properties": { "__metadata": { "type": "object", "properties": { "type": { "type": "string", "example": "SP.Data.MyListListItem" } } }, "Title": { "type": "string", "example": "New Item" } } }