{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SegmentDestination", "title": "SegmentDestination", "type": "object", "properties": { "destination": { "type": "string", "enum": [ "LINKEDIN" ], "description": "Destination platform", "example": "LINKEDIN" } } }