WSO2 · Schema

Key Manager Endpoint.

KeyManagerEndpoint schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

admin-api-key-manager-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/admin-api-key-manager-endpoint-schema.json",
  "title": "Key Manager Endpoint.",
  "description": "KeyManagerEndpoint schema from WSO2 API Manager",
  "required": [
    "name",
    "value"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "token_endpoint"
    },
    "value": {
      "type": "string",
      "example": "https://localhost:9443/oauth2/token"
    }
  }
}