|
2286 | 2286 | supportsNormalization: false
|
2287 | 2287 | supportsDBT: false
|
2288 | 2288 | supported_destination_sync_modes: []
|
2289 |
| -- dockerImage: "airbyte/source-coinmarketcap:0.1.0" |
| 2289 | +- dockerImage: "airbyte/source-coinmarketcap:0.1.1" |
2290 | 2290 | spec:
|
2291 |
| - documentationUrl: https://docs.airbyte.com/integrations/sources/coinmarketcap |
| 2291 | + documentationUrl: "https://docs.airbyte.com/integrations/sources/coinmarketcap" |
2292 | 2292 | connectionSpecification:
|
2293 |
| - $schema: http://json-schema.org/draft-07/schema# |
2294 |
| - title: Coinmarketcap Spec |
2295 |
| - type: object |
| 2293 | + $schema: "http://json-schema.org/draft-07/schema#" |
| 2294 | + title: "Coinmarketcap Spec" |
| 2295 | + type: "object" |
2296 | 2296 | required:
|
2297 |
| - - api_key |
2298 |
| - - data_type |
| 2297 | + - "api_key" |
| 2298 | + - "data_type" |
2299 | 2299 | additionalProperties: true
|
2300 | 2300 | properties:
|
2301 | 2301 | api_key:
|
2302 |
| - title: API Key |
2303 |
| - type: string |
2304 |
| - description: >- |
2305 |
| - Your API Key. See <a |
2306 |
| - href="https://coinmarketcap.com/api/documentation/v1/#section/Authentication">here</a>. The token is |
2307 |
| - case sensitive. |
| 2302 | + title: "API Key" |
| 2303 | + type: "string" |
| 2304 | + description: "Your API Key. See <a href=\"https://coinmarketcap.com/api/documentation/v1/#section/Authentication\"\ |
| 2305 | + >here</a>. The token is case sensitive." |
2308 | 2306 | airbyte_secret: true
|
2309 | 2307 | data_type:
|
2310 |
| - title: Data type |
2311 |
| - type: string |
| 2308 | + title: "Data type" |
| 2309 | + type: "string" |
2312 | 2310 | enum:
|
2313 |
| - - latest |
2314 |
| - - historical |
2315 |
| - description: >- |
2316 |
| - /latest: Latest market ticker quotes and averages for cryptocurrencies and exchanges. |
2317 |
| - /historical: Intervals of historic market data like OHLCV data or data for use in charting libraries. See <a |
2318 |
| - href="https://coinmarketcap.com/api/documentation/v1/#section/Endpoint-Overview">here</a>. |
| 2311 | + - "latest" |
| 2312 | + - "historical" |
| 2313 | + description: "/latest: Latest market ticker quotes and averages for cryptocurrencies\ |
| 2314 | + \ and exchanges. /historical: Intervals of historic market data like OHLCV\ |
| 2315 | + \ data or data for use in charting libraries. See <a href=\"https://coinmarketcap.com/api/documentation/v1/#section/Endpoint-Overview\"\ |
| 2316 | + >here</a>." |
2319 | 2317 | symbols:
|
2320 |
| - title: Symbol |
2321 |
| - type: array |
2322 |
| - items: { |
2323 |
| - "type": "string" |
2324 |
| - } |
2325 |
| - description: Cryptocurrency symbols. (only used for quotes stream) |
| 2318 | + title: "Symbol" |
| 2319 | + type: "array" |
| 2320 | + items: |
| 2321 | + type: "string" |
| 2322 | + description: "Cryptocurrency symbols. (only used for quotes stream)" |
2326 | 2323 | minItems: 1
|
2327 | 2324 | examples:
|
2328 |
| - - AVAX |
2329 |
| - - BTC |
2330 |
| - supportsNormalization: false |
2331 |
| - supportsDBT: false |
2332 |
| - supported_destination_sync_modes: [] |
| 2325 | + - "AVAX" |
| 2326 | + - "BTC" |
| 2327 | + supportsNormalization: false |
| 2328 | + supportsDBT: false |
| 2329 | + supported_destination_sync_modes: [] |
2333 | 2330 | - dockerImage: "airbyte/source-commercetools:0.1.0"
|
2334 | 2331 | spec:
|
2335 | 2332 | documentationUrl: "https://docs.airbyte.com/integrations/sources/commercetools"
|
|
0 commit comments