WSO2 · JSON Structure

Publisher Api Monetization Attribute Structure

MonetizationAttribute schema from WSO2 API Manager

Type: object Properties: 6
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

required name displayName description hidden default

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/publisher-api-monetization-attribute-structure.json",
  "name": "Monetization attribute object",
  "description": "MonetizationAttribute schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "required": {
      "type": "boolean",
      "description": "Is attribute required\n",
      "example": true
    },
    "name": {
      "type": "string",
      "description": "Name of the attribute\n"
    },
    "displayName": {
      "type": "string",
      "description": "Display name of the attribute\n"
    },
    "description": {
      "type": "string",
      "description": "Description of the attribute\n"
    },
    "hidden": {
      "type": "boolean",
      "description": "Is attribute hidden\n"
    },
    "default": {
      "type": "string",
      "description": "Default value of the attribute\n"
    }
  }
}