{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-github-com-argoproj-argo-events-pkg-apis-events-v1alpha1-nats-trigger-structure.json", "name": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NATSTrigger", "description": "NATSTrigger refers to the specification of the NATS trigger.", "type": "object", "properties": { "auth": { "name": "AuthInformation\n+optional", "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NATSAuth" }, "parameters": { "type": "array", "items": { "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameter" } }, "payload": { "type": "array", "items": { "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameter" } }, "subject": { "description": "Name of the subject to put message on.", "type": "string" }, "tls": { "name": "TLS configuration for the NATS producer.\n+optional", "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TLSConfig" }, "url": { "description": "URL of the NATS cluster.", "type": "string" } } }