- **`timestamp`**: Refer to *[../type/basic.json#/definitions/timestamp](#/type/basic.json#/definitions/timestamp)*.
- **`status`** *(string)*: This schema publisher run job status. Must be one of: `["started", "running", "completed", "failed", "active", "activeError", "stopped", "success", "stopInProgress"]`.
- **`failure`**: Failure for the job. Refer to *[./indexingError.json](#indexingError.json)*.
- **`stats`**: Refer to *[#/definitions/stats](#definitions/stats)*.
- **`batchSize`** *(integer)*: Maximum number of events sent in a batch (Default 10). Default: `100`.
- **`payLoadSize`** *(integer)*: Payload size in bytes depending on config. Default: `104857600`.
- **`producerThreads`** *(integer)*: Number of producer threads to use for reindexing. Default: `1`.
- **`consumerThreads`** *(integer)*: Number of consumer threads to use for reindexing. Default: `1`.
- **`queueSize`** *(integer)*: Queue Size to use internally for reindexing. Default: `100`.
- **`maxConcurrentRequests`** *(integer)*: Maximum number of concurrent requests to the search index. Default: `100`.
- **`maxRetries`** *(integer)*: Maximum number of retries for a failed request. Default: `5`.
- **`initialBackoff`** *(integer)*: Initial backoff time in milliseconds. Default: `1000`.
- **`maxBackoff`** *(integer)*: Maximum backoff time in milliseconds. Default: `10000`.
- **`searchIndexMappingLanguage`**: Recreate Indexes with updated Language. Refer to *[../configuration/elasticSearchConfiguration.json#/definitions/searchIndexMappingLanguage](#/configuration/elasticSearchConfiguration.json#/definitions/searchIndexMappingLanguage)*.