Apache Ignite · JSON Structure

Rest Api Node Version Structure

Node version.

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

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

Properties

version product

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-node-version-structure.json",
  "name": "NodeVersion",
  "description": "Node version.",
  "properties": {
    "version": {
      "type": "string",
      "description": "Node version."
    },
    "product": {
      "type": "string",
      "description": "Node product."
    }
  },
  "required": [
    "product",
    "version"
  ]
}