{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.reactionsFacet", "title": "reactionsFacet", "required": [ "@odata.type" ], "type": "object", "properties": { "commentCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Count of comments.", "format": "int32", "nullable": true }, "likeCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Count of likes.", "format": "int32", "nullable": true }, "shareCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Count of shares.", "format": "int32", "nullable": true }, "@odata.type": { "type": "string" } } }