Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions definitions/http/data_type/http.header_input.proto.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"variant": "OBJECT",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally this change it ok, but I thought about declaring this of type object but not linking it to object. I think we should discuss the field variant. In my opinion is unnecessary.

"identifier": "HTTP_HEADER_INPUT",
"name": [
{
"code": "en-US",
"content": "HTTP Headers"
}
],
"alias": [
{
"code": "en-US",
"content": "http;header;entry;input"
}
],
"displayMessage": [
{
"code": "en-US",
"content": "HTTP Headers"
}
],
"rules": [],
"genericKeys": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"content": "HTTP Adapter Input"
}
],
"alias": [
{
"code": "en-US",
"content": "http;adapter;input"
}
],
"displayMessage": [
{
"code": "en-US",
"content": "HTTP Adapter Input"
}
],
"alias": [
{
"code": "en-US",
"content": "http;adapter;input"
}
],
"displayMessage": [
{
"code": "en-US",
"content": "HTTP Adapter Input"
}
],
"rules": [
{
"containsKey": {
Expand All @@ -32,7 +32,7 @@
"containsKey": {
"key": "headers",
"dataTypeIdentifier": {
"dataTypeIdentifier": "HTTP_HEADER_MAP"
"dataTypeIdentifier": "HTTP_HEADER_INPUT"
}
}
},
Expand Down