{ "documentationUrl": "https://polygon.io/docs/stocks/get_v2_aggs_grouped_locale_us_market_stocks__date", "connectionSpecification": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": ["stock_ticker", "api_key"], "additionalProperties": false, "properties": { "stock_ticker": { "type": "string", "title": "Stock Ticker", "description": "The stock ticker to track", "examples": ["AAPL", "TSLA", "AMZN"] }, "api_key": { "title": "API Key", "type": "string", "description": "The Polygon.io Stocks API key to use to hit the API.", "airbyte_secret": true } } } }