Skip to content

Commit 16b8d0a

Browse files
committed
fix: removed every leftover field: genericKeys
1 parent 8eb0b7c commit 16b8d0a

25 files changed

Lines changed: 304 additions & 348 deletions

definitions/cron/data_type/type/cron_day_of_month.proto.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"content": "Cron Day of Month"
2626
}
2727
],
28-
"genericKeys": [],
2928
"linked_data_type_identifiers": [],
3029
"signature": "string"
3130
}

definitions/cron/data_type/type/cron_day_of_week.proto.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"content": "Cron Day of Week"
2626
}
2727
],
28-
"genericKeys": [],
2928
"linked_data_type_identifiers": [],
3029
"signature": "string"
3130
}

definitions/cron/data_type/type/cron_hour.proto.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"content": "Cron Hour"
2626
}
2727
],
28-
"genericKeys": [],
2928
"linked_data_type_identifiers": [],
3029
"signature": "string"
3130
}

definitions/cron/data_type/type/cron_minute.proto.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"content": "Cron Minute"
2626
}
2727
],
28-
"genericKeys": [],
2928
"linked_data_type_identifiers": [],
3029
"signature": "string"
3130
}

definitions/cron/data_type/type/cron_month.proto.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"content": "Cron Month"
2626
}
2727
],
28-
"genericKeys": [],
2928
"linked_data_type_identifiers": [],
3029
"signature": "string"
3130
}

definitions/rest/data_type/rest.header_input.proto.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
}
2020
],
2121
"rules": [],
22-
"genericKeys": [],
2322
"linked_data_type_identifiers": [],
2423
"signature": "{}"
2524
}

definitions/rest/data_type/rest_adapter_input.proto.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
}
2020
],
2121
"rules": [],
22-
"genericKeys": [
23-
"T"
24-
],
2522
"linked_data_type_identifiers": [
2623
"REST_HEADER_INPUT"
2724
],

definitions/standard/data_type/array/http_header_map.proto.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
}
2020
],
2121
"rules": [],
22-
"genericKeys": [],
2322
"linked_data_type_identifiers": [
2423
"HTTP_HEADER_ENTRY",
2524
"LIST"
Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
{
2-
"identifier": "LIST",
3-
"name": [
4-
{
5-
"code": "en-US",
6-
"content": "Generic List"
7-
}
8-
],
9-
"alias": [
10-
{
11-
"code": "en-US",
12-
"content": "list;array;collection"
13-
}
14-
],
15-
"displayMessage": [
16-
{
17-
"code": "en-US",
18-
"content": "List of ${T}"
19-
}
20-
],
21-
"rules": [],
22-
"signature": "T[]",
23-
"genericKeys": [
24-
"T"
25-
]
2+
"identifier": "LIST",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "Generic List"
7+
}
8+
],
9+
"alias": [
10+
{
11+
"code": "en-US",
12+
"content": "list;array;collection"
13+
}
14+
],
15+
"displayMessage": [
16+
{
17+
"code": "en-US",
18+
"content": "List of ${T}"
19+
}
20+
],
21+
"rules": [],
22+
"signature": "T[]"
2623
}
Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
{
2-
"identifier": "COMPARATOR",
3-
"name": [
4-
{
5-
"code": "en-US",
6-
"content": "Comparator"
7-
}
8-
],
9-
"alias": [
10-
{
11-
"code": "en-US",
12-
"content": "compare;comparator"
13-
}
14-
],
15-
"displayMessage": [
16-
{
17-
"code": "en-US",
18-
"content": "Compare ${I}"
19-
}
20-
],
21-
"rules": [],
22-
"signature": "(left: I, right: I) => NUMBER",
23-
"linked_data_type_identifiers": [
24-
"NUMBER"
25-
],
26-
"genericKeys": [
27-
"I"
28-
]
2+
"identifier": "COMPARATOR",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "Comparator"
7+
}
8+
],
9+
"alias": [
10+
{
11+
"code": "en-US",
12+
"content": "compare;comparator"
13+
}
14+
],
15+
"displayMessage": [
16+
{
17+
"code": "en-US",
18+
"content": "Compare ${I}"
19+
}
20+
],
21+
"rules": [],
22+
"signature": "(left: I, right: I) => NUMBER",
23+
"linkedDataTypeIdentifiers": [
24+
"NUMBER"
25+
]
2926
}

0 commit comments

Comments
 (0)