Argo Workflows · Schema

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.URLArtifact

URLArtifact contains information about an artifact at an HTTP endpoint.

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

Properties

Name Type Description
path string
verifyCert boolean
View JSON Schema on GitHub

JSON Schema

argo-workflows-github-com-argoproj-argo-events-pkg-apis-events-v1alpha1-url-artifact-schema.json Raw ↑
{
  "$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-url-artifact-schema.json",
  "title": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.URLArtifact",
  "description": "URLArtifact contains information about an artifact at an HTTP endpoint.",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "title": "Path is the complete URL"
    },
    "verifyCert": {
      "type": "boolean",
      "title": "VerifyCert decides whether the connection is secure or not"
    }
  }
}