{ "type": "object", "name": "Datum11", "properties": { "id": { "type": "string" }, "category": { "type": "string" }, "topic": { "type": "string" }, "signalScore": { "type": "integer" }, "audienceStrength": { "type": "string" }, "newSignal": { "type": "boolean" }, "signalDate": { "type": "string" }, "trend": { "type": "integer" }, "recommendedContacts": { "type": "array", "description": "", "items": { "type": "object", "properties": { "id": { "type": "integer" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "jobTitle": { "type": "string" }, "jobFunction": { "type": "array", "description": "", "items": { "type": "object", "properties": { "name": { "type": "string" }, "department": { "type": "string" } }, "required": [ "name", "department" ] } } }, "required": [ "id", "firstName", "lastName", "jobTitle", "jobFunction" ] } }, "company": { "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "website": { "type": "string" }, "hasOtherTopicConsumption": { "type": "boolean" } }, "required": [ "id", "name", "website", "hasOtherTopicConsumption" ] } }, "required": [ "id", "category", "topic", "signalScore", "audienceStrength", "newSignal", "signalDate", "trend", "recommendedContacts", "company" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }