Apache ServiceMix · JSON Structure

Apache Servicemix Endpoint List Structure

List of web service endpoints

Type: object Properties: 1
Enterprise IntegrationESBIntegrationMessagingOSGiApacheOpen Source

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

Properties

endpoints

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-list-structure.json",
  "description": "List of web service endpoints",
  "type": "object",
  "properties": {
    "endpoints": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Endpoint"
      }
    }
  },
  "name": "EndpointList"
}