{ "documentationUrl": "https://docs.airbyte.com/integrations/sources/sendgrid", "connectionSpecification": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Sendgrid Spec", "type": "object", "required": ["apikey"], "additionalProperties": true, "properties": { "apikey": { "title": "Sendgrid API key", "airbyte_secret": true, "type": "string", "description": "API Key, use admin to generate this key.", "order": 0 }, "start_time": { "title": "Start time", "type": "string", "format": "date-time", "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(.\\d+)?Z$", "description": "Start time in ISO8601 format. Any data before this time point will not be replicated.", "examples": [ "2020-01-01T01:01:01Z", "2020-01-01T01:01:01.000001Z" ], "order": 1 } } } }