Airbyte · JSON Structure

Airbyte Scoped Resource Requirements Structure

actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.

Type: object Properties: 2
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

ScopedResourceRequirements is a JSON Structure definition published by Airbyte, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

default jobSpecific

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-scoped-resource-requirements-structure.json",
  "name": "ScopedResourceRequirements",
  "description": "actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.",
  "type": "object",
  "properties": {
    "default": {
      "$ref": "#/components/schemas/ResourceRequirements"
    },
    "jobSpecific": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/JobTypeResourceLimit"
      }
    }
  },
  "additionalProperties": false
}