Apache Ignite · JSON Structure

Rest Api Update Job Priority Body Structure

DTO of update job priority request body.

Type: object Properties: 1 Required: 1
CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

UpdateJobPriorityBody is a JSON Structure definition published by Apache Ignite, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

priority

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-structure/rest-api-update-job-priority-body-structure.json",
  "name": "UpdateJobPriorityBody",
  "description": "DTO of update job priority request body.",
  "properties": {
    "priority": {
      "type": "int32",
      "description": "Priority."
    }
  },
  "required": [
    "priority"
  ]
}