Apache Knox · JSON Structure

Admin Api Knox Version Structure

Knox gateway version information

Type: object Properties: 2
API GatewayAuthenticationHadoopOpen SourceSecuritySSO

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

Properties

version hash

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-knox/refs/heads/main/json-structure/admin-api-knox-version-structure.json",
  "name": "KnoxVersion",
  "description": "Knox gateway version information",
  "properties": {
    "version": {
      "type": "string",
      "description": "Knox version string",
      "example": "2.0.0"
    },
    "hash": {
      "type": "string",
      "description": "Build hash",
      "example": "abc123def"
    }
  }
}