WSO2 · Schema

Gateway Policy Mapping and Deployment Information

GatewayPolicyMappingDeploymentInfo schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
id string
description string A brief description about the policy mapping
displayName string Meaningful name to identify the policy mapping
appliedGatewayLabels array
View JSON Schema on GitHub

JSON Schema

publisher-api-gateway-policy-mapping-deployment-info-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/publisher-api-gateway-policy-mapping-deployment-info-schema.json",
  "title": "Gateway Policy Mapping and Deployment Information",
  "description": "GatewayPolicyMappingDeploymentInfo schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "121223q41-24141-124124124-12414"
    },
    "description": {
      "type": "string",
      "description": "A brief description about the policy mapping",
      "example": "Set header value to the request with item type and response header set with served server name"
    },
    "displayName": {
      "type": "string",
      "description": "Meaningful name to identify the policy mapping",
      "example": "item_type_setter"
    },
    "appliedGatewayLabels": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "gatewayLabel_1"
      }
    }
  }
}