Apache Knox · JSON Structure

Admin Api Descriptor List Structure

List of simple descriptors

Type: object Properties: 1
API GatewayAuthenticationHadoopOpen SourceSecuritySSO

DescriptorList 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

descriptors

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-descriptor-list-structure.json",
  "name": "DescriptorList",
  "description": "List of simple descriptors",
  "properties": {
    "descriptors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Descriptor"
      }
    }
  }
}