30 lines
881 B
YAML
30 lines
881 B
YAML
documentationUrl: https://docs.airbyte.com/integrations/sources/orbit
|
|
connectionSpecification:
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
title: Orbit Source Spec
|
|
type: object
|
|
required:
|
|
- api_token
|
|
- workspace
|
|
additionalProperties: false
|
|
properties:
|
|
api_token:
|
|
type: string
|
|
airbyte_secret: true
|
|
title: API Token
|
|
description: Authorizes you to work with Orbit workspaces associated with the token.
|
|
order: 0
|
|
workspace:
|
|
type: string
|
|
title: Workspace
|
|
description: The unique name of the workspace that your API token is associated with.
|
|
order: 1
|
|
start_date:
|
|
type: string
|
|
title: Start Date
|
|
description: >-
|
|
Date in the format 2022-06-26. Only load members whose last activities are after this date.
|
|
pattern: >-
|
|
^[0-9]{4}-[0-9]{2}-[0-9]{2}$
|
|
order: 2
|