{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.browserSiteListStatus", "title": "browserSiteListStatus", "enum": [ "draft", "published", "pending", "unknownFutureValue" ], "type": "string", "x-ms-enum": { "name": "browserSiteListStatus", "modelAsString": false, "values": [ { "value": "draft", "description": "A site list that has not yet been published", "name": "draft" }, { "value": "published", "description": "A site list that has been published with no pending changes.", "name": "published" }, { "value": "pending", "description": "A site that has pending changes", "name": "pending" }, { "value": "unknownFutureValue", "description": "Placeholder for evolvable enum, but this enum is never returned to the caller, so it shoudn't be necessary.", "name": "unknownFutureValue" } ] } }