{
  "description": "EventSource contains information for an event.",
  "properties": {
    "component": {
      "description": "Component from which the event is generated.",
      "type": [
        "string",
        "null"
      ]
    },
    "host": {
      "description": "Node name on which the event is generated.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}