All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.events.failedEvent.json Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
{
  "$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