{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookChartLineFormat", "title": "microsoft.graph.workbookChartLineFormat", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "workbookChartLineFormat", "required": [ "@odata.type" ], "type": "object", "properties": { "color": { "type": "string", "description": "The HTML color code that represents the color of lines in the chart.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.workbookChartLineFormat" }