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

json.schema.api.createEventPublisherJob.json Maven / Gradle / Ivy

{
  "$id": "https://open-metadata.org/schema/api/createEventPublisherJob.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateEventPublisherJob",
  "description": "This schema defines Event Publisher Run Result.",
  "type": "object",
  "javaType": "org.openmetadata.schema.api.CreateEventPublisherJob",
  "properties": {
    "name": {
      "description": "Name of the result",
      "type": "string"
    },
    "publisherType": {
      "description": "Publisher Type",
      "$ref": "../system/eventPublisherJob.json#/definitions/publisherType"
    },
    "runMode": {
      "description": "This schema publisher run modes.",
      "$ref": "../system/eventPublisherJob.json#/definitions/runMode"
    },
    "entities": {
      "description": "List of Entities to Reindex",
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": ["all"],
      "uniqueItems": true
    },
    "recreateIndex": {
      "description": "This schema publisher run modes.",
      "type": "boolean",
      "default": false
    },
    "batchSize": {
      "description": "Maximum number of events sent in a batch (Default 100).",
      "type": "integer",
      "default": 100
    },
    "searchIndexMappingLanguage": {
      "description": "Recreate Indexes with updated Language",
      "$ref": "../configuration/elasticSearchConfiguration.json#/definitions/searchIndexMappingLanguage"
    },
    "afterCursor": {
      "description": "Provide After in case of failure to start reindexing after the issue is solved",
      "type": "string"
    }
  },
  "additionalProperties": false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy