{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.followupFlagStatus", "title": "followupFlagStatus", "enum": [ "notFlagged", "complete", "flagged" ], "type": "string" }