{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceMethodResponse", "title": "ServiceMethodResponse", "type": "object", "description": "Dynamic response payload whose structure depends on the specific service and method invoked. Refer to the WADL for the deployed service.", "properties": { "OutputParameters": { "type": "object", "description": "Output parameters from the service method", "additionalProperties": true, "example": "example_value" } } }