Skip to content

Commit feb2afa

Browse files
Merge pull request #186 from code0-tech/181-header-input
Custom Header Input
2 parents 7885caf + 4ab6eaf commit feb2afa

File tree

2 files changed

+37
-13
lines changed

2 files changed

+37
-13
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"variant": "OBJECT",
3+
"identifier": "HTTP_HEADER_INPUT",
4+
"name": [
5+
{
6+
"code": "en-US",
7+
"content": "HTTP Headers"
8+
}
9+
],
10+
"alias": [
11+
{
12+
"code": "en-US",
13+
"content": "http;header;entry;input"
14+
}
15+
],
16+
"displayMessage": [
17+
{
18+
"code": "en-US",
19+
"content": "HTTP Headers"
20+
}
21+
],
22+
"rules": [],
23+
"genericKeys": []
24+
}

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)