json.schema.events.failedEvent.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/events/failedEvents.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "FailedEvents",
"description": "Failed Events Schema",
"type": "object",
"javaType": "org.openmetadata.schema.entity.events.FailedEvent",
"properties": {
"failingSubscriptionId": {
"description": "Unique identifier that identifies this Event Subscription.",
"$ref": "../type/basic.json#/definitions/uuid"
},
"changeEvent": {
"description": "Change Event that failed",
"$ref": "../type/changeEvent.json"
},
"reason": {
"description": "Reason for failure",
"type": "string"
},
"retriesLeft": {
"description": "Retries Left for the event",
"type": "integer"
},
"timestamp": {
"description": "Time of Failure",
"$ref": "../type/basic.json#/definitions/timestamp"
}
},
"additionalProperties": false
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy