GetAListOfResponse200 from LinkedIn API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-media-planning-get-a-list-of-response200-schema.json", "title": "GetAListOfResponse200", "description": "GetAListOfResponse200 from LinkedIn API", "type": "object", "properties": { "paging": { "type": "object", "properties": { "start": { "type": "integer" }, "count": { "type": "integer" }, "links": { "type": "array", "items": {} } } }, "elements": { "type": "array", "items": { "type": "object", "properties": { "entityTypes": { "type": "array", "items": { "type": "string" } }, "facetName": { "type": "string" }, "availableEntityFinders": { "type": "array", "items": { "type": "string" } } } } } } }