WSO2 · JSON Structure

Publisher Api Environment Properties Structure

EnvironmentProperties schema from WSO2 API Manager

Type: object Properties: 0
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Envionment specific API properties request body is a JSON Structure definition published by WSO2. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-environment-properties-structure.json",
  "name": "Envionment specific API properties request body",
  "description": "EnvironmentProperties schema from WSO2 API Manager",
  "type": "object",
  "additionalProperties": {
    "type": "string"
  },
  "example": {
    "productionEndpoint": "https://localhost:9443/pizzashack/v3/api/",
    "sandboxEndpoint": "https://localhost:9443/pizzashack/v3/api/"
  }
}