Airbyte · Schema

TagPatchRequest

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
name string
color string
View JSON Schema on GitHub

JSON Schema

airbyte-tagpatchrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TagPatchRequest",
  "title": "TagPatchRequest",
  "required": [
    "name",
    "color"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "color": {
      "type": "string"
    }
  },
  "x-speakeasy-entity": "Tag",
  "x-speakeasy-component": true
}