WSO2 · JSON Structure

Publisher Api Backend Structure

Backend schema from WSO2 API Manager

Type: object Properties: 4
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Backend Data is a JSON Structure definition published by WSO2, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name endpointConfig definition

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-backend-structure.json",
  "name": "Backend Data",
  "description": "Backend schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Backend API ID consisting of the UUID of the Endpoint",
      "example": "0c4439fd-9416-3c2e-be6e-1086e0b9aa93"
    },
    "name": {
      "type": "string",
      "description": "Backend name"
    },
    "endpointConfig": {
      "type": "object",
      "properties": {},
      "description": "Endpoint configuration of the backend."
    },
    "definition": {
      "type": "string",
      "description": "Definition of the backend"
    }
  }
}