WSO2 · JSON Structure

Admin Api Settings Structure

Settings schema from WSO2 API Manager

Type: object Properties: 11
API ManagementGatewaysOpen-SourceAPI LifecycleGraphQLSOAPREST

Settings is a JSON Structure definition published by WSO2, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

scopes gatewayTypes IsJWTEnabledForLoginTokens orgAccessControlEnabled keyManagerConfiguration gatewayConfiguration analyticsEnabled transactionCounterEnable isGatewayNotificationEnabled platformGatewayVersions consumptionExportEnabled

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/admin-api-settings-structure.json",
  "name": "Settings",
  "description": "Settings schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "scopes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "gatewayTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "IsJWTEnabledForLoginTokens": {
      "type": "boolean",
      "default": false
    },
    "orgAccessControlEnabled": {
      "type": "boolean",
      "description": "Is Organization-based access control configuration enabled\n",
      "example": true
    },
    "keyManagerConfiguration": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "default"
          },
          "displayName": {
            "type": "string",
            "example": "default"
          },
          "defaultConsumerKeyClaim": {
            "type": "string",
            "example": "azp"
          },
          "defaultScopesClaim": {
            "type": "string",
            "example": "scope"
          },
          "authConfigurations": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/KeyManagerConfiguration"
            }
          },
          "configurations": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/KeyManagerConfiguration"
            }
          },
          "endpointConfigurations": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/KeyManagerConfiguration"
            }
          },
          "configurationConstraints": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ConfigurationConstraint"
            }
          }
        }
      }
    },
    "gatewayConfiguration": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "default"
          },
          "displayName": {
            "type": "string",
            "example": "default"
          },
          "supportedModes": {
            "type": "array",
            "items": {
              "type": "string",
              "example": "READ_WRITE"
            }
          },
          "configurations": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/GatewayConfiguration"
            }
          },
          "defaultHostnameTemplate": {
            "type": "string",
            "example": "{apiId}.execute-api.{region}.amazonaws.com"
          }
        }
      }
    },
    "analyticsEnabled": {
      "type": "boolean",
      "description": "To determine whether analytics is enabled or not",
      "example": false
    },
    "transactionCounterEnable": {
      "type": "boolean",
      "description": "To determine whether the transaction counter is enabled or not",
      "example": false
    },
    "isGatewayNotificationEnabled": {
      "type": "boolean",
      "description": "Is Gateway Notification Enabled",
      "default": false
    },
    "platformGatewayVersions": {
      "type": "array",
      "description": "API Platform Gateway versions for the quick-start guide.",
      "items": {
        "type": "string",
        "example": "1.0.0"
      }
    },
    "consumptionExportEnabled": {
      "type": "boolean",
      "description": "Whether the ConsumptionDataExportService OSGi service is available",
      "example": false
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/admin-api-settings-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.