HistoryEventList

AutomationTask CoordinationWorkflow
View JSON Schema on GitHub

JSON Schema

amazon-swf-historyeventlist-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/HistoryEvent"
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HistoryEventList"
}