{ "type": "object", "properties": { "Person": { "type": "object", "properties": { "FullName": { "type": "string" }, "FirstName": { "type": "string" }, "LastName": { "type": "string" }, "JobTitle": { "type": "string" }, "LinkedInProfile": { "type": "string" } }, "required": [ "FullName", "FirstName", "LastName", "JobTitle", "LinkedInProfile" ] }, "Company": { "type": "object", "properties": { "Domain": { "type": "string" }, "FromCompanyTableData": { "type": "string" } }, "required": [ "Domain", "FromCompanyTableData" ] }, "Person_Achievements": { "type": "array", "items": { "type": "object", "properties": { "title": { "type": "string" }, "summary": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "title", "summary", "date", "source_url" ] } }, "Company_Recent_Funding": { "type": "array", "items": { "type": "object", "properties": { "round": { "type": "string" }, "amount": { "type": "string" }, "date": { "type": "string" }, "investors": { "type": "array", "items": { "type": "string" } }, "source_url": { "type": "string" } }, "required": [ "round", "amount", "date", "investors", "source_url" ] } }, "Company_Recent_Hiring": { "type": "array", "items": { "type": "object", "properties": { "hire": { "type": "string" }, "role": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "hire", "role", "date", "source_url" ] } }, "Company_Rebranding_Campaigns": { "type": "array", "items": { "type": "object", "properties": { "summary": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "summary", "date", "source_url" ] } }, "Company_Open_Positions": { "type": "array", "items": { "type": "object", "properties": { "title": { "type": "string" }, "team": { "type": "string" }, "location": { "type": "string" }, "source_url": { "type": "string" }, "date_accessed": { "type": "string" } }, "required": [ "title", "team", "location", "source_url", "date_accessed" ] } }, "Company_Rapid_Expansions": { "type": "array", "items": { "type": "object", "properties": { "summary": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "summary", "date", "source_url" ] } }, "Company_New_Launches": { "type": "array", "items": { "type": "object", "properties": { "product_or_feature": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "product_or_feature", "date", "source_url" ] } }, "Company_Web_Design_Flaws": { "type": "array", "items": { "type": "object", "properties": { "page_url": { "type": "string" }, "issue": { "type": "string" }, "evidence": { "type": "string" }, "date_accessed": { "type": "string" } }, "required": [ "page_url", "issue", "evidence", "date_accessed" ] } }, "Research_Metadata": { "type": "object", "properties": { "research_date": { "type": "string" }, "notes": { "type": "string" } }, "required": [ "research_date", "notes" ] } }, "required": [ "Person", "Company", "Person_Achievements", "Company_Recent_Funding", "Company_Recent_Hiring", "Company_Rebranding_Campaigns", "Company_Open_Positions", "Company_Rapid_Expansions", "Company_New_Launches", "Company_Web_Design_Flaws", "Research_Metadata" ] }
