{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogStreamSegmentSink", "title": "LogStreamSegmentSink", "type": "object", "additionalProperties": false, "properties": { "segmentWriteKey": { "type": "string", "description": "Segment write key" } } }