mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 02:29:03 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.5 KiB
		
	
	
	
	
	
	
	
| title | description | slug | 
|---|---|---|
| Report Data Schema | OpenMetadata Report Data Models | ReportData schema tracks metrics and charts captured within analytics reports. | /main-concepts/metadata-standard/schemas/analytics/reportdata | 
reportData
Report Data
Properties
- id: Unique identifier for a result. Refer to ../type/basic.json#/definitions/uuid.
- timestamp: timestamp for of a result ingestion. Refer to ../type/basic.json#/definitions/timestamp.
- reportDataType(string): Type of data. Must be one of:- ["entityReportData", "webAnalyticUserActivityReportData", "webAnalyticEntityViewReportData", "rawCostAnalysisReportData", "aggregatedCostAnalysisReportData"].
- data: Data captured.- One of
- : Refer to reportDataType/entityReportData.json.
- : Refer to reportDataType/webAnalyticUserActivityReportData.json.
- : Refer to reportDataType/webAnalyticEntityViewReportData.json.
- : Refer to reportDataType/rawCostAnalysisReportData.json.
- : Refer to reportDataType/aggregatedCostAnalysisReportData.json.
 
 
- One of
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
