WSO2 · Schema

Gateway Environment protocols and URIs

GatewayEnvironmentProtocolURI schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
protocol string
endpointURI string
View JSON Schema on GitHub

JSON Schema

publisher-api-gateway-environment-protocol-uri-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-environment-protocol-uri-schema.json",
  "title": "Gateway Environment protocols and URIs",
  "description": "GatewayEnvironmentProtocolURI schema from WSO2 API Manager",
  "required": [
    "protocol",
    "endpointURI"
  ],
  "type": "object",
  "properties": {
    "protocol": {
      "type": "string",
      "example": "default"
    },
    "endpointURI": {
      "type": "string",
      "example": "default"
    }
  }
}