{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.siteArchivalDetails", "title": "siteArchivalDetails", "required": [ "@odata.type" ], "type": "object", "properties": { "archiveStatus": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.siteArchiveStatus" }, { "type": "object", "nullable": true } ], "description": "Represents the current archive status of the site collection. Returned only on $select. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue." }, "@odata.type": { "type": "string" } } }