From 900ada8b00f29f7564d5d66f2b3b881ff7d0239f Mon Sep 17 00:00:00 2001 From: raphael-goetz Date: Fri, 19 Dec 2025 22:28:21 +0100 Subject: [PATCH 1/2] ref: renamed http feature into rest --- definitions/{http => rest}/data_type/http.header_input.proto.json | 0 .../{http => rest}/data_type/http_adapter_input.proto.json | 0 definitions/{http => rest}/flow_type/http.proto.json | 0 .../runtime_definition/http_control_respond.proto.json | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename definitions/{http => rest}/data_type/http.header_input.proto.json (100%) rename definitions/{http => rest}/data_type/http_adapter_input.proto.json (100%) rename definitions/{http => rest}/flow_type/http.proto.json (100%) rename definitions/{http => rest}/runtime_definition/http_control_respond.proto.json (100%) diff --git a/definitions/http/data_type/http.header_input.proto.json b/definitions/rest/data_type/http.header_input.proto.json similarity index 100% rename from definitions/http/data_type/http.header_input.proto.json rename to definitions/rest/data_type/http.header_input.proto.json diff --git a/definitions/http/data_type/http_adapter_input.proto.json b/definitions/rest/data_type/http_adapter_input.proto.json similarity index 100% rename from definitions/http/data_type/http_adapter_input.proto.json rename to definitions/rest/data_type/http_adapter_input.proto.json diff --git a/definitions/http/flow_type/http.proto.json b/definitions/rest/flow_type/http.proto.json similarity index 100% rename from definitions/http/flow_type/http.proto.json rename to definitions/rest/flow_type/http.proto.json diff --git a/definitions/http/runtime_definition/http_control_respond.proto.json b/definitions/rest/runtime_definition/http_control_respond.proto.json similarity index 100% rename from definitions/http/runtime_definition/http_control_respond.proto.json rename to definitions/rest/runtime_definition/http_control_respond.proto.json From 978f770c2328f8454a6da76a8ac57690f36455fc Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 23 Dec 2025 19:54:37 +0100 Subject: [PATCH 2/2] ref: renamed http definitions into rest --- ...r_input.proto.json => rest.header_input.proto.json} | 8 ++++---- ..._input.proto.json => rest_adapter_input.proto.json} | 10 +++++----- .../flow_type/{http.proto.json => rest.proto.json} | 4 ++-- ...pond.proto.json => rest_control_respond.proto.json} | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) rename definitions/rest/data_type/{http.header_input.proto.json => rest.header_input.proto.json} (61%) rename definitions/rest/data_type/{http_adapter_input.proto.json => rest_adapter_input.proto.json} (74%) rename definitions/rest/flow_type/{http.proto.json => rest.proto.json} (95%) rename definitions/rest/runtime_definition/{http_control_respond.proto.json => rest_control_respond.proto.json} (97%) diff --git a/definitions/rest/data_type/http.header_input.proto.json b/definitions/rest/data_type/rest.header_input.proto.json similarity index 61% rename from definitions/rest/data_type/http.header_input.proto.json rename to definitions/rest/data_type/rest.header_input.proto.json index 76bc82f..c7ffdb1 100644 --- a/definitions/rest/data_type/http.header_input.proto.json +++ b/definitions/rest/data_type/rest.header_input.proto.json @@ -1,22 +1,22 @@ { "variant": "OBJECT", - "identifier": "HTTP_HEADER_INPUT", + "identifier": "REST_HEADER_INPUT", "name": [ { "code": "en-US", - "content": "HTTP Headers" + "content": "Headers" } ], "alias": [ { "code": "en-US", - "content": "http;header;entry;input" + "content": "http;rest;header;entry;input" } ], "displayMessage": [ { "code": "en-US", - "content": "HTTP Headers" + "content": "Headers" } ], "rules": [], diff --git a/definitions/rest/data_type/http_adapter_input.proto.json b/definitions/rest/data_type/rest_adapter_input.proto.json similarity index 74% rename from definitions/rest/data_type/http_adapter_input.proto.json rename to definitions/rest/data_type/rest_adapter_input.proto.json index f13ceb8..9397522 100644 --- a/definitions/rest/data_type/http_adapter_input.proto.json +++ b/definitions/rest/data_type/rest_adapter_input.proto.json @@ -1,22 +1,22 @@ { "variant": "OBJECT", - "identifier": "HTTP_ADAPTER_INPUT", + "identifier": "REST_ADAPTER_INPUT", "name": [ { "code": "en-US", - "content": "HTTP Adapter Input" + "content": "Rest Adapter Input" } ], "alias": [ { "code": "en-US", - "content": "http;adapter;input" + "content": "http;rest;adapter;input" } ], "displayMessage": [ { "code": "en-US", - "content": "HTTP Adapter Input" + "content": "Rest Adapter Input" } ], "rules": [ @@ -32,7 +32,7 @@ "containsKey": { "key": "headers", "dataTypeIdentifier": { - "dataTypeIdentifier": "HTTP_HEADER_INPUT" + "dataTypeIdentifier": "REST_HEADER_INPUT" } } }, diff --git a/definitions/rest/flow_type/http.proto.json b/definitions/rest/flow_type/rest.proto.json similarity index 95% rename from definitions/rest/flow_type/http.proto.json rename to definitions/rest/flow_type/rest.proto.json index 21c4910..0eab917 100644 --- a/definitions/rest/flow_type/http.proto.json +++ b/definitions/rest/flow_type/rest.proto.json @@ -1,5 +1,5 @@ { - "identifier": "HTTP", + "identifier": "REST", "settings": [ { "identifier": "HTTP_URL", @@ -38,7 +38,7 @@ ] } ], - "inputTypeIdentifier": "HTTP_ADAPTER_INPUT", + "inputTypeIdentifier": "REST_ADAPTER_INPUT", "returnTypeIdentifier": "HTTP_RESPONSE", "editable": false, "name": [ diff --git a/definitions/rest/runtime_definition/http_control_respond.proto.json b/definitions/rest/runtime_definition/rest_control_respond.proto.json similarity index 97% rename from definitions/rest/runtime_definition/http_control_respond.proto.json rename to definitions/rest/runtime_definition/rest_control_respond.proto.json index 430c3e5..75d24a2 100644 --- a/definitions/rest/runtime_definition/http_control_respond.proto.json +++ b/definitions/rest/runtime_definition/rest_control_respond.proto.json @@ -1,5 +1,5 @@ { - "runtimeName": "http::control::respond", + "runtimeName": "rest::control::respond", "runtimeParameterDefinitions": [ { "dataTypeIdentifier": {