json.schema.events.alertMetrics.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/events/alertMetrics.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "AlertMetrics",
"description": "Alert Metrics Schema",
"type": "object",
"javaType": "org.openmetadata.schema.entity.events.AlertMetrics",
"properties": {
"totalEvents": {
"description": "Total number of events.",
"type": "integer"
},
"successEvents": {
"description": "Number of events that were successfully processed.",
"type": "integer"
},
"failedEvents": {
"description": "Number of events that failed to be processed.",
"type": "integer"
},
"timestamp": {
"description": "Update time of the job status.",
"$ref": "../type/basic.json#/definitions/timestamp"
}
},
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy