{"openapi":"3.1.0","info":{"title":"Trendtracker API","description":"An API to manage key trend indicators.","contact":{"email":"mathias.colpaert@trensition.eu"},"version":"0.0.1"},"paths":{"/indicators/acquisitions/time-series":{"get":{"tags":["Deprecated"],"summary":"Get Acquisition Time Series","description":"Returns a time series for acquisitions, based on the input filters.\nThe start and end date filters relate to the acquisition date.","operationId":"get_acquisition_time_series_indicators_acquisitions_time_series_get","deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}],"parameters":[{"name":"resolution","in":"query","required":false,"schema":{"$ref":"#/components/schemas/NeoSupportedResolutions","description":"The resolution of the time series: year, quarter, or month.","default":"year"},"description":"The resolution of the time series: year, quarter, or month."},{"name":"topicIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"title":"Topicids"}},{"name":"organizationIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"description":"When non-empty, restrict to events that involve these organizations.","title":"Organizationids"},"description":"When non-empty, restrict to events that involve these organizations."},{"name":"loadChildren","in":"query","required":false,"schema":{"type":"boolean","description":"If True, include organizations active in child topics of the given topic(s).","default":false,"title":"Loadchildren"},"description":"If True, include organizations active in child topics of the given topic(s)."},{"name":"certainty","in":"query","required":false,"schema":{"type":"number","maximum":1,"minimum":0,"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description.","default":0,"title":"Certainty"},"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description."},{"name":"start","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or after this date.","title":"Start"},"description":"Only consider nodes/events on or after this date."},{"name":"end","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or before this date.","title":"End"},"description":"Only consider nodes/events on or before this date."},{"name":"topicLink","in":"query","required":false,"schema":{"$ref":"#/components/schemas/event_api__api__deprecated__models__acquisition__acquisition_topic_link__AcquisitionTopicLink","description":"Filters on the link between the organization involved in the acquisition and the topic.","default":"both"},"description":"Filters on the link between the organization involved in the acquisition and the topic."},{"name":"minValue","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"If set, only include acquisitions whose deal amount (USD) is strictly greater than this value.","title":"Minvalue"},"description":"If set, only include acquisitions whose deal amount (USD) is strictly greater than this value."},{"name":"maxValue","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"If set, only include acquisitions whose deal amount (USD) is less than or equal to this value.","title":"Maxvalue"},"description":"If set, only include acquisitions whose deal amount (USD) is less than or equal to this value."},{"name":"acquisitionTypes","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/AcquisitionTypes"}},{"type":"null"}],"description":"Filters on the type of acquisition. If not provided, all types are included.","title":"Acquisitiontypes"},"description":"Filters on the type of acquisition. If not provided, all types are included."},{"name":"acquirerEmployeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the acquirer organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Acquireremployeescounts"},"description":"Filters on the number of employees the acquirer organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."},{"name":"acquireeEmployeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the acquiree organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Acquireeemployeescounts"},"description":"Filters on the number of employees the acquiree organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/event_api__api__deprecated__models__acquisition__acquisition_time_series__AcquisitionTimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/indicators/acquisitions/proof-points":{"get":{"tags":["Deprecated"],"summary":"Get Acquisition Proof Points","description":"Returns proof points for acquisitions, based on the input filters.\nThe start and end date filters relate to the acquisition date.","operationId":"get_acquisition_proof_points_indicators_acquisitions_proof_points_get","deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}],"parameters":[{"name":"skip","in":"query","required":false,"schema":{"type":"integer","minimum":0,"description":"The number of results to skip.","default":0,"title":"Skip"},"description":"The number of results to skip."},{"name":"take","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"description":"The maximum number of results to return.","default":10,"title":"Take"},"description":"The maximum number of results to return."},{"name":"sortDirection","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SortDirections","description":"The direction to sort the results.","default":"asc"},"description":"The direction to sort the results."},{"name":"returnTotal","in":"query","required":false,"schema":{"type":"boolean","description":"Whether to return the total number of results.","default":false,"title":"Returntotal"},"description":"Whether to return the total number of results."},{"name":"topicIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"title":"Topicids"}},{"name":"organizationIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"description":"When non-empty, restrict to events that involve these organizations.","title":"Organizationids"},"description":"When non-empty, restrict to events that involve these organizations."},{"name":"loadChildren","in":"query","required":false,"schema":{"type":"boolean","description":"If True, include organizations active in child topics of the given topic(s).","default":false,"title":"Loadchildren"},"description":"If True, include organizations active in child topics of the given topic(s)."},{"name":"certainty","in":"query","required":false,"schema":{"type":"number","maximum":1,"minimum":0,"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description.","default":0,"title":"Certainty"},"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description."},{"name":"start","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or after this date.","title":"Start"},"description":"Only consider nodes/events on or after this date."},{"name":"end","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or before this date.","title":"End"},"description":"Only consider nodes/events on or before this date."},{"name":"topicLink","in":"query","required":false,"schema":{"$ref":"#/components/schemas/event_api__api__deprecated__models__acquisition__acquisition_topic_link__AcquisitionTopicLink","description":"Filters on the link between the organization involved in the acquisition and the topic.","default":"both"},"description":"Filters on the link between the organization involved in the acquisition and the topic."},{"name":"minValue","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"If set, only include acquisitions whose deal amount (USD) is strictly greater than this value.","title":"Minvalue"},"description":"If set, only include acquisitions whose deal amount (USD) is strictly greater than this value."},{"name":"maxValue","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"If set, only include acquisitions whose deal amount (USD) is less than or equal to this value.","title":"Maxvalue"},"description":"If set, only include acquisitions whose deal amount (USD) is less than or equal to this value."},{"name":"acquisitionTypes","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/AcquisitionTypes"}},{"type":"null"}],"description":"Filters on the type of acquisition. If not provided, all types are included.","title":"Acquisitiontypes"},"description":"Filters on the type of acquisition. If not provided, all types are included."},{"name":"acquirerEmployeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the acquirer organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Acquireremployeescounts"},"description":"Filters on the number of employees the acquirer organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."},{"name":"acquireeEmployeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the acquiree organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Acquireeemployeescounts"},"description":"Filters on the number of employees the acquiree organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."},{"name":"sortColumn","in":"query","required":false,"schema":{"$ref":"#/components/schemas/AcquisitionProofPointSortColumns","description":"The column to sort the results by.","default":"acquired_on"},"description":"The column to sort the results by."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_AcquisitionProofPoint_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/indicators/consultancy-reports/proofpoints":{"post":{"tags":["Deprecated"],"summary":"Search Consultancy Report Proofpoints","description":"Returns consultancy report (PDF) proofpoints, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"search_consultancy_report_proofpoints_indicators_consultancy_reports_proofpoints_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_DocumentBase_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/consultancy-reports/time-series":{"post":{"tags":["Deprecated"],"summary":"Consultancy Report Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.","operationId":"consultancy_report_time_series_indicators_consultancy_reports_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/earnings-calls/proofpoints":{"post":{"tags":["Deprecated"],"summary":"Search Earnings Call Proofpoints","description":"Returns earnings call proofpoints, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"search_earnings_call_proofpoints_indicators_earnings_calls_proofpoints_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_DocumentBase_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/earnings-calls/time-series":{"post":{"tags":["Deprecated"],"summary":"Earnings Calls Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.","operationId":"earnings_calls_time_series_indicators_earnings_calls_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/grants/proofpoints":{"post":{"tags":["Deprecated"],"summary":"Grants Proofpoints","operationId":"grants_proofpoints_indicators_grants_proofpoints_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GrantIndexSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/event_models__core_models__page__Page_Project___1"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/grants/time-series":{"post":{"tags":["Deprecated"],"summary":"Grants Time Series","operationId":"grants_time_series_indicators_grants_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntervalOverlapIndexTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/investments/time-series":{"get":{"tags":["Deprecated"],"summary":"Get Investment Time Series","description":"Returns a time series for investments, based on the input filters.\nThe start and end date filters relate to the announced date.","operationId":"get_investment_time_series_indicators_investments_time_series_get","deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}],"parameters":[{"name":"resolution","in":"query","required":false,"schema":{"$ref":"#/components/schemas/NeoSupportedResolutions","description":"The resolution of the time series: year, quarter, or month.","default":"year"},"description":"The resolution of the time series: year, quarter, or month."},{"name":"topicIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"title":"Topicids"}},{"name":"organizationIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"description":"When non-empty, restrict to events that involve these organizations.","title":"Organizationids"},"description":"When non-empty, restrict to events that involve these organizations."},{"name":"loadChildren","in":"query","required":false,"schema":{"type":"boolean","description":"If True, include organizations active in child topics of the given topic(s).","default":false,"title":"Loadchildren"},"description":"If True, include organizations active in child topics of the given topic(s)."},{"name":"certainty","in":"query","required":false,"schema":{"type":"number","maximum":1,"minimum":0,"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description.","default":0,"title":"Certainty"},"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description."},{"name":"start","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or after this date.","title":"Start"},"description":"Only consider nodes/events on or after this date."},{"name":"end","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or before this date.","title":"End"},"description":"Only consider nodes/events on or before this date."},{"name":"topicLink","in":"query","required":false,"schema":{"$ref":"#/components/schemas/event_api__api__deprecated__models__investment__investment_topic_link__InvestmentTopicLink","description":"Filters on the link between the organization involved in the investment and the topic.","default":"both"},"description":"Filters on the link between the organization involved in the investment and the topic."},{"name":"minValue","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"If set, only include investments whose amount (USD) is strictly greater than this value.","title":"Minvalue"},"description":"If set, only include investments whose amount (USD) is strictly greater than this value."},{"name":"maxValue","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"If set, only include investments whose amount (USD) is less than or equal to this value.","title":"Maxvalue"},"description":"If set, only include investments whose amount (USD) is less than or equal to this value."},{"name":"investmentTypes","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InvestmentTypes"}},{"type":"null"}],"description":"Filters on the type of investment. If not provided, all types are included.","title":"Investmenttypes"},"description":"Filters on the type of investment. If not provided, all types are included."},{"name":"investorEmployeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the investor organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Investoremployeescounts"},"description":"Filters on the number of employees the investor organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."},{"name":"investeeEmployeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the investee organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Investeeemployeescounts"},"description":"Filters on the number of employees the investee organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/event_api__api__deprecated__models__investment__investment_time_series__InvestmentTimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/indicators/investments/proof-points":{"get":{"tags":["Deprecated"],"summary":"Get Investment Proof Points","description":"Returns proof points for investments, based on the input filters.\nThe start and end date filters relate to the announced date.","operationId":"get_investment_proof_points_indicators_investments_proof_points_get","deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}],"parameters":[{"name":"skip","in":"query","required":false,"schema":{"type":"integer","minimum":0,"description":"The number of results to skip.","default":0,"title":"Skip"},"description":"The number of results to skip."},{"name":"take","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"description":"The maximum number of results to return.","default":10,"title":"Take"},"description":"The maximum number of results to return."},{"name":"sortDirection","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SortDirections","description":"The direction to sort the results.","default":"asc"},"description":"The direction to sort the results."},{"name":"returnTotal","in":"query","required":false,"schema":{"type":"boolean","description":"Whether to return the total number of results.","default":false,"title":"Returntotal"},"description":"Whether to return the total number of results."},{"name":"topicIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"title":"Topicids"}},{"name":"organizationIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"description":"When non-empty, restrict to events that involve these organizations.","title":"Organizationids"},"description":"When non-empty, restrict to events that involve these organizations."},{"name":"loadChildren","in":"query","required":false,"schema":{"type":"boolean","description":"If True, include organizations active in child topics of the given topic(s).","default":false,"title":"Loadchildren"},"description":"If True, include organizations active in child topics of the given topic(s)."},{"name":"certainty","in":"query","required":false,"schema":{"type":"number","maximum":1,"minimum":0,"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description.","default":0,"title":"Certainty"},"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description."},{"name":"start","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or after this date.","title":"Start"},"description":"Only consider nodes/events on or after this date."},{"name":"end","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or before this date.","title":"End"},"description":"Only consider nodes/events on or before this date."},{"name":"topicLink","in":"query","required":false,"schema":{"$ref":"#/components/schemas/event_api__api__deprecated__models__investment__investment_topic_link__InvestmentTopicLink","description":"Filters on the link between the organization involved in the investment and the topic.","default":"both"},"description":"Filters on the link between the organization involved in the investment and the topic."},{"name":"minValue","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"If set, only include investments whose amount (USD) is strictly greater than this value.","title":"Minvalue"},"description":"If set, only include investments whose amount (USD) is strictly greater than this value."},{"name":"maxValue","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"If set, only include investments whose amount (USD) is less than or equal to this value.","title":"Maxvalue"},"description":"If set, only include investments whose amount (USD) is less than or equal to this value."},{"name":"investmentTypes","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InvestmentTypes"}},{"type":"null"}],"description":"Filters on the type of investment. If not provided, all types are included.","title":"Investmenttypes"},"description":"Filters on the type of investment. If not provided, all types are included."},{"name":"investorEmployeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the investor organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Investoremployeescounts"},"description":"Filters on the number of employees the investor organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."},{"name":"investeeEmployeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the investee organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Investeeemployeescounts"},"description":"Filters on the number of employees the investee organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."},{"name":"sortColumn","in":"query","required":false,"schema":{"$ref":"#/components/schemas/InvestmentProofPointSortColumns","description":"The column to sort the results by.","default":"announced_on"},"description":"The column to sort the results by."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_InvestmentProofPoint_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/indicators/news-articles/proofpoints":{"post":{"tags":["Deprecated"],"summary":"News Articles Proofpoints","description":"Returns news article proofpoints, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"news_articles_proofpoints_indicators_news_articles_proofpoints_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_DocumentBase_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/news-articles/time-series":{"post":{"tags":["Deprecated"],"summary":"News Articles Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.","operationId":"news_articles_time_series_indicators_news_articles_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/organizations/time-series":{"get":{"tags":["Deprecated"],"summary":"Get Related Organization Time Series","description":"Returns a time series for organizations linked to a topic, aggregated by founded_on date. The input filters are applied.\nWhen no date filters are applied, the result also contains without_label,\n indicating what organizations don't have a founded_on date filled in.","operationId":"get_related_organization_time_series_indicators_organizations_time_series_get","deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}],"parameters":[{"name":"resolution","in":"query","required":false,"schema":{"$ref":"#/components/schemas/NeoSupportedResolutions","description":"The resolution of the time series: year, quarter, or month.","default":"year"},"description":"The resolution of the time series: year, quarter, or month."},{"name":"start","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or after this date.","title":"Start"},"description":"Only consider nodes/events on or after this date."},{"name":"end","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or before this date.","title":"End"},"description":"Only consider nodes/events on or before this date."},{"name":"topicIds","in":"query","required":true,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"minItems":1,"title":"Topicids"}},{"name":"organizationIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"description":"When non-empty, restrict to events that involve these organizations.","title":"Organizationids"},"description":"When non-empty, restrict to events that involve these organizations."},{"name":"loadChildren","in":"query","required":false,"schema":{"type":"boolean","description":"If True, include organizations active in child topics of the given topic(s).","default":false,"title":"Loadchildren"},"description":"If True, include organizations active in child topics of the given topic(s)."},{"name":"certainty","in":"query","required":false,"schema":{"type":"number","maximum":1,"minimum":0,"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description.","default":0,"title":"Certainty"},"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description."},{"name":"employeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Employeescounts"},"description":"Filters on the number of employees the organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/indicators/organizations/proof-points":{"get":{"tags":["Deprecated"],"summary":"Get Related Organization Proof Points","description":"Returns a list of organizations active in the topic, based on the input filters. If no date filters are given, organizations\nwithout a founded_date are also included","operationId":"get_related_organization_proof_points_indicators_organizations_proof_points_get","deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}],"parameters":[{"name":"skip","in":"query","required":false,"schema":{"type":"integer","minimum":0,"description":"The number of results to skip.","default":0,"title":"Skip"},"description":"The number of results to skip."},{"name":"take","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"description":"The maximum number of results to return.","default":10,"title":"Take"},"description":"The maximum number of results to return."},{"name":"sortDirection","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SortDirections","description":"The direction to sort the results.","default":"asc"},"description":"The direction to sort the results."},{"name":"returnTotal","in":"query","required":false,"schema":{"type":"boolean","description":"Whether to return the total number of results.","default":false,"title":"Returntotal"},"description":"Whether to return the total number of results."},{"name":"start","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or after this date.","title":"Start"},"description":"Only consider nodes/events on or after this date."},{"name":"end","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Only consider nodes/events on or before this date.","title":"End"},"description":"Only consider nodes/events on or before this date."},{"name":"topicIds","in":"query","required":true,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"minItems":1,"title":"Topicids"}},{"name":"organizationIds","in":"query","required":false,"schema":{"type":"array","items":{"type":"string","format":"uuid"},"description":"When non-empty, restrict to events that involve these organizations.","title":"Organizationids"},"description":"When non-empty, restrict to events that involve these organizations."},{"name":"loadChildren","in":"query","required":false,"schema":{"type":"boolean","description":"If True, include organizations active in child topics of the given topic(s).","default":false,"title":"Loadchildren"},"description":"If True, include organizations active in child topics of the given topic(s)."},{"name":"certainty","in":"query","required":false,"schema":{"type":"number","maximum":1,"minimum":0,"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description.","default":0,"title":"Certainty"},"description":"The certainty threshold for the organizations to be included in the results, use 0 to include all links.\nTypically certainty >= has the topic in the company name,\ncertainty >= 0.7 mentions the topic twice in the company description,\ncertainty >= 0.6 mentions the topic once in the company description and\ncertainty below that mentions the topic in the extended company description."},{"name":"employeesCounts","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/EmployeesCount"}},{"type":"null"}],"description":"Filters on the number of employees the organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count.","title":"Employeescounts"},"description":"Filters on the number of employees the organization has, in different ranges. If not provided, all organizations are included.\nYou can use 'unknown' to include organizations with no employee count."},{"name":"sortColumn","in":"query","required":false,"schema":{"$ref":"#/components/schemas/OrganizationProofPointSortColumns","description":"The column to sort the results by.","default":"founded_on"},"description":"The column to sort the results by."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_OrganizationProofPoint_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/indicators/partnerships/proofpoints":{"post":{"tags":["Deprecated"],"summary":"Partnerships Proofpoints","description":"Returns partnership-related proofpoints.","operationId":"partnerships_proofpoints_indicators_partnerships_proofpoints_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_DocumentBase_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/partnerships/time-series":{"post":{"tags":["Deprecated"],"summary":"Partnerships Time Series","description":"Aggregates partnership over time.","operationId":"partnerships_time_series_indicators_partnerships_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/patents/proofpoints":{"post":{"tags":["Deprecated"],"summary":"Search Patent Proofpoints","description":"Returns patent proofpoints, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"search_patent_proofpoints_indicators_patents_proofpoints_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_DocumentBase_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/patents/time-series":{"post":{"tags":["Deprecated"],"summary":"Patents Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.","operationId":"patents_time_series_indicators_patents_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/product-launches/proofpoints":{"post":{"tags":["Deprecated"],"summary":"Product Launches Proofpoints","description":"Returns product launch proofpoints.","operationId":"product_launches_proofpoints_indicators_product_launches_proofpoints_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_DocumentBase_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/product-launches/time-series":{"post":{"tags":["Deprecated"],"summary":"Product Launches Time Series","description":"Aggregates product launches over time.","operationId":"product_launches_time_series_indicators_product_launches_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/research-articles/proofpoints":{"post":{"tags":["Deprecated"],"summary":"Research Articles Proofpoints","description":"Returns research article proofpoints, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"research_articles_proofpoints_indicators_research_articles_proofpoints_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_DocumentBase_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/indicators/research-articles/time-series":{"post":{"tags":["Deprecated"],"summary":"Research Articles Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.","operationId":"research_articles_time_series_indicators_research_articles_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"deprecated":true,"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/facts/acquisitions/search":{"post":{"tags":["Facts"],"summary":"Search Acquisitions","description":"Returns acquisitions from the knowledge graph, based on the input filters.","operationId":"search_acquisitions_facts_acquisitions_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcquisitionSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_Acquisition_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/facts/acquisitions/time-series":{"post":{"tags":["Facts"],"summary":"Acquisitions Time Series","description":"Aggregates acquisition counts and amounts per time bucket.","operationId":"acquisitions_time_series_facts_acquisitions_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AcquisitionTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/event_models__facts__acquisition_time_series__AcquisitionTimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/facts/investments/search":{"post":{"tags":["Facts"],"summary":"Search Investments","description":"Returns investments from the knowledge graph, based on the input filters.","operationId":"search_investments_facts_investments_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvestmentSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_Investment_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/facts/investments/time-series":{"post":{"tags":["Facts"],"summary":"Investments Time Series","description":"Aggregates investment counts and amounts per time bucket.","operationId":"investments_time_series_facts_investments_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvestmentTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/event_models__facts__investment_time_series__InvestmentTimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/facts/organizations/search":{"post":{"tags":["Facts"],"summary":"Search Organizations","description":"Returns organizations from the knowledge graph, based on the input filters.","operationId":"search_organizations_facts_organizations_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_Organization_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/facts/organizations/time-series":{"post":{"tags":["Facts"],"summary":"Organizations Time Series","description":"Aggregates organization counts per time bucket.","operationId":"organizations_time_series_facts_organizations_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/health/ready":{"get":{"tags":["Health"],"summary":"Health Ready Get","description":"Checks if server is ready to serve requests. This endpoint should be used by the liveness probe in the loadbalancer.","operationId":"health_ready_get_health_ready_get","responses":{"200":{"description":"Server is ready to serve requests.","content":{"application/json":{"schema":{}}}},"503":{"description":"Server is not ready; one or more readiness checks failed."}}}},"/industries":{"get":{"tags":["Topics"],"summary":"Search Industries","description":"Search for industries by keyword and return the most relevant matches, ordered by name.","operationId":"search_industries_industries_get","security":[{"HTTPBearer":["superAdmin"]},{"APIKeyHeader":["superAdmin"]}],"parameters":[{"name":"query","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":1,"maxLength":50},{"type":"null"}],"description":"The query to search for.","title":"Query"},"description":"The query to search for."},{"name":"skip","in":"query","required":false,"schema":{"type":"integer","maximum":1000,"minimum":0,"description":"The number of results to skip, when paging.","default":0,"title":"Skip"},"description":"The number of results to skip, when paging."},{"name":"take","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":10,"title":"Take"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_IdNameModel_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/indicators/industry-tsi/time-series":{"get":{"tags":["Indicators"],"summary":"Get Industry Tsi Time Series","description":"Returns a time series for industry tsi, based on the input filters.\nThe start and end date filters relate to the announced date.","operationId":"get_industry_tsi_time_series_indicators_industry_tsi_time_series_get","security":[{"HTTPBearer":["superAdmin"]},{"APIKeyHeader":["superAdmin"]}],"parameters":[{"name":"industryId","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"The industry to fetch the tsi value for. Cross industry if not provided.","title":"Industryid"},"description":"The industry to fetch the tsi value for. Cross industry if not provided."},{"name":"topicId","in":"query","required":true,"schema":{"type":"string","format":"uuid","description":"The topic to fetch the tsi values for.","title":"Topicid"},"description":"The topic to fetch the tsi values for."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndustryTsiTimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/manifestations/search":{"post":{"tags":["Manifestations"],"summary":"Search Manifestations","description":"Returns manifestations grouped from proof points, product launches, and facts, based on the input filters.","operationId":"search_manifestations_manifestations_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManifestationSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManifestationPage"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/correlation-matrix":{"post":{"tags":["Proof Points"],"summary":"Proof Points Correlation Matrix","description":"Returns a correlation matrix across all proof point document types.","operationId":"proof_points_correlation_matrix_proof_points_correlation_matrix_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProofPointCorrelationMatrixParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationMatrix"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/news-articles/correlation-matrix":{"post":{"tags":["Proof Points"],"summary":"News Articles Correlation Matrix","operationId":"news_articles_correlation_matrix_proof_points_news_articles_correlation_matrix_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProofPointCorrelationMatrixParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationMatrix"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/research-articles/correlation-matrix":{"post":{"tags":["Proof Points"],"summary":"Research Articles Correlation Matrix","operationId":"research_articles_correlation_matrix_proof_points_research_articles_correlation_matrix_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProofPointCorrelationMatrixParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationMatrix"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/patents/correlation-matrix":{"post":{"tags":["Proof Points"],"summary":"Patents Correlation Matrix","operationId":"patents_correlation_matrix_proof_points_patents_correlation_matrix_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProofPointCorrelationMatrixParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationMatrix"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/projects/correlation-matrix":{"post":{"tags":["Proof Points"],"summary":"Projects Correlation Matrix","operationId":"projects_correlation_matrix_proof_points_projects_correlation_matrix_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProofPointCorrelationMatrixParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationMatrix"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/pdfs/correlation-matrix":{"post":{"tags":["Proof Points"],"summary":"Pdfs Correlation Matrix","operationId":"pdfs_correlation_matrix_proof_points_pdfs_correlation_matrix_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProofPointCorrelationMatrixParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationMatrix"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/earnings-calls/correlation-matrix":{"post":{"tags":["Proof Points"],"summary":"Earnings Calls Correlation Matrix","operationId":"earnings_calls_correlation_matrix_proof_points_earnings_calls_correlation_matrix_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProofPointCorrelationMatrixParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CorrelationMatrix"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/earnings-calls/search":{"post":{"tags":["Proof Points"],"summary":"Search Earnings Calls","description":"Returns earnings call proof points, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"search_earnings_calls_proof_points_earnings_calls_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EarningsCallSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_EarningsCall_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/earnings-calls/time-series":{"post":{"tags":["Proof Points"],"summary":"Earnings Calls Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.\nThe start and end date filters relate to the published date.","operationId":"earnings_calls_time_series_proof_points_earnings_calls_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EarningsCallTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/news-articles/search":{"post":{"tags":["Proof Points"],"summary":"Search News Articles","description":"Returns news article proof points, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"search_news_articles_proof_points_news_articles_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsArticleSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_NewsArticle_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/news-articles/time-series":{"post":{"tags":["Proof Points"],"summary":"News Articles Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.\nThe start and end date filters relate to the published date.","operationId":"news_articles_time_series_proof_points_news_articles_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewsArticleTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/patents/search":{"post":{"tags":["Proof Points"],"summary":"Search Patents","description":"Returns patent proof points, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"search_patents_proof_points_patents_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatentSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_Patent_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/patents/time-series":{"post":{"tags":["Proof Points"],"summary":"Patents Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.\nThe start and end date filters relate to the published date.","operationId":"patents_time_series_proof_points_patents_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatentTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/pdfs/search":{"post":{"tags":["Proof Points"],"summary":"Search Pdfs","description":"Returns PDF proof points, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"search_pdfs_proof_points_pdfs_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PdfSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_Pdf_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/pdfs/time-series":{"post":{"tags":["Proof Points"],"summary":"Pdfs Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.\nThe start and end date filters relate to the published date.","operationId":"pdfs_time_series_proof_points_pdfs_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PdfTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/projects/search":{"post":{"tags":["Proof Points"],"summary":"Search Projects","description":"Returns project proof points, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"search_projects_proof_points_projects_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/event_models__core_models__page__Page_Project___2"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/projects/time-series":{"post":{"tags":["Proof Points"],"summary":"Projects Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.\nThe start and end date filters relate to the published date.","operationId":"projects_time_series_proof_points_projects_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/research-articles/search":{"post":{"tags":["Proof Points"],"summary":"Search Research Articles","description":"Returns research article proof points, based on the input filters.\nThe start and end date filters relate to the published date.","operationId":"search_research_articles_proof_points_research_articles_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResearchArticleSearchParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_ResearchArticle_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/proof-points/research-articles/time-series":{"post":{"tags":["Proof Points"],"summary":"Research Articles Time Series","description":"Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.\nThe start and end date filters relate to the published date.","operationId":"research_articles_time_series_proof_points_research_articles_time_series_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResearchArticleTimeSeriesParams"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeSeries"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":["license"]},{"APIKeyHeader":["license"]}]}},"/topics/{topic_id}/related":{"get":{"tags":["Topics"],"summary":"Get Related Topics","description":"Returns related topics for a given topic id, based on how many organizations are active in both the topic and the related topic.\nThe result is normalized using jaccard similarity score. For very large topics (more than 5000 orgs active in it), Jaccard is skipped\nand the similarity score is always 1.","operationId":"get_related_topics_topics__topic_id__related_get","security":[{"HTTPBearer":["superAdmin"]},{"APIKeyHeader":["superAdmin"]}],"parameters":[{"name":"topic_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Topic Id"}},{"name":"take","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"description":"The number of related topics to return, all topics are caculated anyways, this is just to limit response size.","default":10,"title":"Take"},"description":"The number of related topics to return, all topics are caculated anyways, this is just to limit response size."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RelatedTopic"},"title":"Response Get Related Topics Topics  Topic Id  Related Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/topics":{"get":{"tags":["Topics"],"summary":"Search Topics","description":"Search for topics by keyword and return the most relevant matches, ordered by name.","operationId":"search_topics_topics_get","security":[{"HTTPBearer":["superAdmin"]},{"APIKeyHeader":["superAdmin"]}],"parameters":[{"name":"query","in":"query","required":false,"schema":{"anyOf":[{"type":"string","minLength":1,"maxLength":50},{"type":"null"}],"description":"The query to search for.","title":"Query"},"description":"The query to search for."},{"name":"skip","in":"query","required":false,"schema":{"type":"integer","maximum":1000,"minimum":0,"description":"The number of results to skip, when paging.","default":0,"title":"Skip"},"description":"The number of results to skip, when paging."},{"name":"take","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"description":"The number of results to return, ordered by descending relevance.","default":10,"title":"Take"},"description":"The number of results to return, ordered by descending relevance."},{"name":"topicSetIds","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Topicsetids"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_IdNameModel_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/topic-sets":{"get":{"tags":["Topics"],"summary":"Search Topic Sets","description":"Search for topic set by keyword and return the most relevant matches, ordered by name.","operationId":"search_topic_sets_topic_sets_get","security":[{"HTTPBearer":["superAdmin"]},{"APIKeyHeader":["superAdmin"]}],"parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string","minLength":1,"maxLength":50,"description":"The query to search for.","title":"Query"},"description":"The query to search for."},{"name":"take","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"description":"The number of results to return, ordered by descending relevance.","default":10,"title":"Take"},"description":"The number of results to return, ordered by descending relevance."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Page_IdNameModel_"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"Acquisition":{"properties":{"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty that the organization is related to the topic."},"id":{"type":"string","format":"uuid","title":"Id"},"acquisitionType":{"anyOf":[{"$ref":"#/components/schemas/AcquisitionTypes"},{"type":"null"}]},"acquiredOn":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Acquiredon"},"amount":{"type":"number","title":"Amount"},"acquirer":{"$ref":"#/components/schemas/IdNameModel"},"acquiree":{"$ref":"#/components/schemas/IdNameModel"}},"type":"object","required":["certainty","id","amount","acquirer","acquiree"],"title":"Acquisition"},"AcquisitionFilter":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty threshold for the organizations to be included in the results.","default":0},"query":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}],"title":"Query","description":"Optional free-text search over organization labels."},"topicLink":{"$ref":"#/components/schemas/event_models__facts__acquisition_topic_link__AcquisitionTopicLink","default":"both"},"minValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Minvalue"},"maxValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxvalue"},"acquisitionTypes":{"anyOf":[{"items":{"$ref":"#/components/schemas/AcquisitionTypes"},"type":"array"},{"type":"null"}],"title":"Acquisitiontypes"},"acquirerEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Acquireremployeescounts"},"acquireeEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Acquireeemployeescounts"}},"type":"object","title":"AcquisitionFilter"},"AcquisitionProofPoint":{"properties":{"id":{"type":"string","title":"Id","description":"The id of the acquisition."},"acquisitionType":{"anyOf":[{"$ref":"#/components/schemas/AcquisitionTypes"},{"type":"null"}],"description":"The type of acquisition."},"acquiredOn":{"type":"string","format":"date","title":"Acquiredon","description":"The date the acquisition was completed."},"amount":{"type":"number","title":"Amount","description":"The amount of the acquisition in USD."},"acquirer":{"$ref":"#/components/schemas/IdNameModel","description":"The organization that acquired the other organization."},"acquiree":{"$ref":"#/components/schemas/IdNameModel","description":"The organization that was acquired."},"certainty":{"type":"number","title":"Certainty","description":"The certainty that the organization is related to the trend."}},"type":"object","required":["id","acquisitionType","acquiredOn","amount","acquirer","acquiree","certainty"],"title":"AcquisitionProofPoint"},"AcquisitionProofPointSortColumns":{"type":"string","enum":["acquired_on","amount","acquirer","acquiree","certainty"],"title":"AcquisitionProofPointSortColumns"},"AcquisitionSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty threshold for the organizations to be included in the results.","default":0},"query":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}],"title":"Query","description":"Optional free-text search over organization labels."},"topicLink":{"$ref":"#/components/schemas/event_models__facts__acquisition_topic_link__AcquisitionTopicLink","default":"both"},"minValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Minvalue"},"maxValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxvalue"},"acquisitionTypes":{"anyOf":[{"items":{"$ref":"#/components/schemas/AcquisitionTypes"},"type":"array"},{"type":"null"}],"title":"Acquisitiontypes"},"acquirerEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Acquireremployeescounts"},"acquireeEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Acquireeemployeescounts"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"sortColumn":{"$ref":"#/components/schemas/AcquisitionSortColumns","default":"acquired_on"}},"type":"object","title":"AcquisitionSearchParams"},"AcquisitionSortColumns":{"type":"string","enum":["acquired_on","amount","acquirer","acquiree","certainty"],"title":"AcquisitionSortColumns"},"AcquisitionTimeSeriesParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty threshold for the organizations to be included in the results.","default":0},"query":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}],"title":"Query","description":"Optional free-text search over organization labels."},"topicLink":{"$ref":"#/components/schemas/event_models__facts__acquisition_topic_link__AcquisitionTopicLink","default":"both"},"minValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Minvalue"},"maxValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxvalue"},"acquisitionTypes":{"anyOf":[{"items":{"$ref":"#/components/schemas/AcquisitionTypes"},"type":"array"},{"type":"null"}],"title":"Acquisitiontypes"},"acquirerEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Acquireremployeescounts"},"acquireeEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Acquireeemployeescounts"},"resolution":{"$ref":"#/components/schemas/NeoSupportedResolutions","default":"year"}},"type":"object","title":"AcquisitionTimeSeriesParams"},"AcquisitionTypes":{"type":"string","enum":["acquihire","acquisition","leveraged_buyout","management_buyout","merge"],"title":"AcquisitionTypes"},"AndGroup":{"properties":{"type":{"type":"string","const":"and","title":"Type","default":"and"},"clauses":{"items":{"oneOf":[{"$ref":"#/components/schemas/AndGroup"},{"$ref":"#/components/schemas/OrGroup"},{"$ref":"#/components/schemas/NotGroup"},{"$ref":"#/components/schemas/QueryFilter"},{"$ref":"#/components/schemas/TopicsFilter"},{"$ref":"#/components/schemas/ParentGpesFilter"},{"$ref":"#/components/schemas/NodeFilter"},{"$ref":"#/components/schemas/CandidateFilter"},{"$ref":"#/components/schemas/DateFilter"},{"$ref":"#/components/schemas/IntervalOverlapFilter"},{"$ref":"#/components/schemas/TermsFilter"},{"$ref":"#/components/schemas/SourceIsPremiumFilter"},{"$ref":"#/components/schemas/SourceCountriesFilter"}],"discriminator":{"propertyName":"type","mapping":{"and":"#/components/schemas/AndGroup","candidate":"#/components/schemas/CandidateFilter","date":"#/components/schemas/DateFilter","interval_overlap":"#/components/schemas/IntervalOverlapFilter","node":"#/components/schemas/NodeFilter","not":"#/components/schemas/NotGroup","or":"#/components/schemas/OrGroup","parent_gpes":"#/components/schemas/ParentGpesFilter","query":"#/components/schemas/QueryFilter","source_countries":"#/components/schemas/SourceCountriesFilter","source_is_premium":"#/components/schemas/SourceIsPremiumFilter","terms":"#/components/schemas/TermsFilter","topics":"#/components/schemas/TopicsFilter"}}},"type":"array","title":"Clauses","description":"Nested filter clauses; all must match."}},"type":"object","required":["clauses"],"title":"AndGroup","description":"All nested clauses must match (AND)."},"CandidateFilter":{"properties":{"type":{"type":"string","const":"candidate","title":"Type","default":"candidate"},"nodeType":{"$ref":"#/components/schemas/NodeTypes","description":"Must be one of ``NodeTypes.indexed_candidate_types()`` (e.g. ORG)."},"ids":{"items":{"type":"string"},"type":"array","title":"Ids","description":"Knowledge-graph candidate node ids to filter by."}},"type":"object","required":["nodeType","ids"],"title":"CandidateFilter","description":"Filter by ER candidate ids indexed on ``candidates__<node_type>`` (detected-entity candidates)."},"CorrelationMatrix":{"properties":{"cells":{"items":{"$ref":"#/components/schemas/CorrelationMatrixCell"},"type":"array","title":"Cells"}},"type":"object","required":["cells"],"title":"CorrelationMatrix"},"CorrelationMatrixCell":{"properties":{"row":{"type":"integer","title":"Row"},"col":{"type":"integer","title":"Col"},"count":{"type":"integer","title":"Count"}},"type":"object","required":["row","col","count"],"title":"CorrelationMatrixCell"},"DateFilter":{"properties":{"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"type":{"type":"string","const":"date","title":"Type","default":"date"},"field":{"type":"string","const":"published_at","title":"Field","description":"Date field to filter on.","default":"published_at"}},"type":"object","title":"DateFilter","description":"Date range filter on a date field (e.g. published_at)."},"DetectedNodes":{"properties":{"acquisition":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Acquisition"},"city":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"City"},"country":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Country"},"gpe":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Gpe"},"investment":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Investment"},"merger":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Merger"},"org":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Org"},"candidatesOrg":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Candidatesorg"},"partnership":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Partnership"},"settlement":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Settlement"},"subCountry":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Subcountry"},"worldRegion":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Worldregion"}},"type":"object","title":"DetectedNodes"},"DetectedParentGpes":{"properties":{"document":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Document"},"title":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Summary"}},"type":"object","title":"DetectedParentGpes"},"DetectedTopics":{"properties":{"document":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Document"},"title":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Summary"},"body":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Body"}},"type":"object","title":"DetectedTopics"},"DocumentBase":{"properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Id"},"source":{"anyOf":[{"$ref":"#/components/schemas/IdNameModel"},{"type":"null"}]},"publishedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Publishedat"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"language":{"anyOf":[{"$ref":"#/components/schemas/LanguageCodes"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Image"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"topics":{"anyOf":[{"$ref":"#/components/schemas/DetectedTopics"},{"type":"null"}]},"parentGpes":{"anyOf":[{"$ref":"#/components/schemas/DetectedParentGpes"},{"type":"null"}]},"nodes":{"anyOf":[{"$ref":"#/components/schemas/DetectedNodes"},{"type":"null"}]},"score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Score"},"relex":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Relex"}},"type":"object","title":"DocumentBase"},"DocumentType":{"type":"string","enum":["article","earnings-call","pdf","patent","project","research-article"],"title":"DocumentType"},"EarningsCall":{"properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Id"},"source":{"anyOf":[{"$ref":"#/components/schemas/IdNameModel"},{"type":"null"}]},"publishedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Publishedat"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"language":{"anyOf":[{"$ref":"#/components/schemas/LanguageCodes"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Image"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"topics":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topics"},"topicsTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicstitle"},"topicsSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicssummary"},"topicsBody":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicsbody"},"parentGpes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpes"},"parentGpesTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpestitle"},"parentGpesSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpessummary"},"acquisitionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Acquisitionnodes"},"cityNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Citynodes"},"countryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Countrynodes"},"gpeNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Gpenodes"},"investmentNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Investmentnodes"},"mergerNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Mergernodes"},"orgNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Orgnodes"},"partnershipNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Partnershipnodes"},"settlementNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Settlementnodes"},"subCountryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Subcountrynodes"},"worldRegionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Worldregionnodes"},"score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Score"}},"type":"object","title":"EarningsCall","description":"An earnings call transcript or related document."},"EarningsCallSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"fields":{"items":{"enum":["acquisitionNodes","body","cityNodes","countryNodes","domain","gpeNodes","id","image","investmentNodes","language","mergerNodes","orgNodes","parentGpes","parentGpesSummary","parentGpesTitle","partnershipNodes","publishedAt","score","settlementNodes","source","subCountryNodes","summary","title","topics","topicsBody","topicsSummary","topicsTitle","url","worldRegionNodes"]},"type":"array","minItems":1,"title":"Fields","default":["publishedAt","title"]}},"type":"object","title":"EarningsCallSearchParams"},"EarningsCallTimeSeriesParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"resolution":{"$ref":"#/components/schemas/IndexCalendarIntervals","default":"year"}},"type":"object","title":"EarningsCallTimeSeriesParams"},"EmployeesCount":{"type":"string","enum":["1-10","11-50","51-100","101-250","251-500","501-1000","1001-5000","5001-10000","10001+","unknown"],"title":"EmployeesCount"},"FactTypes":{"type":"string","enum":["organization","investment","acquisition"],"title":"FactTypes"},"GrantIndexSearchParams":{"properties":{"fields":{"anyOf":[{"items":{"$ref":"#/components/schemas/QueryableFields"},"type":"array"},{"type":"null"}],"title":"Fields","description":"Fields to fetch and return. When absent or empty, all fields are returned.","examples":[["id","publishedAt","title"]]},"nodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/NodeTypes"},"type":"array"},{"type":"null"}],"title":"Nodes","description":"Nodes to fetch and return.","examples":[["org"]]},"topics":{"anyOf":[{"items":{"$ref":"#/components/schemas/QueryableContentField"},"type":"array"},{"type":"null"}],"title":"Topics","description":"The fields to fetch topics for.","examples":[["title"]]},"parentGpes":{"anyOf":[{"items":{"$ref":"#/components/schemas/QueryableContentField"},"type":"array"},{"type":"null"}],"title":"Parentgpes","description":"The fields to fetch parent GPE topic ids for.","examples":[["title"]]},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","title":"Take","description":"Number of records to return. Use 0 for count-only queries, or -1 to fetch all matching records.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexSearchSortColumns","description":"Column to sort results by.","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"query":{"anyOf":[{"oneOf":[{"$ref":"#/components/schemas/AndGroup"},{"$ref":"#/components/schemas/OrGroup"},{"$ref":"#/components/schemas/NotGroup"},{"$ref":"#/components/schemas/QueryFilter"},{"$ref":"#/components/schemas/TopicsFilter"},{"$ref":"#/components/schemas/ParentGpesFilter"},{"$ref":"#/components/schemas/NodeFilter"},{"$ref":"#/components/schemas/CandidateFilter"},{"$ref":"#/components/schemas/DateFilter"},{"$ref":"#/components/schemas/IntervalOverlapFilter"},{"$ref":"#/components/schemas/TermsFilter"},{"$ref":"#/components/schemas/SourceIsPremiumFilter"},{"$ref":"#/components/schemas/SourceCountriesFilter"}],"discriminator":{"propertyName":"type","mapping":{"and":"#/components/schemas/AndGroup","candidate":"#/components/schemas/CandidateFilter","date":"#/components/schemas/DateFilter","interval_overlap":"#/components/schemas/IntervalOverlapFilter","node":"#/components/schemas/NodeFilter","not":"#/components/schemas/NotGroup","or":"#/components/schemas/OrGroup","parent_gpes":"#/components/schemas/ParentGpesFilter","query":"#/components/schemas/QueryFilter","source_countries":"#/components/schemas/SourceCountriesFilter","source_is_premium":"#/components/schemas/SourceIsPremiumFilter","terms":"#/components/schemas/TermsFilter","topics":"#/components/schemas/TopicsFilter"}}},{"type":"null"}],"title":"Query","description":"Nested filter clauses (AND/OR with Query, Topics, Node, Candidate, Date, Terms).","examples":[null]},"score":{"anyOf":[{"$ref":"#/components/schemas/IndexScoreConfig"},{"type":"null"}],"description":"Optional scoring configuration used to compute per-document score and weighted analytics.","examples":[null]}},"type":"object","title":"GrantIndexSearchParams","description":"Search params for grant/project indicators where DateFilter is forbidden."},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"IdNameModel":{"properties":{"id":{"type":"string","title":"Id","description":"The id of the node in the knowledge graph."},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name","description":"The name (label) of the node in the knowledge graph."}},"type":"object","required":["id"],"title":"IdNameModel"},"IndexCalendarIntervals":{"type":"string","enum":["day","week","month","quarter","year"],"title":"IndexCalendarIntervals"},"IndexScoreConfig":{"properties":{"tiers":{"items":{"$ref":"#/components/schemas/ScoreTier"},"type":"array","title":"Tiers"},"publishedAtDecay":{"anyOf":[{"$ref":"#/components/schemas/PublishedAtDecayConfig"},{"type":"null"}]}},"type":"object","required":["tiers"],"title":"IndexScoreConfig","description":"Top-level scoring configuration: ordered tiers only."},"IndexSearchParams":{"properties":{"fields":{"anyOf":[{"items":{"$ref":"#/components/schemas/QueryableFields"},"type":"array"},{"type":"null"}],"title":"Fields","description":"Fields to fetch and return. When absent or empty, all fields are returned.","examples":[["id","publishedAt","title"]]},"nodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/NodeTypes"},"type":"array"},{"type":"null"}],"title":"Nodes","description":"Nodes to fetch and return.","examples":[["org"]]},"topics":{"anyOf":[{"items":{"$ref":"#/components/schemas/QueryableContentField"},"type":"array"},{"type":"null"}],"title":"Topics","description":"The fields to fetch topics for.","examples":[["title"]]},"parentGpes":{"anyOf":[{"items":{"$ref":"#/components/schemas/QueryableContentField"},"type":"array"},{"type":"null"}],"title":"Parentgpes","description":"The fields to fetch parent GPE topic ids for.","examples":[["title"]]},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","title":"Take","description":"Number of records to return. Use 0 for count-only queries, or -1 to fetch all matching records.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexSearchSortColumns","description":"Column to sort results by.","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"query":{"anyOf":[{"oneOf":[{"$ref":"#/components/schemas/AndGroup"},{"$ref":"#/components/schemas/OrGroup"},{"$ref":"#/components/schemas/NotGroup"},{"$ref":"#/components/schemas/QueryFilter"},{"$ref":"#/components/schemas/TopicsFilter"},{"$ref":"#/components/schemas/ParentGpesFilter"},{"$ref":"#/components/schemas/NodeFilter"},{"$ref":"#/components/schemas/CandidateFilter"},{"$ref":"#/components/schemas/DateFilter"},{"$ref":"#/components/schemas/IntervalOverlapFilter"},{"$ref":"#/components/schemas/TermsFilter"},{"$ref":"#/components/schemas/SourceIsPremiumFilter"},{"$ref":"#/components/schemas/SourceCountriesFilter"}],"discriminator":{"propertyName":"type","mapping":{"and":"#/components/schemas/AndGroup","candidate":"#/components/schemas/CandidateFilter","date":"#/components/schemas/DateFilter","interval_overlap":"#/components/schemas/IntervalOverlapFilter","node":"#/components/schemas/NodeFilter","not":"#/components/schemas/NotGroup","or":"#/components/schemas/OrGroup","parent_gpes":"#/components/schemas/ParentGpesFilter","query":"#/components/schemas/QueryFilter","source_countries":"#/components/schemas/SourceCountriesFilter","source_is_premium":"#/components/schemas/SourceIsPremiumFilter","terms":"#/components/schemas/TermsFilter","topics":"#/components/schemas/TopicsFilter"}}},{"type":"null"}],"title":"Query","description":"Nested filter clauses (AND/OR with Query, Topics, Node, Candidate, Date, Terms).","examples":[null]},"score":{"anyOf":[{"$ref":"#/components/schemas/IndexScoreConfig"},{"type":"null"}],"description":"Optional scoring configuration used to compute per-document score and weighted analytics.","examples":[null]}},"type":"object","title":"IndexSearchParams","description":"Search and paging parameters for querying documents in an elastic index."},"IndexSearchSortColumns":{"type":"string","enum":["published_at","score"],"title":"IndexSearchSortColumns","description":"Sortable columns for index document search. Values match Elasticsearch field names."},"IndexTimeSeriesParams":{"properties":{"resolution":{"$ref":"#/components/schemas/IndexCalendarIntervals","description":"Calendar interval for the time series.","default":"year"},"query":{"anyOf":[{"oneOf":[{"$ref":"#/components/schemas/AndGroup"},{"$ref":"#/components/schemas/OrGroup"},{"$ref":"#/components/schemas/NotGroup"},{"$ref":"#/components/schemas/QueryFilter"},{"$ref":"#/components/schemas/TopicsFilter"},{"$ref":"#/components/schemas/ParentGpesFilter"},{"$ref":"#/components/schemas/NodeFilter"},{"$ref":"#/components/schemas/CandidateFilter"},{"$ref":"#/components/schemas/DateFilter"},{"$ref":"#/components/schemas/IntervalOverlapFilter"},{"$ref":"#/components/schemas/TermsFilter"},{"$ref":"#/components/schemas/SourceIsPremiumFilter"},{"$ref":"#/components/schemas/SourceCountriesFilter"}],"discriminator":{"propertyName":"type","mapping":{"and":"#/components/schemas/AndGroup","candidate":"#/components/schemas/CandidateFilter","date":"#/components/schemas/DateFilter","interval_overlap":"#/components/schemas/IntervalOverlapFilter","node":"#/components/schemas/NodeFilter","not":"#/components/schemas/NotGroup","or":"#/components/schemas/OrGroup","parent_gpes":"#/components/schemas/ParentGpesFilter","query":"#/components/schemas/QueryFilter","source_countries":"#/components/schemas/SourceCountriesFilter","source_is_premium":"#/components/schemas/SourceIsPremiumFilter","terms":"#/components/schemas/TermsFilter","topics":"#/components/schemas/TopicsFilter"}}},{"type":"null"}],"title":"Query","description":"Nested filter clauses (AND/OR with Query, Topics, Node, Date, Terms).","examples":[null]},"score":{"anyOf":[{"$ref":"#/components/schemas/IndexScoreConfig"},{"type":"null"}],"description":"Optional scoring configuration used to compute weighted counts.","examples":[null]},"includeVariance":{"type":"boolean","title":"Includevariance","description":"When True and score is set, adds a per-bucket variance of scores (for confidence intervals).","default":false}},"type":"object","title":"IndexTimeSeriesParams","description":"Parameters for time-series aggregation over an elastic index."},"IndexedDocumentSort":{"type":"string","enum":["published_at","score"],"title":"IndexedDocumentSort"},"IndustryTsiTimeSeries":{"properties":{"labels":{"items":{"type":"string"},"type":"array","title":"Labels","description":"The labels for the time series, sorted by time."},"normalized":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Normalized","description":"The normalized strength values over time."}},"type":"object","required":["labels","normalized"],"title":"IndustryTsiTimeSeries"},"IntervalOverlapFilter":{"properties":{"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"type":{"type":"string","const":"interval_overlap","title":"Type","default":"interval_overlap"}},"type":"object","title":"IntervalOverlapFilter","description":"Date interval overlap filter on project interval fields."},"IntervalOverlapIndexTimeSeriesParams":{"properties":{"resolution":{"$ref":"#/components/schemas/IndexCalendarIntervals","description":"Calendar interval for the time series.","default":"year"},"query":{"anyOf":[{"oneOf":[{"$ref":"#/components/schemas/AndGroup"},{"$ref":"#/components/schemas/OrGroup"},{"$ref":"#/components/schemas/NotGroup"},{"$ref":"#/components/schemas/QueryFilter"},{"$ref":"#/components/schemas/TopicsFilter"},{"$ref":"#/components/schemas/ParentGpesFilter"},{"$ref":"#/components/schemas/NodeFilter"},{"$ref":"#/components/schemas/CandidateFilter"},{"$ref":"#/components/schemas/DateFilter"},{"$ref":"#/components/schemas/IntervalOverlapFilter"},{"$ref":"#/components/schemas/TermsFilter"},{"$ref":"#/components/schemas/SourceIsPremiumFilter"},{"$ref":"#/components/schemas/SourceCountriesFilter"}],"discriminator":{"propertyName":"type","mapping":{"and":"#/components/schemas/AndGroup","candidate":"#/components/schemas/CandidateFilter","date":"#/components/schemas/DateFilter","interval_overlap":"#/components/schemas/IntervalOverlapFilter","node":"#/components/schemas/NodeFilter","not":"#/components/schemas/NotGroup","or":"#/components/schemas/OrGroup","parent_gpes":"#/components/schemas/ParentGpesFilter","query":"#/components/schemas/QueryFilter","source_countries":"#/components/schemas/SourceCountriesFilter","source_is_premium":"#/components/schemas/SourceIsPremiumFilter","terms":"#/components/schemas/TermsFilter","topics":"#/components/schemas/TopicsFilter"}}},{"type":"null"}],"title":"Query","description":"Nested filter clauses (AND/OR with Query, Topics, Node, Date, Terms).","examples":[null]},"score":{"anyOf":[{"$ref":"#/components/schemas/IndexScoreConfig"},{"type":"null"}],"description":"Optional scoring configuration used to compute weighted counts.","examples":[null]},"includeVariance":{"type":"boolean","title":"Includevariance","description":"When True and score is set, adds a per-bucket variance of scores (for confidence intervals).","default":false},"start":{"type":"string","format":"date","title":"Start","description":"Inclusive start date for calendar bucket generation."},"end":{"type":"string","format":"date","title":"End","description":"Inclusive end date for calendar bucket generation."}},"type":"object","required":["start","end"],"title":"IntervalOverlapIndexTimeSeriesParams","description":"Time-series params for calendar buckets with document-interval overlap weighting."},"Investment":{"properties":{"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty that the organization is related to the topic."},"id":{"type":"string","title":"Id"},"investmentType":{"anyOf":[{"$ref":"#/components/schemas/InvestmentTypes"},{"type":"null"}]},"announcedOn":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Announcedon"},"amount":{"type":"number","title":"Amount"},"investors":{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array","title":"Investors"},"investee":{"$ref":"#/components/schemas/IdNameModel"}},"type":"object","required":["certainty","id","amount","investors","investee"],"title":"Investment"},"InvestmentFilter":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty threshold for the organizations to be included in the results.","default":0},"query":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}],"title":"Query","description":"Optional free-text search over organization labels."},"topicLink":{"$ref":"#/components/schemas/event_models__facts__investment_topic_link__InvestmentTopicLink","default":"both"},"minValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Minvalue"},"maxValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxvalue"},"investmentTypes":{"anyOf":[{"items":{"$ref":"#/components/schemas/InvestmentTypes"},"type":"array"},{"type":"null"}],"title":"Investmenttypes"},"investorEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Investoremployeescounts"},"investeeEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Investeeemployeescounts"}},"type":"object","title":"InvestmentFilter"},"InvestmentProofPoint":{"properties":{"id":{"type":"string","title":"Id","description":"The id of the investment."},"investmentType":{"anyOf":[{"$ref":"#/components/schemas/InvestmentTypes"},{"type":"null"}],"description":"The type of investment."},"announcedOn":{"type":"string","format":"date","title":"Announcedon","description":"The date the investment was announced."},"amount":{"type":"number","title":"Amount","description":"The total amount of the investment in USD."},"investors":{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array","title":"Investors","description":"The organization that invested in the other organization."},"investee":{"$ref":"#/components/schemas/IdNameModel","description":"The organization that was invested in."},"certainty":{"type":"number","title":"Certainty","description":"The certainty that the organization is related to the topic."}},"type":"object","required":["id","investmentType","announcedOn","amount","investors","investee","certainty"],"title":"InvestmentProofPoint"},"InvestmentProofPointSortColumns":{"type":"string","enum":["announced_on","amount","investee","certainty"],"title":"InvestmentProofPointSortColumns"},"InvestmentSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty threshold for the organizations to be included in the results.","default":0},"query":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}],"title":"Query","description":"Optional free-text search over organization labels."},"topicLink":{"$ref":"#/components/schemas/event_models__facts__investment_topic_link__InvestmentTopicLink","default":"both"},"minValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Minvalue"},"maxValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxvalue"},"investmentTypes":{"anyOf":[{"items":{"$ref":"#/components/schemas/InvestmentTypes"},"type":"array"},{"type":"null"}],"title":"Investmenttypes"},"investorEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Investoremployeescounts"},"investeeEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Investeeemployeescounts"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"sortColumn":{"$ref":"#/components/schemas/InvestmentSortColumns","default":"announced_on"}},"type":"object","title":"InvestmentSearchParams"},"InvestmentSortColumns":{"type":"string","enum":["announced_on","amount","investee","certainty"],"title":"InvestmentSortColumns"},"InvestmentTimeSeriesParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty threshold for the organizations to be included in the results.","default":0},"query":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}],"title":"Query","description":"Optional free-text search over organization labels."},"topicLink":{"$ref":"#/components/schemas/event_models__facts__investment_topic_link__InvestmentTopicLink","default":"both"},"minValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Minvalue"},"maxValue":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxvalue"},"investmentTypes":{"anyOf":[{"items":{"$ref":"#/components/schemas/InvestmentTypes"},"type":"array"},{"type":"null"}],"title":"Investmenttypes"},"investorEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Investoremployeescounts"},"investeeEmployeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Investeeemployeescounts"},"resolution":{"$ref":"#/components/schemas/NeoSupportedResolutions","default":"year"}},"type":"object","title":"InvestmentTimeSeriesParams"},"InvestmentTypes":{"type":"string","enum":["angel","debt_financing","convertible_note","corporate_round","equity_crowdfunding","grant","initial_coin_offering","non_equity_assistance","post_ipo_debt","post_ipo_equity","post_ipo_secondary","pre_seed","private_equity","product_crowdfunding","secondary_market","seed","series_a","series_b","series_c","series_d","series_e","series_f","series_g","series_h","series_i","series_j","series_unknown","undisclosed"],"title":"InvestmentTypes"},"LanguageCodes":{"type":"string","enum":["ar","zh","nl","en","fr","de","xx","ja","ko","pt","es","th","vi"],"title":"LanguageCodes"},"Manifestation":{"properties":{"type":{"$ref":"#/components/schemas/ManifestationTypes"},"references":{"items":{"$ref":"#/components/schemas/ManifestationReference"},"type":"array","title":"References"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start"},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End"},"uniqueSourceCount":{"type":"integer","title":"Uniquesourcecount","default":0},"companies":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Companies"},"products":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Products"},"amount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Amount"}},"type":"object","required":["type","references"],"title":"Manifestation"},"ManifestationMetadata":{"properties":{"lcTitle":{"type":"string","title":"Lctitle"},"uniqueSourceIds":{"items":{"type":"string"},"type":"array","uniqueItems":true,"title":"Uniquesourceids"},"productNamesLc":{"items":{"type":"string"},"type":"array","uniqueItems":true,"title":"Productnameslc"},"productLaunchingCompaniesLc":{"items":{"type":"string"},"type":"array","uniqueItems":true,"title":"Productlaunchingcompanieslc"},"partnershipPartnersLc":{"items":{"type":"string"},"type":"array","uniqueItems":true,"title":"Partnershippartnerslc"},"partnershipCompaniesLc":{"items":{"type":"string"},"type":"array","uniqueItems":true,"title":"Partnershipcompanieslc"},"investmentInvesteeLc":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Investmentinvesteelc"},"investmentInvestorsLc":{"items":{"type":"string"},"type":"array","uniqueItems":true,"title":"Investmentinvestorslc"},"acquisitionAcquirerLc":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Acquisitionacquirerlc"},"acquisitionAcquireeLc":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Acquisitionacquireelc"}},"type":"object","required":["lcTitle"],"title":"ManifestationMetadata"},"ManifestationPage":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Manifestation"},"type":"array","title":"Data"},"cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cursor"}},"type":"object","required":["data"],"title":"ManifestationPage"},"ManifestationReference":{"properties":{"type":{"$ref":"#/components/schemas/ManifestationReferenceTypes"},"id":{"type":"string","title":"Id"},"proofPointType":{"anyOf":[{"$ref":"#/components/schemas/DocumentType"},{"type":"null"}]},"factType":{"anyOf":[{"$ref":"#/components/schemas/FactTypes"},{"type":"null"}]}},"type":"object","required":["type","id"],"title":"ManifestationReference"},"ManifestationReferenceTypes":{"type":"string","enum":["proof_point","fact"],"title":"ManifestationReferenceTypes"},"ManifestationSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"types":{"anyOf":[{"items":{"$ref":"#/components/schemas/ManifestationTypes"},"type":"array"},{"type":"null"}],"title":"Types"},"newsEventFilter":{"anyOf":[{"$ref":"#/components/schemas/NewsEventFilter"},{"type":"null"}]},"productLaunchFilter":{"anyOf":[{"$ref":"#/components/schemas/ProductLaunchFilter"},{"type":"null"}]},"partnershipFilter":{"anyOf":[{"$ref":"#/components/schemas/PartnershipFilter"},{"type":"null"}]},"organizationFilter":{"anyOf":[{"$ref":"#/components/schemas/OrganizationFilter"},{"type":"null"}]},"investmentFilter":{"anyOf":[{"$ref":"#/components/schemas/InvestmentFilter"},{"type":"null"}]},"acquisitionFilter":{"anyOf":[{"$ref":"#/components/schemas/AcquisitionFilter"},{"type":"null"}]},"cursor":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cursor"},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100}},"type":"object","title":"ManifestationSearchParams"},"ManifestationTypes":{"type":"string","enum":["news-event","patent","research-article","consulting-report","earnings-call","product-launch","organization","investment","acquisition","partnership"],"title":"ManifestationTypes"},"MentionsEvent":{"type":"string","enum":["product-launch","partnership","investment","acquisition"],"title":"MentionsEvent"},"NeoSupportedResolutions":{"type":"string","enum":["month","quarter","year"],"title":"NeoSupportedResolutions"},"NewsArticle":{"properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Id"},"source":{"anyOf":[{"$ref":"#/components/schemas/IdNameModel"},{"type":"null"}]},"publishedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Publishedat"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"language":{"anyOf":[{"$ref":"#/components/schemas/LanguageCodes"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Image"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"topics":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topics"},"topicsTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicstitle"},"topicsSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicssummary"},"topicsBody":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicsbody"},"parentGpes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpes"},"parentGpesTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpestitle"},"parentGpesSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpessummary"},"acquisitionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Acquisitionnodes"},"cityNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Citynodes"},"countryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Countrynodes"},"gpeNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Gpenodes"},"investmentNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Investmentnodes"},"mergerNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Mergernodes"},"orgNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Orgnodes"},"partnershipNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Partnershipnodes"},"settlementNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Settlementnodes"},"subCountryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Subcountrynodes"},"worldRegionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Worldregionnodes"},"score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Score"},"sourceIsPremium":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Sourceispremium"},"sourceCountries":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Sourcecountries"}},"type":"object","title":"NewsArticle","description":"A regular article from the web."},"NewsArticleSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"sourceIsPremium":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Sourceispremium"},"sourceCountryIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourcecountryids"},"mentionsEvents":{"anyOf":[{"items":{"$ref":"#/components/schemas/MentionsEvent"},"type":"array"},{"type":"null"}],"title":"Mentionsevents"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"fields":{"items":{"enum":["acquisitionNodes","body","cityNodes","countryNodes","domain","gpeNodes","id","image","investmentNodes","language","mergerNodes","orgNodes","parentGpes","parentGpesSummary","parentGpesTitle","partnershipNodes","publishedAt","score","settlementNodes","source","sourceCountries","sourceIsPremium","subCountryNodes","summary","title","topics","topicsBody","topicsSummary","topicsTitle","url","worldRegionNodes"]},"type":"array","minItems":1,"title":"Fields","default":["publishedAt","title"]}},"type":"object","title":"NewsArticleSearchParams"},"NewsArticleTimeSeriesParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"sourceIsPremium":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Sourceispremium"},"sourceCountryIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourcecountryids"},"mentionsEvents":{"anyOf":[{"items":{"$ref":"#/components/schemas/MentionsEvent"},"type":"array"},{"type":"null"}],"title":"Mentionsevents"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"resolution":{"$ref":"#/components/schemas/IndexCalendarIntervals","default":"year"}},"type":"object","title":"NewsArticleTimeSeriesParams"},"NewsEventFilter":{"properties":{"minUniqueSourceCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Minuniquesourcecount","description":"The minimum number of unique sources that a manifestation must have to be included in the results. \nIgnored for patents and research articles."}},"type":"object","title":"NewsEventFilter"},"NodeFilter":{"properties":{"type":{"type":"string","const":"node","title":"Type","default":"node"},"nodeType":{"$ref":"#/components/schemas/NodeTypes","description":"Node type (e.g. GPE, ORG)."},"ids":{"items":{"type":"string"},"type":"array","title":"Ids","description":"Node ids to filter by."}},"type":"object","required":["nodeType","ids"],"title":"NodeFilter","description":"Filter by node type and node ids (terms on nodes__<node_type>)."},"NodeScoreMultiplier":{"properties":{"type":{"type":"string","const":"node","title":"Type","default":"node"},"nodeType":{"$ref":"#/components/schemas/NodeTypes"},"ids":{"items":{"type":"string"},"type":"array","title":"Ids"}},"type":"object","required":["nodeType","ids"],"title":"NodeScoreMultiplier"},"NodeTypes":{"type":"string","enum":["acquisition","city","country","gpe","investment","merger","org","partnership","person","product","settlement","sub_country","topic","world_region"],"title":"NodeTypes"},"NotGroup":{"properties":{"type":{"type":"string","const":"not","title":"Type","default":"not"},"clause":{"oneOf":[{"$ref":"#/components/schemas/AndGroup"},{"$ref":"#/components/schemas/OrGroup"},{"$ref":"#/components/schemas/NotGroup"},{"$ref":"#/components/schemas/QueryFilter"},{"$ref":"#/components/schemas/TopicsFilter"},{"$ref":"#/components/schemas/ParentGpesFilter"},{"$ref":"#/components/schemas/NodeFilter"},{"$ref":"#/components/schemas/CandidateFilter"},{"$ref":"#/components/schemas/DateFilter"},{"$ref":"#/components/schemas/IntervalOverlapFilter"},{"$ref":"#/components/schemas/TermsFilter"},{"$ref":"#/components/schemas/SourceIsPremiumFilter"},{"$ref":"#/components/schemas/SourceCountriesFilter"}],"title":"Clause","description":"The clause that must not match.","discriminator":{"propertyName":"type","mapping":{"and":"#/components/schemas/AndGroup","candidate":"#/components/schemas/CandidateFilter","date":"#/components/schemas/DateFilter","interval_overlap":"#/components/schemas/IntervalOverlapFilter","node":"#/components/schemas/NodeFilter","not":"#/components/schemas/NotGroup","or":"#/components/schemas/OrGroup","parent_gpes":"#/components/schemas/ParentGpesFilter","query":"#/components/schemas/QueryFilter","source_countries":"#/components/schemas/SourceCountriesFilter","source_is_premium":"#/components/schemas/SourceIsPremiumFilter","terms":"#/components/schemas/TermsFilter","topics":"#/components/schemas/TopicsFilter"}}}},"type":"object","required":["clause"],"title":"NotGroup","description":"Negate a single nested clause (NOT)."},"OrGroup":{"properties":{"type":{"type":"string","const":"or","title":"Type","default":"or"},"clauses":{"items":{"oneOf":[{"$ref":"#/components/schemas/AndGroup"},{"$ref":"#/components/schemas/OrGroup"},{"$ref":"#/components/schemas/NotGroup"},{"$ref":"#/components/schemas/QueryFilter"},{"$ref":"#/components/schemas/TopicsFilter"},{"$ref":"#/components/schemas/ParentGpesFilter"},{"$ref":"#/components/schemas/NodeFilter"},{"$ref":"#/components/schemas/CandidateFilter"},{"$ref":"#/components/schemas/DateFilter"},{"$ref":"#/components/schemas/IntervalOverlapFilter"},{"$ref":"#/components/schemas/TermsFilter"},{"$ref":"#/components/schemas/SourceIsPremiumFilter"},{"$ref":"#/components/schemas/SourceCountriesFilter"}],"discriminator":{"propertyName":"type","mapping":{"and":"#/components/schemas/AndGroup","candidate":"#/components/schemas/CandidateFilter","date":"#/components/schemas/DateFilter","interval_overlap":"#/components/schemas/IntervalOverlapFilter","node":"#/components/schemas/NodeFilter","not":"#/components/schemas/NotGroup","or":"#/components/schemas/OrGroup","parent_gpes":"#/components/schemas/ParentGpesFilter","query":"#/components/schemas/QueryFilter","source_countries":"#/components/schemas/SourceCountriesFilter","source_is_premium":"#/components/schemas/SourceIsPremiumFilter","terms":"#/components/schemas/TermsFilter","topics":"#/components/schemas/TopicsFilter"}}},"type":"array","title":"Clauses","description":"Nested filter clauses; at least one must match."}},"type":"object","required":["clauses"],"title":"OrGroup","description":"At least one nested clause must match (OR)."},"Organization":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"foundedOn":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Foundedon"},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty"},"employeesCount":{"anyOf":[{"$ref":"#/components/schemas/EmployeesCount"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"}},"type":"object","required":["id","certainty"],"title":"Organization"},"OrganizationFilter":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty threshold for the organizations to be included in the results.","default":0},"query":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}],"title":"Query","description":"Optional free-text search over organization labels."},"employeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Employeescounts"}},"type":"object","title":"OrganizationFilter"},"OrganizationProofPoint":{"properties":{"id":{"type":"string","title":"Id","description":"The id of the node in the knowledge graph."},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name","description":"The name (label) of the node in the knowledge graph."},"foundedOn":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Foundedon","description":"The date the organization was founded, or None if not available."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty of the organization being active in the topic."},"employeesCount":{"anyOf":[{"$ref":"#/components/schemas/EmployeesCount"},{"type":"null"}],"description":"The number of employees the organization has, or None if not available."}},"type":"object","required":["id","certainty"],"title":"OrganizationProofPoint","description":"An organization stored in the knowledge graph."},"OrganizationProofPointSortColumns":{"type":"string","enum":["name","founded_on","certainty"],"title":"OrganizationProofPointSortColumns"},"OrganizationSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty threshold for the organizations to be included in the results.","default":0},"query":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}],"title":"Query","description":"Optional free-text search over organization labels."},"employeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Employeescounts"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"sortColumn":{"$ref":"#/components/schemas/OrganizationSortColumns","default":"name"},"fields":{"items":{"enum":["certainty","description","employeesCount","foundedOn","id","name"]},"type":"array","minItems":1,"title":"Fields"}},"type":"object","title":"OrganizationSearchParams"},"OrganizationSortColumns":{"type":"string","enum":["name","founded_on","certainty","relevance"],"title":"OrganizationSortColumns"},"OrganizationTimeSeriesParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"start":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this date."},"end":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this date."},"certainty":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Certainty","description":"The certainty threshold for the organizations to be included in the results.","default":0},"query":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}],"title":"Query","description":"Optional free-text search over organization labels."},"employeesCounts":{"anyOf":[{"items":{"$ref":"#/components/schemas/EmployeesCount"},"type":"array"},{"type":"null"}],"title":"Employeescounts"},"resolution":{"$ref":"#/components/schemas/NeoSupportedResolutions","default":"year"}},"type":"object","title":"OrganizationTimeSeriesParams"},"Page_AcquisitionProofPoint_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/AcquisitionProofPoint"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[AcquisitionProofPoint]"},"Page_Acquisition_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Acquisition"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[Acquisition]"},"Page_DocumentBase_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/DocumentBase"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[DocumentBase]"},"Page_EarningsCall_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/EarningsCall"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[EarningsCall]"},"Page_IdNameModel_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[IdNameModel]"},"Page_InvestmentProofPoint_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/InvestmentProofPoint"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[InvestmentProofPoint]"},"Page_Investment_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Investment"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[Investment]"},"Page_NewsArticle_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/NewsArticle"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[NewsArticle]"},"Page_OrganizationProofPoint_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/OrganizationProofPoint"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[OrganizationProofPoint]"},"Page_Organization_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Organization"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[Organization]"},"Page_Patent_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Patent"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[Patent]"},"Page_Pdf_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Pdf"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[Pdf]"},"Page_ResearchArticle_":{"properties":{"data":{"items":{"$ref":"#/components/schemas/ResearchArticle"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[ResearchArticle]"},"ParentGpesFilter":{"properties":{"type":{"type":"string","const":"parent_gpes","title":"Type","default":"parent_gpes"},"ids":{"items":{"type":"string"},"type":"array","title":"Ids","description":"GPE topic ids to filter by (detected entity and parent ids are both indexed)."},"fields":{"items":{"$ref":"#/components/schemas/QueryableContentField"},"type":"array","title":"Fields","description":"Maps to parent_gpes__title, parent_gpes__summary, or parent_gpes. Use Document for parent_gpes."}},"type":"object","required":["ids"],"title":"ParentGpesFilter","description":"Filter by GPE topic ids (terms on parent_gpes or parent_gpes__*)."},"PartnershipFilter":{"properties":{"minUniqueSourceCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Minuniquesourcecount","description":"The minimum number of unique sources that a manifestation must have to be included in the results."}},"type":"object","title":"PartnershipFilter"},"Patent":{"properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Id"},"source":{"anyOf":[{"$ref":"#/components/schemas/IdNameModel"},{"type":"null"}]},"publishedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Publishedat"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"language":{"anyOf":[{"$ref":"#/components/schemas/LanguageCodes"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Image"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"topics":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topics"},"topicsTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicstitle"},"topicsSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicssummary"},"topicsBody":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicsbody"},"parentGpes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpes"},"parentGpesTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpestitle"},"parentGpesSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpessummary"},"acquisitionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Acquisitionnodes"},"cityNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Citynodes"},"countryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Countrynodes"},"gpeNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Gpenodes"},"investmentNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Investmentnodes"},"mergerNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Mergernodes"},"orgNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Orgnodes"},"partnershipNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Partnershipnodes"},"settlementNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Settlementnodes"},"subCountryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Subcountrynodes"},"worldRegionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Worldregionnodes"},"score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Score"},"applicationNumber":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Applicationnumber","description":"USPTO prosecution case number (series + serial), normalized. Stable for the application lifecycle."},"grantNumber":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Grantnumber","description":"Full WIPO grant-document citation: country + issued patent number + kind code (e.g. ``US11858000B2``).\n\nStable once granted; used as the canonical granted-patent identifier and Espacenet ``url`` target."},"publicationNumber":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Publicationnumber","description":"Pre-grant application publication (PGPub) citation (e.g. ``US20210220874A1``).\n\nPresent when the application was published before grant; absent for older grants or unpublished filings."},"state":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"State","description":"Prosecution lifecycle stage: ``applied``, ``published``, or ``granted``."},"ipc":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ipc","description":"International Patent Code."}},"type":"object","title":"Patent"},"PatentSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"applicationNumbers":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Applicationnumbers"},"grantNumbers":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Grantnumbers"},"publicationNumbers":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Publicationnumbers"},"states":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"States"},"ipc":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ipc"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"fields":{"items":{"enum":["acquisitionNodes","applicationNumber","body","cityNodes","countryNodes","domain","gpeNodes","grantNumber","id","image","investmentNodes","ipc","language","mergerNodes","orgNodes","parentGpes","parentGpesSummary","parentGpesTitle","partnershipNodes","publicationNumber","publishedAt","score","settlementNodes","source","state","subCountryNodes","summary","title","topics","topicsBody","topicsSummary","topicsTitle","url","worldRegionNodes"]},"type":"array","minItems":1,"title":"Fields","default":["publishedAt","title"]}},"type":"object","title":"PatentSearchParams"},"PatentTimeSeriesParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"applicationNumbers":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Applicationnumbers"},"grantNumbers":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Grantnumbers"},"publicationNumbers":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Publicationnumbers"},"states":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"States"},"ipc":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ipc"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"resolution":{"$ref":"#/components/schemas/IndexCalendarIntervals","default":"year"}},"type":"object","title":"PatentTimeSeriesParams"},"Pdf":{"properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Id"},"source":{"anyOf":[{"$ref":"#/components/schemas/IdNameModel"},{"type":"null"}]},"publishedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Publishedat"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"language":{"anyOf":[{"$ref":"#/components/schemas/LanguageCodes"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Image"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"topics":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topics"},"topicsTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicstitle"},"topicsSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicssummary"},"topicsBody":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicsbody"},"parentGpes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpes"},"parentGpesTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpestitle"},"parentGpesSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpessummary"},"acquisitionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Acquisitionnodes"},"cityNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Citynodes"},"countryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Countrynodes"},"gpeNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Gpenodes"},"investmentNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Investmentnodes"},"mergerNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Mergernodes"},"orgNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Orgnodes"},"partnershipNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Partnershipnodes"},"settlementNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Settlementnodes"},"subCountryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Subcountrynodes"},"worldRegionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Worldregionnodes"},"score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Score"}},"type":"object","title":"Pdf"},"PdfSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"fields":{"items":{"enum":["acquisitionNodes","body","cityNodes","countryNodes","domain","gpeNodes","id","image","investmentNodes","language","mergerNodes","orgNodes","parentGpes","parentGpesSummary","parentGpesTitle","partnershipNodes","publishedAt","score","settlementNodes","source","subCountryNodes","summary","title","topics","topicsBody","topicsSummary","topicsTitle","url","worldRegionNodes"]},"type":"array","minItems":1,"title":"Fields","default":["publishedAt","title"]}},"type":"object","title":"PdfSearchParams"},"PdfTimeSeriesParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"resolution":{"$ref":"#/components/schemas/IndexCalendarIntervals","default":"year"}},"type":"object","title":"PdfTimeSeriesParams"},"ProductLaunchFilter":{"properties":{"minUniqueSourceCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Minuniquesourcecount","description":"The minimum number of unique sources that a manifestation must have to be included in the results. \nIgnored for patents and research articles."}},"type":"object","title":"ProductLaunchFilter"},"ProjectSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"statuses":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Statuses"},"acronyms":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Acronyms"},"programs":{"anyOf":[{"items":{"$ref":"#/components/schemas/ProjectTypes"},"type":"array"},{"type":"null"}],"title":"Programs"},"cordisGrantDois":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Cordisgrantdois"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"fields":{"items":{"enum":["acquisitionNodes","acronym","body","cityNodes","cordisEcContribution","cordisGrantDoi","countryNodes","domain","endDate","gpeNodes","id","image","investmentNodes","language","mergerNodes","orgNodes","parentGpes","parentGpesSummary","parentGpesTitle","partnershipNodes","program","publishedAt","score","settlementNodes","source","startDate","status","subCountryNodes","summary","title","topics","topicsBody","topicsSummary","topicsTitle","totalCost","url","worldRegionNodes"]},"type":"array","minItems":1,"title":"Fields","default":["publishedAt","title"]}},"type":"object","title":"ProjectSearchParams"},"ProjectTimeSeriesParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"statuses":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Statuses"},"acronyms":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Acronyms"},"programs":{"anyOf":[{"items":{"$ref":"#/components/schemas/ProjectTypes"},"type":"array"},{"type":"null"}],"title":"Programs"},"cordisGrantDois":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Cordisgrantdois"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"resolution":{"$ref":"#/components/schemas/IndexCalendarIntervals","default":"year"}},"type":"object","title":"ProjectTimeSeriesParams"},"ProjectTypes":{"type":"string","enum":["fp7","horizon_2020","horizon_europe"],"title":"ProjectTypes"},"ProofPointCorrelationAxis":{"properties":{"kind":{"$ref":"#/components/schemas/ProofPointCorrelationAxisKind"},"groups":{"items":{"items":{"type":"string","format":"uuid"},"type":"array"},"type":"array","minItems":1,"title":"Groups","description":"OR-groups of entity ids; each group is exactly one bucket."}},"type":"object","required":["kind","groups"],"title":"ProofPointCorrelationAxis"},"ProofPointCorrelationAxisKind":{"type":"string","enum":["topic","organization"],"title":"ProofPointCorrelationAxisKind"},"ProofPointCorrelationMatrixParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"rows":{"$ref":"#/components/schemas/ProofPointCorrelationAxis"},"cols":{"$ref":"#/components/schemas/ProofPointCorrelationAxis"}},"type":"object","required":["rows","cols"],"title":"ProofPointCorrelationMatrixParams"},"Providers":{"type":"string","enum":["cordis","cb","gleif","loa","quartr","ror","trb","trd","trer","wiki"],"title":"Providers"},"PublishedAtDecayConfig":{"properties":{"origin":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Origin"},"scale":{"type":"integer","title":"Scale","default":30},"offset":{"type":"string","title":"Offset","default":"0d"},"decay":{"type":"number","title":"Decay","default":0.5}},"type":"object","title":"PublishedAtDecayConfig","description":"Top-level decay modifier on published_at (applied after tier score)."},"QueryFilter":{"properties":{"type":{"type":"string","const":"query","title":"Type","default":"query"},"query":{"type":"string","title":"Query","description":"Search text."},"fields":{"items":{"$ref":"#/components/schemas/QueryableContentField"},"type":"array","title":"Fields","description":"Which content fields to search. Use Document for all of title, summary, body."},"strict":{"type":"boolean","title":"Strict","description":"True = phrase match, False = loose match.","default":false}},"type":"object","required":["query"],"title":"QueryFilter","description":"Full-text search over document content fields."},"QueryScoreMultiplier":{"properties":{"type":{"type":"string","const":"query","title":"Type","default":"query"}},"type":"object","title":"QueryScoreMultiplier"},"QueryableContentField":{"type":"string","enum":["title","summary","body","document"],"title":"QueryableContentField","description":"Content fields for topic detection and full-text filters. Document = title, summary, and body."},"QueryableFields":{"type":"string","enum":["body","domain","id","image","language","publishedAt","score","source","summary","title","url","relex","sourceIsPremium","sourceCountries","ipc","status","acronym","program","cordisEcContribution","cordisGrantDoi","endDate","startDate","totalCost","journal","journalAbbr","journalIssnL","doi","forwardCitationCount","workType"],"title":"QueryableFields","description":"API oriented list of fields that can be queried."},"RelatedTopic":{"properties":{"id":{"type":"string","title":"Id","description":"The ID of the related topic."},"label":{"type":"string","title":"Label","description":"The label of the related topic."},"sharedOrgs":{"type":"integer","title":"Sharedorgs","description":"The number of organizations that are active in both the topic and the related topic."},"similarity":{"type":"number","title":"Similarity","description":"The Jaccard similarity score between the topic and the related topic. \nAlways returns 1 for topics with more than 5000 orgs active in it."}},"type":"object","required":["id","label","sharedOrgs","similarity"],"title":"RelatedTopic","description":"A related topic to a given topic, based on how many organizations are active in both the topic and the related topic."},"ResearchArticle":{"properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Id"},"source":{"anyOf":[{"$ref":"#/components/schemas/IdNameModel"},{"type":"null"}]},"publishedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Publishedat"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"language":{"anyOf":[{"$ref":"#/components/schemas/LanguageCodes"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Image"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"topics":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topics"},"topicsTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicstitle"},"topicsSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicssummary"},"topicsBody":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicsbody"},"parentGpes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpes"},"parentGpesTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpestitle"},"parentGpesSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpessummary"},"acquisitionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Acquisitionnodes"},"cityNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Citynodes"},"countryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Countrynodes"},"gpeNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Gpenodes"},"investmentNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Investmentnodes"},"mergerNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Mergernodes"},"orgNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Orgnodes"},"partnershipNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Partnershipnodes"},"settlementNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Settlementnodes"},"subCountryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Subcountrynodes"},"worldRegionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Worldregionnodes"},"score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Score"},"journal":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Journal","description":"Journal's full name."},"journalAbbr":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Journalabbr","description":"Journal's abbreviated name."},"journalIssnL":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Journalissnl","description":"Journal's Linking International Standard Serial Number (ISSN-L)."},"doi":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Doi"},"forwardCitationCount":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Forwardcitationcount"},"workType":{"anyOf":[{"$ref":"#/components/schemas/WorkTypes"},{"type":"null"}]}},"type":"object","title":"ResearchArticle"},"ResearchArticleSearchParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"journals":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Journals"},"dois":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Dois"},"workTypes":{"anyOf":[{"items":{"$ref":"#/components/schemas/WorkTypes"},"type":"array"},{"type":"null"}],"title":"Worktypes"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"fields":{"items":{"enum":["acquisitionNodes","body","cityNodes","countryNodes","doi","domain","forwardCitationCount","gpeNodes","id","image","investmentNodes","journal","journalAbbr","journalIssnL","language","mergerNodes","orgNodes","parentGpes","parentGpesSummary","parentGpesTitle","partnershipNodes","publishedAt","score","settlementNodes","source","subCountryNodes","summary","title","topics","topicsBody","topicsSummary","topicsTitle","url","workType","worldRegionNodes"]},"type":"array","minItems":1,"title":"Fields","default":["publishedAt","title"]}},"type":"object","title":"ResearchArticleSearchParams"},"ResearchArticleTimeSeriesParams":{"properties":{"ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Ids","description":"Filter by document global ids."},"topicIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Topicids"},"organizationIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Organizationids"},"query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Query"},"languages":{"anyOf":[{"items":{"$ref":"#/components/schemas/LanguageCodes"},"type":"array"},{"type":"null"}],"title":"Languages"},"sourceIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Sourceids"},"topicFields":{"items":{"enum":["body","summary","title"]},"type":"array","minItems":1,"title":"Topicfields","default":["title","summary","body"]},"gpeIds":{"anyOf":[{"items":{"type":"string","format":"uuid"},"type":"array"},{"type":"null"}],"title":"Gpeids"},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Start","description":"Only consider nodes/events on or after this datetime."},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"End","description":"Only consider nodes/events on or before this datetime."},"includeStart":{"type":"boolean","title":"Includestart","description":"Whether the start bound is inclusive (>=) or exclusive (>).","default":true},"includeEnd":{"type":"boolean","title":"Includeend","description":"Whether the end bound is inclusive (<=) or exclusive (<).","default":true},"debug":{"type":"boolean","title":"Debug","description":"Enable debug mode.","default":false},"journals":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Journals"},"dois":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Dois"},"workTypes":{"anyOf":[{"items":{"$ref":"#/components/schemas/WorkTypes"},"type":"array"},{"type":"null"}],"title":"Worktypes"},"skip":{"type":"integer","minimum":0.0,"title":"Skip","description":"The number of records to skip before fetching a page.","default":0},"take":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Take","description":"Number of records to return.","default":100},"sortColumn":{"$ref":"#/components/schemas/IndexedDocumentSort","default":"published_at"},"sortDirection":{"$ref":"#/components/schemas/SortDirections","default":"desc"},"returnTotal":{"type":"boolean","title":"Returntotal","default":false},"resolution":{"$ref":"#/components/schemas/IndexCalendarIntervals","default":"year"}},"type":"object","title":"ResearchArticleTimeSeriesParams"},"ScoreTier":{"properties":{"multipliers":{"items":{"oneOf":[{"$ref":"#/components/schemas/QueryScoreMultiplier"},{"$ref":"#/components/schemas/TopicScoreMultiplier"},{"$ref":"#/components/schemas/NodeScoreMultiplier"}],"discriminator":{"propertyName":"type","mapping":{"node":"#/components/schemas/NodeScoreMultiplier","query":"#/components/schemas/QueryScoreMultiplier","topic":"#/components/schemas/TopicScoreMultiplier"}}},"type":"array","title":"Multipliers"}},"type":"object","required":["multipliers"],"title":"ScoreTier","description":"Tier definition with normalized multipliers."},"SortDirections":{"type":"string","enum":["asc","desc"],"title":"SortDirections"},"SourceCountriesFilter":{"properties":{"type":{"type":"string","const":"source_countries","title":"Type","default":"source_countries"},"ids":{"items":{"type":"string"},"type":"array","title":"Ids","description":"GPE topic ids from the source's countries list."}},"type":"object","required":["ids"],"title":"SourceCountriesFilter","description":"Filter by source country GPE topic ids (Article indexes only)."},"SourceIsPremiumFilter":{"properties":{"type":{"type":"string","const":"source_is_premium","title":"Type","default":"source_is_premium"},"value":{"type":"boolean","title":"Value","description":"True to match premium sources, False to match non-premium."}},"type":"object","required":["value"],"title":"SourceIsPremiumFilter","description":"Filter by whether the document's source is premium (Article indexes only)."},"TermsFilter":{"properties":{"type":{"type":"string","const":"terms","title":"Type","default":"terms"},"value":{"type":"string","title":"Value","description":"Exact value to match."},"field":{"$ref":"#/components/schemas/TermsFilterField","description":"Field to match: source_id, global_id, domain, language or relex."}},"type":"object","required":["value","field"],"title":"TermsFilter","description":"Exact match on a keyword field."},"TermsFilterField":{"type":"string","enum":["source_id","global_id","domain","language","relex"],"title":"TermsFilterField","description":"Keyword fields for exact-term filters."},"TimeSeries":{"properties":{"labels":{"items":{"type":"string"},"type":"array","title":"Labels","description":"The labels for the time series, sorted by time."},"counts":{"items":{"type":"integer"},"type":"array","title":"Counts","description":"The number of proofpoints for each of the time buckets."},"amount":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Amount","description":"Total monetary amount for each time bucket."},"weightedCounts":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Weightedcounts","description":"Optional weighted score sums for each time bucket when score-aware aggregation is enabled."},"variances":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Variances","description":"Optional variance of score per bucket (only when include_variance was requested)."},"withoutLabel":{"type":"integer","title":"Withoutlabel","description":"The number of proofpoints that are missing the aggregation field (e.g. founded_on).","default":0}},"type":"object","required":["labels","counts"],"title":"TimeSeries","description":"A simple time series, aggregating information per time bucket."},"TopicScoreMultiplier":{"properties":{"type":{"type":"string","const":"topic","title":"Type","default":"topic"},"ids":{"items":{"type":"string"},"type":"array","title":"Ids"},"fields":{"items":{"$ref":"#/components/schemas/QueryableContentField"},"type":"array","title":"Fields"},"fieldWeights":{"$ref":"#/components/schemas/WeightedFields"},"loadChildren":{"type":"boolean","title":"Loadchildren","default":false}},"type":"object","required":["ids"],"title":"TopicScoreMultiplier"},"TopicsFilter":{"properties":{"type":{"type":"string","const":"topics","title":"Type","default":"topics"},"ids":{"items":{"type":"string"},"type":"array","title":"Ids","description":"Topic ids to filter by."},"fields":{"items":{"$ref":"#/components/schemas/QueryableContentField"},"type":"array","title":"Fields","description":"Maps to topics__title, topics__summary, topics__body, or topics. Use Document for topics."},"loadChildren":{"type":"boolean","title":"Loadchildren","description":"If True, resolve child topic ids from Neo4j (HAS_CHILD_TOPIC) and filter by ids + all descendants.","default":false}},"type":"object","required":["ids"],"title":"TopicsFilter","description":"Filter by topic ids (terms on topics or topics__*)."},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"WeightedFields":{"properties":{"title":{"type":"number","title":"Title","default":1.0},"summary":{"type":"number","title":"Summary","default":0.5},"body":{"type":"number","title":"Body","default":0.25}},"type":"object","title":"WeightedFields","description":"Per-field weights for title/summary/body style contributions."},"WorkTypes":{"type":"string","enum":["article","book","book-chapter","book-review","conference-abstract","conference-paper","data-paper","dataset","dissertation","editorial","erratum","letter","libguides","other","paratext","peer-review","preprint","reference-entry","report","retraction","review","software","software-paper","standard","supplementary-materials"],"title":"WorkTypes","description":"OpenAlex work type vocabulary. Values match https://developers.openalex.org/api-reference/work-types."},"event_api__api__deprecated__models__acquisition__acquisition_time_series__AcquisitionTimeSeries":{"properties":{"labels":{"items":{"type":"string"},"type":"array","title":"Labels","description":"The labels for the time series, sorted by time."},"counts":{"items":{"type":"integer"},"type":"array","title":"Counts","description":"The number of proofpoints for each of the time buckets."},"amount":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Amount","description":"Total monetary amount for each time bucket."},"weightedCounts":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Weightedcounts","description":"Optional weighted score sums for each time bucket when score-aware aggregation is enabled."},"variances":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Variances","description":"Optional variance of score per bucket (only when include_variance was requested)."},"withoutLabel":{"type":"integer","title":"Withoutlabel","description":"The number of proofpoints that are missing the aggregation field (e.g. founded_on).","default":0},"amounts":{"items":{"type":"number"},"type":"array","title":"Amounts","description":"The price of the acquisitions in USD for each of the time buckets."}},"type":"object","required":["labels","counts","amounts"],"title":"AcquisitionTimeSeries","description":"A time series for acquisitions, based on the input filters."},"event_api__api__deprecated__models__acquisition__acquisition_topic_link__AcquisitionTopicLink":{"type":"string","enum":["acquirer","acquiree","both"],"title":"AcquisitionTopicLink","description":"Filters on the link between the organization involved in the acquisition and the topic."},"event_api__api__deprecated__models__investment__investment_time_series__InvestmentTimeSeries":{"properties":{"labels":{"items":{"type":"string"},"type":"array","title":"Labels","description":"The labels for the time series, sorted by time."},"counts":{"items":{"type":"integer"},"type":"array","title":"Counts","description":"The number of proofpoints for each of the time buckets."},"amount":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Amount","description":"Total monetary amount for each time bucket."},"weightedCounts":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Weightedcounts","description":"Optional weighted score sums for each time bucket when score-aware aggregation is enabled."},"variances":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Variances","description":"Optional variance of score per bucket (only when include_variance was requested)."},"withoutLabel":{"type":"integer","title":"Withoutlabel","description":"The number of proofpoints that are missing the aggregation field (e.g. founded_on).","default":0},"amounts":{"items":{"type":"number"},"type":"array","title":"Amounts","description":"The total amount of the investments in USD for each of the time buckets."}},"type":"object","required":["labels","counts","amounts"],"title":"InvestmentTimeSeries","description":"A time series for investments, based on the input filters."},"event_api__api__deprecated__models__investment__investment_topic_link__InvestmentTopicLink":{"type":"string","enum":["investor","investee","both"],"title":"InvestmentTopicLink","description":"Filters on the link between the organization involved in the investment and the topic."},"event_models__core_models__page__Page_Project___1":{"properties":{"data":{"items":{"$ref":"#/components/schemas/event_models__indexed_document_search__core__project__Project"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[Project]"},"event_models__core_models__page__Page_Project___2":{"properties":{"data":{"items":{"$ref":"#/components/schemas/event_models__proof_points__project__Project"},"type":"array","title":"Data","description":"The data for the page."},"total":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Total","description":"The total number of results, returned only if requested."}},"type":"object","required":["data"],"title":"Page[Project]"},"event_models__facts__acquisition_time_series__AcquisitionTimeSeries":{"properties":{"labels":{"items":{"type":"string"},"type":"array","title":"Labels","description":"The labels for the time series, sorted by time."},"counts":{"items":{"type":"integer"},"type":"array","title":"Counts","description":"The number of proofpoints for each of the time buckets."},"amount":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Amount","description":"Total monetary amount for each time bucket."},"weightedCounts":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Weightedcounts","description":"Optional weighted score sums for each time bucket when score-aware aggregation is enabled."},"variances":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Variances","description":"Optional variance of score per bucket (only when include_variance was requested)."},"withoutLabel":{"type":"integer","title":"Withoutlabel","description":"The number of proofpoints that are missing the aggregation field (e.g. founded_on).","default":0},"amounts":{"items":{"type":"number"},"type":"array","title":"Amounts"}},"type":"object","required":["labels","counts","amounts"],"title":"AcquisitionTimeSeries"},"event_models__facts__acquisition_topic_link__AcquisitionTopicLink":{"type":"string","enum":["acquirer","acquiree","both"],"title":"AcquisitionTopicLink"},"event_models__facts__investment_time_series__InvestmentTimeSeries":{"properties":{"labels":{"items":{"type":"string"},"type":"array","title":"Labels","description":"The labels for the time series, sorted by time."},"counts":{"items":{"type":"integer"},"type":"array","title":"Counts","description":"The number of proofpoints for each of the time buckets."},"amount":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Amount","description":"Total monetary amount for each time bucket."},"weightedCounts":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Weightedcounts","description":"Optional weighted score sums for each time bucket when score-aware aggregation is enabled."},"variances":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"title":"Variances","description":"Optional variance of score per bucket (only when include_variance was requested)."},"withoutLabel":{"type":"integer","title":"Withoutlabel","description":"The number of proofpoints that are missing the aggregation field (e.g. founded_on).","default":0},"amounts":{"items":{"type":"number"},"type":"array","title":"Amounts"}},"type":"object","required":["labels","counts","amounts"],"title":"InvestmentTimeSeries"},"event_models__facts__investment_topic_link__InvestmentTopicLink":{"type":"string","enum":["investor","investee","both"],"title":"InvestmentTopicLink"},"event_models__indexed_document_search__core__project__Project":{"properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Id"},"source":{"anyOf":[{"$ref":"#/components/schemas/IdNameModel"},{"type":"null"}]},"publishedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Publishedat"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"language":{"anyOf":[{"$ref":"#/components/schemas/LanguageCodes"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Image"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"topics":{"anyOf":[{"$ref":"#/components/schemas/DetectedTopics"},{"type":"null"}]},"parentGpes":{"anyOf":[{"$ref":"#/components/schemas/DetectedParentGpes"},{"type":"null"}]},"nodes":{"anyOf":[{"$ref":"#/components/schemas/DetectedNodes"},{"type":"null"}]},"score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Score"},"relex":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Relex"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status","description":"Status of the project (ongoing, closed, grant agreement terminated) "},"acronym":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Acronym","description":"Project acronym (based on title for cordis) "},"program":{"anyOf":[{"$ref":"#/components/schemas/ProjectTypes"},{"type":"null"}],"description":"The project program, for cordis e.g. Horizon2020,FP7, etc."},"cordisEcContribution":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cordiseccontribution","description":"Maximum amount for EU funding (commitment) "},"cordisGrantDoi":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cordisgrantdoi","description":"Each project (from H2020 onwards) is attributed a Digital Object Identifier (DOI) "},"endDate":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Enddate","description":"End date of the project "},"startDate":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Startdate","description":"Start date of the project "},"totalCost":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalcost","description":"Amount of money invested in the project in total. The total cost is expressed in euro.\nFor cordis: The total cost includes EU contribution as well as other project costs not covered by EU funding. "}},"type":"object","title":"Project"},"event_models__proof_points__project__Project":{"properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Id"},"source":{"anyOf":[{"$ref":"#/components/schemas/IdNameModel"},{"type":"null"}]},"publishedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Publishedat"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"language":{"anyOf":[{"$ref":"#/components/schemas/LanguageCodes"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Image"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Summary"},"body":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Body"},"topics":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topics"},"topicsTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicstitle"},"topicsSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicssummary"},"topicsBody":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Topicsbody"},"parentGpes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpes"},"parentGpesTitle":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpestitle"},"parentGpesSummary":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Parentgpessummary"},"acquisitionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Acquisitionnodes"},"cityNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Citynodes"},"countryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Countrynodes"},"gpeNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Gpenodes"},"investmentNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Investmentnodes"},"mergerNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Mergernodes"},"orgNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Orgnodes"},"partnershipNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Partnershipnodes"},"settlementNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Settlementnodes"},"subCountryNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Subcountrynodes"},"worldRegionNodes":{"anyOf":[{"items":{"$ref":"#/components/schemas/IdNameModel"},"type":"array"},{"type":"null"}],"title":"Worldregionnodes"},"score":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Score"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status","description":"Status of the project (ongoing, closed, grant agreement terminated) "},"acronym":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Acronym","description":"Project acronym (based on title for cordis) "},"program":{"anyOf":[{"$ref":"#/components/schemas/ProjectTypes"},{"type":"null"}],"description":"The project program, for cordis e.g. Horizon2020,FP7, etc."},"cordisEcContribution":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cordiseccontribution","description":"Maximum amount for EU funding (commitment) "},"cordisGrantDoi":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cordisgrantdoi","description":"Each project (from H2020 onwards) is attributed a Digital Object Identifier (DOI) "},"endDate":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Enddate","description":"End date of the project "},"startDate":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Startdate","description":"Start date of the project "},"totalCost":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Totalcost","description":"Amount of money invested in the project in total. The total cost is expressed in euro.\nFor cordis: The total cost includes EU contribution as well as other project costs not covered by EU funding. "}},"type":"object","title":"Project"}},"securitySchemes":{"HTTPBearer":{"type":"http","scheme":"bearer"},"APIKeyHeader":{"type":"apiKey","in":"header","name":"x-api-key"}}},"tags":[{"name":"Facts","description":"Knowledge graph facts for investments, acquisitions, and organizations."},{"name":"Indicators","description":"Computed indicators such as industry TSI and expert indicators."},{"name":"Manifestations","description":"Grouped manifestations derived from proof points and knowledge-graph facts."},{"name":"Proof Points","description":"Enriched document proof points derived from indexed documents."},{"name":"Topics","description":"A structured taxonomy with parent-child relationships, containing for example trends."},{"name":"Deprecated","description":"Deprecated. Prefer Proof Points, Facts, or Manifestations endpoints instead."}],"externalDocs":{"description":"docs","url":"https://connect.trendtracker.ai/"}}