{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1-event-source-schema.json",
"title": "v1EventSource",
"description": "EventSource contains information for an event.",
"type": "object",
"properties": {
"component": {
"type": "string",
"title": "Component from which the event is generated.\n+optional"
},
"host": {
"type": "string",
"title": "Node name on which the event is generated.\n+optional"
}
}
}