Apache ServiceMix · JSON Structure

Apache Servicemix Route List Structure

List of Camel routes

Type: object Properties: 1
Enterprise IntegrationESBIntegrationMessagingOSGiApacheOpen Source

RouteList 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

routes

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-route-list-structure.json",
  "description": "List of Camel routes",
  "type": "object",
  "properties": {
    "routes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Route"
      }
    }
  },
  "name": "RouteList"
}