Apache ServiceMix · JSON Structure

Apache Servicemix Endpoint Structure

Web service endpoint

Type: object Properties: 4
Enterprise IntegrationESBIntegrationMessagingOSGiApacheOpen Source

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

Properties

name address type wsdl

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/apache-servicemix/refs/heads/main/json-structure/apache-servicemix-endpoint-structure.json",
  "description": "Web service endpoint",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Endpoint name"
    },
    "address": {
      "type": "string",
      "description": "Endpoint URL address"
    },
    "type": {
      "type": "string",
      "description": "Endpoint type (SOAP, REST, JMS, etc.)"
    },
    "wsdl": {
      "type": "string",
      "description": "WSDL URL for SOAP endpoints"
    }
  },
  "name": "Endpoint"
}