{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.freeBusyStatus", "title": "freeBusyStatus", "enum": [ "unknown", "free", "tentative", "busy", "oof", "workingElsewhere" ], "type": "string" }