WSO2 · JSON Structure

Publisher Api Mediation Policy Structure

MediationPolicy schema from WSO2 API Manager

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

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

Properties

id name type shared

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-mediation-policy-structure.json",
  "name": "Mediation Policy",
  "description": "MediationPolicy schema from WSO2 API Manager",
  "required": [
    "name"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "69ea3fa6-55c6-472e-896d-e449dd34a824"
    },
    "name": {
      "type": "string",
      "example": "log_in_message"
    },
    "type": {
      "type": "string",
      "example": "in"
    },
    "shared": {
      "type": "boolean",
      "example": true
    }
  }
}