{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-github-com-argoproj-argo-events-pkg-apis-events-v1alpha1-nats-trigger-schema.json", "title": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NATSTrigger", "description": "NATSTrigger refers to the specification of the NATS trigger.", "type": "object", "properties": { "auth": { "title": "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": { "title": "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" } } }