{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.hyperlinkOrPictureColumn", "title": "hyperlinkOrPictureColumn", "required": [ "@odata.type" ], "type": "object", "properties": { "isPicture": { "type": "boolean", "description": "Specifies whether the display format used for URL columns is an image or a hyperlink.", "nullable": true }, "@odata.type": { "type": "string" } } }