Sha256: 32f09d66afe443ba1f6fb02b54bf12a87890147573ecefa9382aad0d961ac493
Contents?: true
Size: 1.55 KB
Versions: 3
Compression:
Stored size: 1.55 KB
Contents
{ "documentation_url": "https://docs.multiwoven.com/integrations/source/http-model-endpoint", "stream_type": "user_defined", "connector_query_type": "ai_ml", "connection_specification": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "HTTP Model Endpoint", "type": "object", "required": ["url_host"], "properties": { "url_host": { "type": "string", "title": "URL", "order": 0 }, "headers": { "title": "HTTP Headers", "description": "Custom headers to include in the HTTP request. Useful for authentication, content type specifications, and other request metadata.", "order": 1, "additionalProperties": { "type": "string" } }, "config": { "title": "", "type": "object", "properties": { "timeout": { "type": "string", "default": "30", "title": "HTTP Timeout", "description": "The maximum time, in seconds, to wait for a response from the server before the request is canceled.", "order": 0 } }, "order": 2 }, "request_format": { "title": "Request Format", "description": "Sample Request Format", "type": "string", "x-request-format": true, "order": 3 }, "response_format": { "title": "Response Format", "description": "Sample Response Format", "type": "string", "x-response-format": true, "order": 4 } } } }
Version data entries
3 entries across 3 versions & 1 rubygems