json.schema.api.analytics.createWebAnalyticEvent.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/api/tests/createWebAnalyticEvent.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CreateWebAnalyticEvent",
"description": "Payload to create a web analytic event",
"type": "object",
"javaType": "org.openmetadata.schema.api.tests.CreateWebAnalyticEvent",
"javaInterfaces": ["org.openmetadata.schema.CreateEntity"],
"properties": {
"name": {
"description": "Name that identifies this report definition.",
"$ref": "../../type/basic.json#/definitions/entityName"
},
"displayName": {
"description": "Display Name the report definition.",
"type": "string"
},
"description": {
"description": "Description of the report definition.",
"$ref": "../../type/basic.json#/definitions/markdown"
},
"eventType": {
"description": "dimension(s) and metric(s) for a report",
"$ref": "../../analytics/basic.json#/definitions/webAnalyticEventType"
},
"owners": {
"description": "Owners of this report definition",
"$ref": "../../type/entityReferenceList.json",
"default": null
},
"domain" : {
"description": "Fully qualified name of the domain the Table belongs to.",
"type": "string"
}
},
"required": ["name", "eventType"],
"additionalProperties": false
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy