1
0
mirror of synced 2026-01-09 06:03:17 -05:00
Files
airbyte/airbyte-integrations/connectors/source-copper/source_copper/spec.yaml
akashpatl 5c7affcfb4 🎉 New Source: Copper [python cdk] (#18848)
* add younium source along with documentation

* init commit for new python source

* added streams for projects, companies and people

* breakout http_method

* add docs for Copper

* docs were not included in previous commit

* indentation error

* update schemas that failed acceptance test

* resolve merge conflict with docs

* add title to spec

* update doc url

* newlines

* add copper to source def

* add copper to source def

* run format

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-17 20:00:36 -03:00

19 lines
470 B
YAML

documentationUrl: https://docs.airbyte.com/integrations/sources/copper
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Copper Spec
type: object
required:
- api_key
- user_email
properties:
api_key:
type: string
title: API Key
description: Copper API key
airbyte_secret: true
user_email:
type: string
title: User email
description: user email used to login in to Copper