{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.formattedContent", "title": "formattedContent", "required": [ "@odata.type" ], "type": "object", "properties": { "content": { "type": "string", "description": "The content of this formattedContent.", "nullable": true }, "format": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.contentFormat" }, { "type": "object", "nullable": true } ], "description": "The format of the content. The possible values are: text, html, markdown, unknownFutureValue." }, "@odata.type": { "type": "string" } } }