{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.specialFolder", "title": "specialFolder", "required": [ "@odata.type" ], "type": "object", "properties": { "name": { "type": "string", "description": "The unique identifier for this item in the /drive/special collection", "nullable": true }, "@odata.type": { "type": "string" } } }