Timeline Line Commented Event

Timeline Line Commented Event

APIs.ioEngineeringPlatform

Properties

Name Type Description
event string
node_id string
comments array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-timeline-line-commented-event-schema.json Raw ↑
{
  "$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"
      }
    }
  }
}