* Fix formatting * try fixing quote escapes? * unignore sql files Co-authored-by: Edward Gao <edward.gao@airbyte.io>
51 lines
2.0 KiB
YAML
51 lines
2.0 KiB
YAML
documentationUrl: https://docs.airbyte.com/integrations/sources/pexels-api
|
|
connectionSpecification:
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
title: Pexel API Spec
|
|
type: object
|
|
required:
|
|
- api_key
|
|
- query
|
|
additionalProperties: true
|
|
properties:
|
|
api_key:
|
|
title: API Key from the pexels website
|
|
type: string
|
|
description: API key is required to access pexels api, For getting your's goto https://www.pexels.com/api/documentation and create account for free.
|
|
airbyte_secret: true
|
|
query:
|
|
title: Specific query for the search
|
|
type: string
|
|
description: Optional, the search query, Example Ocean, Tigers, Pears, etc.
|
|
examples:
|
|
- people
|
|
- oceans
|
|
orientation:
|
|
title: Specific orientation for the search
|
|
type: string
|
|
description: Optional, Desired photo orientation. The current supported orientations are landscape, portrait or square
|
|
examples:
|
|
- square
|
|
- landscape
|
|
size:
|
|
title: Specific size for the search
|
|
type: string
|
|
description: Optional, Minimum photo size. The current supported sizes are large(24MP), medium(12MP) or small(4MP).
|
|
examples:
|
|
- large
|
|
- small
|
|
color:
|
|
title: Specific color for the search
|
|
type: string
|
|
description: Optional, Desired photo color. Supported colors red, orange, yellow, green, turquoise, blue, violet, pink, brown, black, gray, white or any hexidecimal color code.
|
|
examples:
|
|
- red
|
|
- orange
|
|
locale:
|
|
title: Specific locale for the search
|
|
type: string
|
|
description: Optional, The locale of the search you are performing. The current supported locales are 'en-US' 'pt-BR' 'es-ES' 'ca-ES' 'de-DE' 'it-IT' 'fr-FR' 'sv-SE' 'id-ID' 'pl-PL' 'ja-JP' 'zh-TW' 'zh-CN' 'ko-KR' 'th-TH' 'nl-NL' 'hu-HU' 'vi-VN' 'cs-CZ' 'da-DK' 'fi-FI' 'uk-UA' 'el-GR' 'ro-RO' 'nb-NO' 'sk-SK' 'tr-TR' 'ru-RU'.
|
|
examples:
|
|
- en-US
|
|
- pt-BR
|