Apache Knox · JSON Structure

Admin Api Topology List Structure

List of Knox topologies

Type: object Properties: 1
API GatewayAuthenticationHadoopOpen SourceSecuritySSO

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

Properties

topologies

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-topology-list-structure.json",
  "name": "TopologyList",
  "description": "List of Knox topologies",
  "properties": {
    "topologies": {
      "type": "object",
      "properties": {
        "topology": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Topology"
          }
        }
      }
    }
  }
}