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