Amazon Data Pipeline · JSON Structure

Field Structure

A key-value pair defining a pipeline object property.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

Field Structure is a JSON Structure definition published by Amazon Data Pipeline. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-structure/field-structure.json",
  "title": "Field",
  "description": "A key-value pair defining a pipeline object property.",
  "type": "typedMap",
  "fields": {
    "key": {
      "type": "str",
      "description": "key"
    },
    "stringValue": {
      "type": "str",
      "description": "stringValue"
    },
    "refValue": {
      "type": "str",
      "description": "refValue"
    }
  }
}