Web service endpoint
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-servicemix/refs/heads/main/json-schema/apache-servicemix-endpoint-schema.json", "title": "Endpoint", "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" } } }