Skip to content

Commit 4ab6eaf

Browse files
committed
ref: moved http adapter input back into http feature
1 parent fbd5900 commit 4ab6eaf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

definitions/standard/data_type/object/http_adapter_input.proto.json renamed to definitions/http/data_type/http_adapter_input.proto.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"content": "HTTP Adapter Input"
88
}
99
],
10-
"alias": [
11-
{
12-
"code": "en-US",
13-
"content": "http;adapter;input"
14-
}
15-
],
16-
"displayMessage": [
17-
{
18-
"code": "en-US",
19-
"content": "HTTP Adapter Input"
20-
}
21-
],
10+
"alias": [
11+
{
12+
"code": "en-US",
13+
"content": "http;adapter;input"
14+
}
15+
],
16+
"displayMessage": [
17+
{
18+
"code": "en-US",
19+
"content": "HTTP Adapter Input"
20+
}
21+
],
2222
"rules": [
2323
{
2424
"containsKey": {
@@ -32,7 +32,7 @@
3232
"containsKey": {
3333
"key": "headers",
3434
"dataTypeIdentifier": {
35-
"dataTypeIdentifier": "HTTP_HEADER_MAP"
35+
"dataTypeIdentifier": "HTTP_HEADER_INPUT"
3636
}
3737
}
3838
},

0 commit comments

Comments
 (0)