Apache Ignite · JSON Structure

Rest Api Invalid Param Structure

Information about invalid request parameter.

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

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

Properties

name reason

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-invalid-param-structure.json",
  "name": "InvalidParam",
  "description": "Information about invalid request parameter.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Parameter name."
    },
    "reason": {
      "type": "string",
      "description": "The issue with the parameter."
    }
  }
}