WSO2 · JSON Structure

Publisher Api Gateway Policy Deployment Structure

GatewayPolicyDeployment schema from WSO2 API Manager

Type: object Properties: 3 Required: 2
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Details to map, deploy, undeploy policy mappings to gateways is a JSON Structure definition published by WSO2, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

gatewayLabel gatewayDeployment mappingUUID

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-gateway-policy-deployment-structure.json",
  "name": "Details to map, deploy, undeploy policy mappings to gateways",
  "description": "GatewayPolicyDeployment schema from WSO2 API Manager",
  "required": [
    "gatewayLabel",
    "gatewayDeployment"
  ],
  "type": "object",
  "properties": {
    "gatewayLabel": {
      "type": "string",
      "example": "gatewayLabel_1"
    },
    "gatewayDeployment": {
      "type": "boolean",
      "example": true
    },
    "mappingUUID": {
      "type": "string",
      "example": "01234567-0123-0123-0123-012345678901"
    }
  }
}