* New source: Google webfonts * chore: Add Docs * chore: update changelog * chore: resolved given comments for PR * chore: unwanted files removed * fix: generate and add source definitions Co-authored-by: sajarin <sajarindider@gmail.com>
23 lines
714 B
YAML
23 lines
714 B
YAML
documentationUrl: https://docs.airbyte.com/integrations/sources/google-webfonts
|
|
connectionSpecification:
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
title: Google Webfonts Spec
|
|
type: object
|
|
required:
|
|
- api_key
|
|
additionalProperties: true
|
|
properties:
|
|
api_key:
|
|
type: string
|
|
description: API key is required to access google apis, For getting your's goto google console and generate api key for Webfonts
|
|
airbyte_secret: true
|
|
sort:
|
|
type: string
|
|
description: Optional, to find how to sort
|
|
prettyPrint:
|
|
type: string
|
|
description: Optional, boolean type
|
|
alt:
|
|
type: string
|
|
description: Optional, Available params- json, media, proto
|