{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-audience-segment-destination-structure.json", "name": "SegmentDestination", "description": "SegmentDestination from LinkedIn API", "type": "object", "properties": { "destination": { "type": "string", "enum": [ "LINKEDIN" ], "description": "Destination platform", "example": "LINKEDIN" } } }