Apache Knox · Schema

TopologyList

List of Knox topologies

API GatewayAuthenticationHadoopOpen SourceSecuritySSO

Properties

Name Type Description
topologies object
View JSON Schema on GitHub

JSON Schema

admin-api-topology-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-knox/refs/heads/main/json-schema/admin-api-topology-list-schema.json",
  "title": "TopologyList",
  "description": "List of Knox topologies",
  "type": "object",
  "properties": {
    "topologies": {
      "type": "object",
      "properties": {
        "topology": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Topology"
          }
        }
      }
    }
  }
}