Skip to content

Instantly share code, notes, and snippets.

@tfoldi

tfoldi/spec.yaml Secret

Last active August 15, 2022 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfoldi/a256ec2507f0b8a98e2c3d660d24747b to your computer and use it in GitHub Desktop.
Save tfoldi/a256ec2507f0b8a98e2c3d660d24747b to your computer and use it in GitHub Desktop.
documentationUrl: https://docsurl.com
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Wrike Spec
type: object
required:
- access_token
- wrike_instance
- start_date
properties:
access_token:
type: string
description: >-
Permanent access token. You can find documentation on how to acquire a permanent access token
at <a href="https://developers.wrike.com/oauth-20-authorization/">here</a>
airbyte_secret: true
wrike_instance:
type: string
description: Wrike's instance such as `app-us2.wrike.com`
default: app-us2.wrike.com
start_date:
type: string
title: Start date for comments
pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$
description: >-
UTC date and time in the format 2017-01-25T00:00:00Z. Only comments
after this date will be replicated.
examples:
- "2017-01-25T00:00:00Z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment