WSO2 · JSON Structure

Devportal Api Api Monetization Usage Structure

APIMonetizationUsage schema from WSO2 API Manager

Type: object Properties: 1
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

API monetization usage object is a JSON Structure definition published by WSO2, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties

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/devportal-api-api-monetization-usage-structure.json",
  "name": "API monetization usage object",
  "description": "APIMonetizationUsage schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "properties": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Map of custom properties related to monetization usage"
    }
  }
}