Timeline Line Commented Event
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/timeline-line-commented-event", "title": "Timeline Line Commented Event", "description": "Timeline Line Commented Event", "type": "object", "properties": { "event": { "type": "string" }, "node_id": { "type": "string" }, "comments": { "type": "array", "items": { "$ref": "#/components/schemas/pull-request-review-comment" } } } }