Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.HTTPBodySource

HTTPBodySource contains the source of the HTTP body.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
bytes string
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-http-body-source-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-io-argoproj-workflow-v1alpha1-http-body-source-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.HTTPBodySource",
  "description": "HTTPBodySource contains the source of the HTTP body.",
  "type": "object",
  "properties": {
    "bytes": {
      "type": "string",
      "format": "byte"
    }
  }
}