{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.documentSetVersionItem", "title": "documentSetVersionItem", "required": [ "@odata.type" ], "type": "object", "properties": { "itemId": { "type": "string", "description": "The unique identifier for the item.", "nullable": true }, "title": { "type": "string", "description": "The title of the item.", "nullable": true }, "versionId": { "type": "string", "description": "The version ID of the item.", "nullable": true }, "@odata.type": { "type": "string" } } }