diff --git a/definitions/http/data_type/http.header_input.proto.json b/definitions/rest/data_type/rest.header_input.proto.json similarity index 61% rename from definitions/http/data_type/http.header_input.proto.json rename to definitions/rest/data_type/rest.header_input.proto.json index 76bc82f..c7ffdb1 100644 --- a/definitions/http/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/http/data_type/http_adapter_input.proto.json b/definitions/rest/data_type/rest_adapter_input.proto.json similarity index 74% rename from definitions/http/data_type/http_adapter_input.proto.json rename to definitions/rest/data_type/rest_adapter_input.proto.json index f13ceb8..9397522 100644 --- a/definitions/http/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/http/flow_type/http.proto.json b/definitions/rest/flow_type/rest.proto.json similarity index 95% rename from definitions/http/flow_type/http.proto.json rename to definitions/rest/flow_type/rest.proto.json index 21c4910..0eab917 100644 --- a/definitions/http/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/http/runtime_definition/http_control_respond.proto.json b/definitions/rest/runtime_definition/rest_control_respond.proto.json similarity index 97% rename from definitions/http/runtime_definition/http_control_respond.proto.json rename to definitions/rest/runtime_definition/rest_control_respond.proto.json index 430c3e5..75d24a2 100644 --- a/definitions/http/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": {