Airbyte · Schema

ApplicationCreate

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

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