lib/multiwoven/integrations/source/http_model/config/spec.json in multiwoven-integrations-0.14.1 vs lib/multiwoven/integrations/source/http_model/config/spec.json in multiwoven-integrations-0.14.2

- old
+ new

@@ -12,13 +12,15 @@ "type": "string", "title": "URL", "order": 0 }, "headers": { - "type": "string", "title": "Http Headers", - "order": 1 + "order": 1, + "additionalProperties": { + "type": "string" + } }, "config": { "title": "", "type": "object", "properties": { @@ -29,9 +31,23 @@ "title": "Http Timeout", "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 } } } }