{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookChartPoint", "title": "microsoft.graph.workbookChartPoint", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "workbookChartPoint", "required": [ "@odata.type" ], "type": "object", "properties": { "value": { "description": "The value of a chart point. Read-only." }, "format": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.workbookChartPointFormat" }, { "type": "object", "nullable": true } ], "description": "The format properties of the chart point. Read-only.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.workbookChartPoint" }