WSO2 · JSON Structure

Admin Api Application Info Key Manager Structure

ApplicationInfoKeyManager schema from WSO2 API Manager

Type: object Properties: 5 Required: 4
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

ApplicationInfoKeyManager is a JSON Structure definition published by WSO2, describing 5 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name uuid organizationId owner organization

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-application-info-key-manager-structure.json",
  "name": "ApplicationInfoKeyManager",
  "description": "ApplicationInfoKeyManager schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the application."
    },
    "uuid": {
      "type": "string",
      "description": "The UUID of the application."
    },
    "organizationId": {
      "type": "string",
      "nullable": true,
      "description": "The ID of the organization to which the application belongs."
    },
    "owner": {
      "type": "string",
      "description": "The owner of the application."
    },
    "organization": {
      "type": "string",
      "description": "The organization of the application."
    }
  },
  "required": [
    "name",
    "uuid",
    "owner",
    "organization"
  ]
}