Information about invalid request parameter.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-schema/rest-api-invalid-param-schema.json", "title": "InvalidParam", "description": "Information about invalid request parameter.", "type": "object", "properties": { "name": { "type": "string", "description": "Parameter name." }, "reason": { "type": "string", "description": "The issue with the parameter." } } }