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