For the complete documentation index, see llms.txt. This page is also available as Markdown.

incidentSummarySection

Examples

type IncidentSummarySection {
  title: String!
  bullets: [String!]!
  lines: [IncidentSummaryLine!]!
}

Fields

Field
Description
Supported fields

title String!

bullets [String!]!

References

Fields with this object:

Last updated